0% found this document useful (0 votes)
142 views324 pages

DGC 111

The document describes the logging output of a recommender system training and evaluation process. It trained and evaluated several recommendation algorithms on a dataset with 2 users and 2 items, split into 5 partitions. The algorithms included random, baseline, user-mean, and several item-item recommendation models. The process took less than a second to complete and reported the RMSE for each algorithm on each partition.

Uploaded by

rorimorin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
142 views324 pages

DGC 111

The document describes the logging output of a recommender system training and evaluation process. It trained and evaluated several recommendation algorithms on a dataset with 2 users and 2 items, split into 5 partitions. The algorithms included random, baseline, user-mean, and several item-item recommendation models. The process took less than a second to complete and reported the RMSE for each algorithm on each partition.

Uploaded by

rorimorin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 324

2019-08-09 00:00:00.

003 [quartzJobExecutor-1] INFO


c.c.d.r.c.s.r.i.BusinessAssetsForDataSetRecommenderDelegate - (dataset, asset):
Starting model computation
2019-08-09 00:00:00.325 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.BusinessAssetsForDataSetRecommenderDelegate - (dataset, asset): #
data set ids: 621 / # events: 2
2019-08-09 00:00:00.344 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.LenskitRecommenderSystem - (dataset, asset): # Users: 2 / #
items: 2
2019-08-09 00:00:00.344 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.LenskitRecommenderSystem - (dataset, asset): Starting Lenskit
recommender model training.
2019-08-09 00:00:00.346 [quartzJobExecutor-1] INFO
o.l.e.c.RatingPartitionCrossfoldMethod - splitting data source events to 5
partitions by ratings
2019-08-09 00:00:00.375 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.LenskitRecommenderSystem - (dataset, asset): training on 115
algorithms
2019-08-09 00:00:00.376 [quartzJobExecutor-1] INFO
o.l.e.traintest.TrainTestExperiment - running with 4 threads
2019-08-09 00:00:00.376 [quartzJobExecutor-1] INFO
o.l.e.traintest.TrainTestExperiment - running group 00000000-0000-0000-0000-
000000000000
2019-08-09 00:00:00.376 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.0)[DataSet=cv-
generator, Partition=0]
2019-08-09 00:00:00.386 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.376 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.386 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.424 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built UserMean in 32.23 ms
2019-08-09 00:00:00.424 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring UserMean on cv-generator.0
2019-08-09 00:00:00.425 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.425 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built Baseline in 33.05 ms
2019-08-09 00:00:00.425 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring Baseline on cv-generator.0
2019-08-09 00:00:00.425 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested UserMean in 699.9 μs
2019-08-09 00:00:00.425 [pool-66-thread-3] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.0
2019-08-09 00:00:00.425 [pool-66-thread-3] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.0
2019-08-09 00:00:00.425 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.426 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built Random in 40.68 ms
2019-08-09 00:00:00.426 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring Random on cv-generator.0
2019-08-09 00:00:00.431 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.0)[DataSet=cv-
generator, Partition=0] (1 users)
2019-08-09 00:00:00.432 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested Random in 5.165 ms
2019-08-09 00:00:00.432 [pool-66-thread-1] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.17581929923700035
2019-08-09 00:00:00.432 [pool-66-thread-1] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.17581929923700035
2019-08-09 00:00:00.432 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.432 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.432 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested Baseline in 7.259 ms
2019-08-09 00:00:00.432 [pool-66-thread-2] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.0
2019-08-09 00:00:00.432 [pool-66-thread-2] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.0
2019-08-09 00:00:00.432 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.448 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.449 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.449 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 13.71 μs
2019-08-09 00:00:00.449 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_3 in 16.58 ms
2019-08-09 00:00:00.449 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_3 on cv-generator.0
2019-08-09 00:00:00.449 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.449 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_3 in 585.3 μs
2019-08-09 00:00:00.449 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.452 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.452 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.452 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.806 μs
2019-08-09 00:00:00.452 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_1 in 60.77 ms
2019-08-09 00:00:00.453 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_1 on cv-generator.0
2019-08-09 00:00:00.453 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.453 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.453 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_1 in 560.8 μs
2019-08-09 00:00:00.453 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.453 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.453 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.194 μs
2019-08-09 00:00:00.453 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_2 in 28.53 ms
2019-08-09 00:00:00.454 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_2 on cv-generator.0
2019-08-09 00:00:00.454 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.454 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_2 in 518.8 μs
2019-08-09 00:00:00.454 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.458 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.459 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.459 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.112 μs
2019-08-09 00:00:00.459 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_4 in 26.55 ms
2019-08-09 00:00:00.459 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_4 on cv-generator.0
2019-08-09 00:00:00.459 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.459 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_4 in 549.8 μs
2019-08-09 00:00:00.460 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.467 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.467 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.467 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.253 μs
2019-08-09 00:00:00.468 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_5 in 18.22 ms
2019-08-09 00:00:00.468 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_5 on cv-generator.0
2019-08-09 00:00:00.468 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.468 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_5 in 515.7 μs
2019-08-09 00:00:00.468 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.472 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.472 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.472 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.035 μs
2019-08-09 00:00:00.473 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_7 in 18.45 ms
2019-08-09 00:00:00.473 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_7 on cv-generator.0
2019-08-09 00:00:00.473 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.473 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_7 in 535.7 μs
2019-08-09 00:00:00.473 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.482 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.483 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.483 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.665 μs
2019-08-09 00:00:00.483 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_6 in 29.56 ms
2019-08-09 00:00:00.483 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_6 on cv-generator.0
2019-08-09 00:00:00.483 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.483 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_6 in 586.4 μs
2019-08-09 00:00:00.483 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.488 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.488 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.488 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 4.114 μs
2019-08-09 00:00:00.488 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_9 in 20.12 ms
2019-08-09 00:00:00.488 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_9 on cv-generator.0
2019-08-09 00:00:00.489 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.489 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_9 in 352.4 μs
2019-08-09 00:00:00.489 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.493 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.493 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.493 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 4.942 μs
2019-08-09 00:00:00.494 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.494 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_8 in 33.21 ms
2019-08-09 00:00:00.494 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_8 on cv-generator.0
2019-08-09 00:00:00.494 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_1 in 5.139 ms
2019-08-09 00:00:00.494 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_1 on cv-generator.0
2019-08-09 00:00:00.494 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.494 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_8 in 507.7 μs
2019-08-09 00:00:00.494 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.494 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_1 in 408.8 μs
2019-08-09 00:00:00.494 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.495 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.497 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.497 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.497 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_0 in 13.85 ms
2019-08-09 00:00:00.497 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_0 on cv-generator.0
2019-08-09 00:00:00.497 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.497 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.099 μs
2019-08-09 00:00:00.498 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_10 in 24.38 ms
2019-08-09 00:00:00.498 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_10 on cv-generator.0
2019-08-09 00:00:00.498 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.498 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_0 in 418.8 μs
2019-08-09 00:00:00.498 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.498 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.498 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_10 in 561.2 μs
2019-08-09 00:00:00.498 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.502 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.502 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_2 in 7.856 ms
2019-08-09 00:00:00.502 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_2 on cv-generator.0
2019-08-09 00:00:00.503 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.503 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_2 in 381.5 μs
2019-08-09 00:00:00.503 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.503 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.504 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_5 in 5.500 ms
2019-08-09 00:00:00.504 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_5 on cv-generator.0
2019-08-09 00:00:00.504 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.504 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_5 in 397.4 μs
2019-08-09 00:00:00.504 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.506 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.506 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_3 in 11.23 ms
2019-08-09 00:00:00.506 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_3 on cv-generator.0
2019-08-09 00:00:00.507 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.507 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_3 in 382.0 μs
2019-08-09 00:00:00.507 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.508 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.509 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_4 in 10.69 ms
2019-08-09 00:00:00.509 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_4 on cv-generator.0
2019-08-09 00:00:00.509 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.509 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_4 in 369.5 μs
2019-08-09 00:00:00.511 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.514 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.515 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_6 in 11.76 ms
2019-08-09 00:00:00.515 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_6 on cv-generator.0
2019-08-09 00:00:00.515 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.515 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_6 in 264.0 μs
2019-08-09 00:00:00.515 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.516 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.516 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.516 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_7 in 12.11 ms
2019-08-09 00:00:00.516 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_7 on cv-generator.0
2019-08-09 00:00:00.517 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_8 in 9.805 ms
2019-08-09 00:00:00.517 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_8 on cv-generator.0
2019-08-09 00:00:00.517 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.517 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_7 in 382.5 μs
2019-08-09 00:00:00.517 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.517 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.517 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_8 in 359.7 μs
2019-08-09 00:00:00.517 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.522 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.523 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.523 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_10 in 7.804 ms
2019-08-09 00:00:00.523 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_10 on cv-generator.0
2019-08-09 00:00:00.523 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.523 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_11 in 6.177 ms
2019-08-09 00:00:00.523 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_11 on cv-generator.0
2019-08-09 00:00:00.523 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_10 in 399.4 μs
2019-08-09 00:00:00.523 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.523 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.524 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_11 in 407.5 μs
2019-08-09 00:00:00.524 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.528 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.529 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_9 in 17.76 ms
2019-08-09 00:00:00.529 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_9 on cv-generator.0
2019-08-09 00:00:00.529 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.529 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.529 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_9 in 376.1 μs
2019-08-09 00:00:00.529 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_12 in 12.19 ms
2019-08-09 00:00:00.529 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_12 on cv-generator.0
2019-08-09 00:00:00.530 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.530 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_12 in 373.1 μs
2019-08-09 00:00:00.530 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.530 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.532 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.533 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_13 in 9.515 ms
2019-08-09 00:00:00.533 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_13 on cv-generator.0
2019-08-09 00:00:00.533 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.533 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_13 in 421.7 μs
2019-08-09 00:00:00.533 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.534 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.534 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_14 in 10.34 ms
2019-08-09 00:00:00.534 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_14 on cv-generator.0
2019-08-09 00:00:00.534 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.534 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_14 in 434.4 μs
2019-08-09 00:00:00.534 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.535 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.535 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.535 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_15 in 5.570 ms
2019-08-09 00:00:00.535 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_15 on cv-generator.0
2019-08-09 00:00:00.535 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_16 in 5.025 ms
2019-08-09 00:00:00.536 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_16 on cv-generator.0
2019-08-09 00:00:00.536 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.536 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_15 in 371.9 μs
2019-08-09 00:00:00.536 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.536 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.536 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_16 in 389.1 μs
2019-08-09 00:00:00.536 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.538 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.538 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_17 in 5.189 ms
2019-08-09 00:00:00.538 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_17 on cv-generator.0
2019-08-09 00:00:00.539 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.539 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_17 in 408.1 μs
2019-08-09 00:00:00.539 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.541 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.541 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.541 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_20 in 4.910 ms
2019-08-09 00:00:00.541 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_20 on cv-generator.0
2019-08-09 00:00:00.541 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_19 in 5.175 ms
2019-08-09 00:00:00.541 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_19 on cv-generator.0
2019-08-09 00:00:00.541 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.541 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.541 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_20 in 400.3 μs
2019-08-09 00:00:00.541 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_19 in 403.0 μs
2019-08-09 00:00:00.541 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.541 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.546 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.547 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_21 in 7.721 ms
2019-08-09 00:00:00.547 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_21 on cv-generator.0
2019-08-09 00:00:00.547 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.547 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_21 in 373.7 μs
2019-08-09 00:00:00.547 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.550 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.551 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_22 in 9.300 ms
2019-08-09 00:00:00.551 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_22 on cv-generator.0
2019-08-09 00:00:00.551 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.551 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_22 in 262.3 μs
2019-08-09 00:00:00.551 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.554 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.554 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_25 in 3.376 ms
2019-08-09 00:00:00.554 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_25 on cv-generator.0
2019-08-09 00:00:00.555 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.555 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_25 in 466.9 μs
2019-08-09 00:00:00.555 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.555 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.555 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_18 in 20.99 ms
2019-08-09 00:00:00.555 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_18 on cv-generator.0
2019-08-09 00:00:00.556 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.556 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_18 in 281.6 μs
2019-08-09 00:00:00.556 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.568 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.568 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_23 in 26.86 ms
2019-08-09 00:00:00.568 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_23 on cv-generator.0
2019-08-09 00:00:00.569 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.569 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_23 in 394.9 μs
2019-08-09 00:00:00.569 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.572 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.572 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.572 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_26 in 17.07 ms
2019-08-09 00:00:00.572 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_26 on cv-generator.0
2019-08-09 00:00:00.572 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.573 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_26 in 374.0 μs
2019-08-09 00:00:00.573 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_27 in 16.71 ms
2019-08-09 00:00:00.573 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_27 on cv-generator.0
2019-08-09 00:00:00.573 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.573 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_27 in 395.1 μs
2019-08-09 00:00:00.573 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.574 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.574 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_24 in 26.93 ms
2019-08-09 00:00:00.574 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_24 on cv-generator.0
2019-08-09 00:00:00.575 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.575 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_24 in 441.9 μs
2019-08-09 00:00:00.575 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.578 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.580 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.581 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_29 in 7.743 ms
2019-08-09 00:00:00.581 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_29 on cv-generator.0
2019-08-09 00:00:00.581 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.581 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_29 in 406.5 μs
2019-08-09 00:00:00.581 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.583 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.583 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_30 in 8.777 ms
2019-08-09 00:00:00.583 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_30 on cv-generator.0
2019-08-09 00:00:00.584 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.584 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_30 in 393.8 μs
2019-08-09 00:00:00.584 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.586 [workflowExecutor-1] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 00:00:00.589 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.589 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_33 in 5.133 ms
2019-08-09 00:00:00.589 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_33 on cv-generator.0
2019-08-09 00:00:00.589 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.590 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_33 in 393.2 μs
2019-08-09 00:00:00.590 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.591 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.592 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_28 in 22.76 ms
2019-08-09 00:00:00.592 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_28 on cv-generator.0
2019-08-09 00:00:00.593 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.593 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_31 in 15.49 ms
2019-08-09 00:00:00.593 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_31 on cv-generator.0
2019-08-09 00:00:00.594 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.594 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_31 in 387.3 μs
2019-08-09 00:00:00.594 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.595 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.595 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_28 in 3.107 ms
2019-08-09 00:00:00.595 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.597 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.597 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.597 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_32 in 15.62 ms
2019-08-09 00:00:00.597 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_32 on cv-generator.0
2019-08-09 00:00:00.597 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_34 in 7.699 ms
2019-08-09 00:00:00.597 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_34 on cv-generator.0
2019-08-09 00:00:00.598 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.598 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_34 in 391.3 μs
2019-08-09 00:00:00.598 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.597 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.599 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_32 in 1.775 ms
2019-08-09 00:00:00.599 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.605 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.607 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_35 in 12.97 ms
2019-08-09 00:00:00.607 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_35 on cv-generator.0
2019-08-09 00:00:00.607 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.607 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_35 in 324.8 μs
2019-08-09 00:00:00.607 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.608 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.608 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_36 in 13.51 ms
2019-08-09 00:00:00.608 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_36 on cv-generator.0
2019-08-09 00:00:00.609 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.609 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.609 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_36 in 407.5 μs
2019-08-09 00:00:00.609 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.609 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_37 in 11.24 ms
2019-08-09 00:00:00.609 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_37 on cv-generator.0
2019-08-09 00:00:00.609 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.609 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.610 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_37 in 393.2 μs
2019-08-09 00:00:00.610 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.610 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_38 in 10.82 ms
2019-08-09 00:00:00.610 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_38 on cv-generator.0
2019-08-09 00:00:00.610 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.610 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_38 in 719.7 μs
2019-08-09 00:00:00.610 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.612 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.612 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_39 in 4.803 ms
2019-08-09 00:00:00.612 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_39 on cv-generator.0
2019-08-09 00:00:00.612 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.612 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_39 in 269.9 μs
2019-08-09 00:00:00.612 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.614 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.615 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_40 in 5.666 ms
2019-08-09 00:00:00.615 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_40 on cv-generator.0
2019-08-09 00:00:00.615 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.615 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_40 in 420.5 μs
2019-08-09 00:00:00.615 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.616 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.619 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_41 in 9.395 ms
2019-08-09 00:00:00.619 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_41 on cv-generator.0
2019-08-09 00:00:00.619 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.619 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_41 in 427.8 μs
2019-08-09 00:00:00.620 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.620 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_42 in 9.723 ms
2019-08-09 00:00:00.620 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_42 on cv-generator.0
2019-08-09 00:00:00.621 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.621 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_42 in 392.4 μs
2019-08-09 00:00:00.621 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.622 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.622 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_44 in 7.063 ms
2019-08-09 00:00:00.622 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_44 on cv-generator.0
2019-08-09 00:00:00.622 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.622 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.623 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_44 in 400.7 μs
2019-08-09 00:00:00.623 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_43 in 10.17 ms
2019-08-09 00:00:00.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_43 on cv-generator.0
2019-08-09 00:00:00.623 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_43 in 430.0 μs
2019-08-09 00:00:00.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.625 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.626 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_45 in 5.026 ms
2019-08-09 00:00:00.626 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_45 on cv-generator.0
2019-08-09 00:00:00.626 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.626 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_45 in 417.4 μs
2019-08-09 00:00:00.626 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.631 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.631 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_49 in 5.129 ms
2019-08-09 00:00:00.631 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_49 on cv-generator.0
2019-08-09 00:00:00.632 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.632 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_49 in 388.5 μs
2019-08-09 00:00:00.632 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.633 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.633 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_48 in 10.30 ms
2019-08-09 00:00:00.634 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_48 on cv-generator.0
2019-08-09 00:00:00.634 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.634 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_48 in 607.4 μs
2019-08-09 00:00:00.634 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.635 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_46 in 12.39 ms
2019-08-09 00:00:00.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_46 on cv-generator.0
2019-08-09 00:00:00.635 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_46 in 395.4 μs
2019-08-09 00:00:00.636 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.636 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_47 in 12.93 ms
2019-08-09 00:00:00.636 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_47 on cv-generator.0
2019-08-09 00:00:00.636 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.636 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_47 in 372.8 μs
2019-08-09 00:00:00.636 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.639 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.639 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_50 in 7.099 ms
2019-08-09 00:00:00.639 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_50 on cv-generator.0
2019-08-09 00:00:00.640 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.0)
[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.640 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_50 in 527.5 μs
2019-08-09 00:00:00.640 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.645 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.649 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.649 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_1 in 13.41 ms
2019-08-09 00:00:00.649 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_1 on cv-generator.0
2019-08-09 00:00:00.649 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.649 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_1 in 454.1 μs
2019-08-09 00:00:00.649 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.645 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_2 in 9.112 ms
2019-08-09 00:00:00.650 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_2 on cv-generator.0
2019-08-09 00:00:00.651 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.651 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_2 in 424.2 μs
2019-08-09 00:00:00.651 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.652 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.653 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_0 in 18.24 ms
2019-08-09 00:00:00.653 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_0 on cv-generator.0
2019-08-09 00:00:00.653 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.653 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_0 in 592.1 μs
2019-08-09 00:00:00.653 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.658 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.658 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_5 in 7.181 ms
2019-08-09 00:00:00.658 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_5 on cv-generator.0
2019-08-09 00:00:00.659 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.659 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_5 in 439.2 μs
2019-08-09 00:00:00.659 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.661 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.661 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_3 in 21.36 ms
2019-08-09 00:00:00.661 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_3 on cv-generator.0
2019-08-09 00:00:00.661 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.661 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_3 in 405.9 μs
2019-08-09 00:00:00.662 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.666 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.666 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_6 in 13.09 ms
2019-08-09 00:00:00.666 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_6 on cv-generator.0
2019-08-09 00:00:00.667 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.667 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.667 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_6 in 439.7 μs
2019-08-09 00:00:00.667 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_4 in 17.51 ms
2019-08-09 00:00:00.667 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_4 on cv-generator.0
2019-08-09 00:00:00.667 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.667 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_4 in 434.4 μs
2019-08-09 00:00:00.668 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.669 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.674 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.674 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.675 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_7 in 16.13 ms
2019-08-09 00:00:00.675 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_7 on cv-generator.0
2019-08-09 00:00:00.675 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.675 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_7 in 410.9 μs
2019-08-09 00:00:00.675 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.675 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_8 in 13.85 ms
2019-08-09 00:00:00.675 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_8 on cv-generator.0
2019-08-09 00:00:00.676 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.676 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_8 in 432.8 μs
2019-08-09 00:00:00.680 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.680 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_10 in 10.84 ms
2019-08-09 00:00:00.680 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_10 on cv-generator.0
2019-08-09 00:00:00.680 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.680 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.681 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_10 in 416.3 μs
2019-08-09 00:00:00.681 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.681 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_11 in 5.499 ms
2019-08-09 00:00:00.681 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_11 on cv-generator.0
2019-08-09 00:00:00.681 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.681 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_11 in 418.5 μs
2019-08-09 00:00:00.681 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.682 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.683 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_9 in 15.31 ms
2019-08-09 00:00:00.683 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_9 on cv-generator.0
2019-08-09 00:00:00.683 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.684 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_9 in 647.2 μs
2019-08-09 00:00:00.684 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.684 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.686 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.687 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_12 in 6.160 ms
2019-08-09 00:00:00.687 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_12 on cv-generator.0
2019-08-09 00:00:00.687 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.687 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_12 in 439.0 μs
2019-08-09 00:00:00.687 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.688 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.689 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_14 in 5.281 ms
2019-08-09 00:00:00.689 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_14 on cv-generator.0
2019-08-09 00:00:00.689 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.689 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_14 in 421.5 μs
2019-08-09 00:00:00.689 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.696 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.697 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_15 in 12.53 ms
2019-08-09 00:00:00.697 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_15 on cv-generator.0
2019-08-09 00:00:00.697 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.697 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.697 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_13 in 15.76 ms
2019-08-09 00:00:00.697 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_13 on cv-generator.0
2019-08-09 00:00:00.697 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_15 in 441.1 μs
2019-08-09 00:00:00.697 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.699 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.700 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_17 in 10.22 ms
2019-08-09 00:00:00.700 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_17 on cv-generator.0
2019-08-09 00:00:00.700 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.700 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_17 in 389.6 μs
2019-08-09 00:00:00.700 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.701 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.701 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_13 in 3.609 ms
2019-08-09 00:00:00.701 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.706 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.706 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_20 in 5.339 ms
2019-08-09 00:00:00.706 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_20 on cv-generator.0
2019-08-09 00:00:00.707 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.707 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_20 in 423.7 μs
2019-08-09 00:00:00.707 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.712 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.712 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_18 in 15.00 ms
2019-08-09 00:00:00.712 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_18 on cv-generator.0
2019-08-09 00:00:00.713 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.713 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_18 in 423.4 μs
2019-08-09 00:00:00.713 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.713 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_19 in 13.26 ms
2019-08-09 00:00:00.713 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_19 on cv-generator.0
2019-08-09 00:00:00.714 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.714 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_19 in 399.2 μs
2019-08-09 00:00:00.714 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.714 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.714 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.715 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_16 in 27.61 ms
2019-08-09 00:00:00.715 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_16 on cv-generator.0
2019-08-09 00:00:00.715 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.715 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_16 in 437.4 μs
2019-08-09 00:00:00.715 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.721 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.722 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_21 in 15.05 ms
2019-08-09 00:00:00.722 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_21 on cv-generator.0
2019-08-09 00:00:00.722 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.722 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_21 in 433.9 μs
2019-08-09 00:00:00.722 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.726 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.727 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.727 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_24 in 11.53 ms
2019-08-09 00:00:00.727 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_24 on cv-generator.0
2019-08-09 00:00:00.728 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.728 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_24 in 551.0 μs
2019-08-09 00:00:00.728 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.729 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_22 in 14.82 ms
2019-08-09 00:00:00.729 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_22 on cv-generator.0
2019-08-09 00:00:00.729 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.729 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_22 in 493.8 μs
2019-08-09 00:00:00.729 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.733 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.733 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.733 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.733 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_27 in 3.998 ms
2019-08-09 00:00:00.733 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_27 on cv-generator.0
2019-08-09 00:00:00.733 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_23 in 18.90 ms
2019-08-09 00:00:00.733 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_23 on cv-generator.0
2019-08-09 00:00:00.733 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_25 in 11.04 ms
2019-08-09 00:00:00.733 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_25 on cv-generator.0
2019-08-09 00:00:00.734 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.734 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.734 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_27 in 392.5 μs
2019-08-09 00:00:00.734 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.734 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_25 in 363.0 μs
2019-08-09 00:00:00.734 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.734 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.734 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_23 in 451.1 μs
2019-08-09 00:00:00.734 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.736 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.736 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_26 in 8.586 ms
2019-08-09 00:00:00.736 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_26 on cv-generator.0
2019-08-09 00:00:00.737 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.737 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_26 in 424.2 μs
2019-08-09 00:00:00.737 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.739 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.739 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_30 in 5.165 ms
2019-08-09 00:00:00.739 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_30 on cv-generator.0
2019-08-09 00:00:00.740 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.740 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_30 in 383.4 μs
2019-08-09 00:00:00.740 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.741 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.741 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_29 in 7.514 ms
2019-08-09 00:00:00.741 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_29 on cv-generator.0
2019-08-09 00:00:00.742 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.742 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_29 in 383.1 μs
2019-08-09 00:00:00.742 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.744 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.744 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.744 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_28 in 10.39 ms
2019-08-09 00:00:00.744 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_28 on cv-generator.0
2019-08-09 00:00:00.745 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.745 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_28 in 399.9 μs
2019-08-09 00:00:00.745 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.745 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_32 in 5.001 ms
2019-08-09 00:00:00.745 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_32 on cv-generator.0
2019-08-09 00:00:00.746 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.746 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_32 in 396.6 μs
2019-08-09 00:00:00.746 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.751 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.751 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_34 in 6.354 ms
2019-08-09 00:00:00.751 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_34 on cv-generator.0
2019-08-09 00:00:00.752 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.752 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_34 in 401.1 μs
2019-08-09 00:00:00.752 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.753 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.753 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.753 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_35 in 7.547 ms
2019-08-09 00:00:00.753 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_35 on cv-generator.0
2019-08-09 00:00:00.754 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_33 in 11.62 ms
2019-08-09 00:00:00.754 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_33 on cv-generator.0
2019-08-09 00:00:00.754 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.754 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_35 in 387.7 μs
2019-08-09 00:00:00.754 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.754 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.754 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_33 in 375.6 μs
2019-08-09 00:00:00.754 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.754 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.755 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_31 in 18.53 ms
2019-08-09 00:00:00.756 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_31 on cv-generator.0
2019-08-09 00:00:00.756 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.756 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_31 in 426.4 μs
2019-08-09 00:00:00.756 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.760 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.761 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_36 in 8.986 ms
2019-08-09 00:00:00.761 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_36 on cv-generator.0
2019-08-09 00:00:00.761 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.761 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_36 in 358.5 μs
2019-08-09 00:00:00.761 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.763 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.763 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_37 in 9.163 ms
2019-08-09 00:00:00.763 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_37 on cv-generator.0
2019-08-09 00:00:00.763 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.763 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_37 in 287.5 μs
2019-08-09 00:00:00.763 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.764 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.764 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.764 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_38 in 10.31 ms
2019-08-09 00:00:00.764 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_38 on cv-generator.0
2019-08-09 00:00:00.765 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_39 in 8.564 ms
2019-08-09 00:00:00.765 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_39 on cv-generator.0
2019-08-09 00:00:00.765 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.765 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_38 in 388.4 μs
2019-08-09 00:00:00.765 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.765 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_39 in 416.1 μs
2019-08-09 00:00:00.765 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.765 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.769 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.769 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_43 in 3.599 ms
2019-08-09 00:00:00.769 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_43 on cv-generator.0
2019-08-09 00:00:00.769 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.769 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_43 in 287.3 μs
2019-08-09 00:00:00.769 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.771 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.772 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_40 in 10.64 ms
2019-08-09 00:00:00.772 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_40 on cv-generator.0
2019-08-09 00:00:00.772 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.772 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_40 in 415.5 μs
2019-08-09 00:00:00.772 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.772 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.773 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_41 in 9.306 ms
2019-08-09 00:00:00.773 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_41 on cv-generator.0
2019-08-09 00:00:00.773 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.773 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_41 in 401.6 μs
2019-08-09 00:00:00.773 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.778 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.778 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.779 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_44 in 9.628 ms
2019-08-09 00:00:00.779 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_44 on cv-generator.0
2019-08-09 00:00:00.779 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.779 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.779 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_44 in 412.3 μs
2019-08-09 00:00:00.779 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_42 in 14.26 ms
2019-08-09 00:00:00.779 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_42 on cv-generator.0
2019-08-09 00:00:00.780 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.780 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_42 in 376.3 μs
2019-08-09 00:00:00.780 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.781 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.781 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_45 in 8.878 ms
2019-08-09 00:00:00.781 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_45 on cv-generator.0
2019-08-09 00:00:00.782 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.782 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_45 in 380.0 μs
2019-08-09 00:00:00.782 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.783 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_46 in 9.698 ms
2019-08-09 00:00:00.783 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_46 on cv-generator.0
2019-08-09 00:00:00.783 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.783 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_46 in 392.7 μs
2019-08-09 00:00:00.783 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.784 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0]
2019-08-09 00:00:00.787 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.787 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_48 in 5.167 ms
2019-08-09 00:00:00.787 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_48 on cv-generator.0
2019-08-09 00:00:00.787 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.787 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_48 in 270.3 μs
2019-08-09 00:00:00.787 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.1)[DataSet=cv-
generator, Partition=1]
2019-08-09 00:00:00.790 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.790 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_49 in 6.395 ms
2019-08-09 00:00:00.790 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_49 on cv-generator.0
2019-08-09 00:00:00.790 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.790 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_49 in 268.6 μs
2019-08-09 00:00:00.790 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.792 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.793 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_47 in 12.74 ms
2019-08-09 00:00:00.793 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_47 on cv-generator.0
2019-08-09 00:00:00.793 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.793 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_47 in 369.7 μs
2019-08-09 00:00:00.794 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built Random in 6.758 ms
2019-08-09 00:00:00.794 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring Random on cv-generator.1
2019-08-09 00:00:00.794 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.1)[DataSet=cv-
generator, Partition=1] (1 users)
2019-08-09 00:00:00.794 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested Random in 380.2 μs
2019-08-09 00:00:00.794 [pool-66-thread-4] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.20697986654620215
2019-08-09 00:00:00.794 [pool-66-thread-4] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.20697986654620215
2019-08-09 00:00:00.794 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.796 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.800 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built Baseline in 9.420 ms
2019-08-09 00:00:00.800 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring Baseline on cv-generator.1
2019-08-09 00:00:00.802 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.803 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_50 in 18.24 ms
2019-08-09 00:00:00.803 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_50 on cv-generator.0
2019-08-09 00:00:00.803 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.0)[DataSet=cv-generator, Partition=0] (1 users)
2019-08-09 00:00:00.803 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built UserMean in 8.466 ms
2019-08-09 00:00:00.803 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring UserMean on cv-generator.1
2019-08-09 00:00:00.803 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_50 in 394.4 μs
2019-08-09 00:00:00.803 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.803 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.804 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.804 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested Baseline in 3.925 ms
2019-08-09 00:00:00.804 [pool-66-thread-3] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.0
2019-08-09 00:00:00.804 [pool-66-thread-3] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.0
2019-08-09 00:00:00.804 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.808 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested UserMean in 5.037 ms
2019-08-09 00:00:00.808 [pool-66-thread-4] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.0
2019-08-09 00:00:00.808 [pool-66-thread-4] INFO o.l.e.t.predict.RMSEPredictMetric
- RMSE: 0.0
2019-08-09 00:00:00.808 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.817 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.817 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.817 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 9.319 μs
2019-08-09 00:00:00.817 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_3 in 13.38 ms
2019-08-09 00:00:00.817 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_3 on cv-generator.1
2019-08-09 00:00:00.817 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.817 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_3 in 365.3 μs
2019-08-09 00:00:00.818 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.824 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.824 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.824 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 6.440 μs
2019-08-09 00:00:00.824 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_1 in 28.45 ms
2019-08-09 00:00:00.824 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_1 on cv-generator.1
2019-08-09 00:00:00.825 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.825 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_1 in 391.2 μs
2019-08-09 00:00:00.825 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.838 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.842 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.842 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.842 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 10.60 μs
2019-08-09 00:00:00.843 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_2 in 39.50 ms
2019-08-09 00:00:00.843 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_2 on cv-generator.1
2019-08-09 00:00:00.843 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.848 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_2 in 5.250 ms
2019-08-09 00:00:00.848 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.849 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.851 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.851 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 7.352 μs
2019-08-09 00:00:00.851 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_6 in 26.05 ms
2019-08-09 00:00:00.851 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_6 on cv-generator.1
2019-08-09 00:00:00.851 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.851 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_6 in 634.3 μs
2019-08-09 00:00:00.851 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.857 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.857 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.602 μs
2019-08-09 00:00:00.857 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_4 in 49.16 ms
2019-08-09 00:00:00.857 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_4 on cv-generator.1
2019-08-09 00:00:00.858 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.858 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_4 in 527.9 μs
2019-08-09 00:00:00.858 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.866 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.866 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.866 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 6.190 μs
2019-08-09 00:00:00.866 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_5 in 48.85 ms
2019-08-09 00:00:00.866 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_5 on cv-generator.1
2019-08-09 00:00:00.867 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.867 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_5 in 530.3 μs
2019-08-09 00:00:00.867 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.873 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.874 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.874 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.517 μs
2019-08-09 00:00:00.874 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_7 in 26.21 ms
2019-08-09 00:00:00.874 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_7 on cv-generator.1
2019-08-09 00:00:00.875 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.875 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_7 in 519.8 μs
2019-08-09 00:00:00.875 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.907 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.908 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.908 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.908 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 14.00 μs
2019-08-09 00:00:00.908 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_9 in 50.55 ms
2019-08-09 00:00:00.909 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_9 on cv-generator.1
2019-08-09 00:00:00.909 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.909 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_9 in 564.6 μs
2019-08-09 00:00:00.910 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.910 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_0 in 35.62 ms
2019-08-09 00:00:00.910 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_0 on cv-generator.1
2019-08-09 00:00:00.911 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.911 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_0 in 367.9 μs
2019-08-09 00:00:00.911 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.911 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.915 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.916 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.916 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 10.97 μs
2019-08-09 00:00:00.916 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.916 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 1 items
2019-08-09 00:00:00.916 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 1 items in 5.338 μs
2019-08-09 00:00:00.916 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_8 in 64.86 ms
2019-08-09 00:00:00.916 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_8 on cv-generator.1
2019-08-09 00:00:00.916 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_1 in 5.556 ms
2019-08-09 00:00:00.916 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_1 on cv-generator.1
2019-08-09 00:00:00.917 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.917 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_8 in 528.2 μs
2019-08-09 00:00:00.917 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.918 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_10 in 51.27 ms
2019-08-09 00:00:00.918 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_10 on cv-generator.1
2019-08-09 00:00:00.919 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.919 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_10 in 526.9 μs
2019-08-09 00:00:00.919 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.917 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.921 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.922 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_3 in 4.801 ms
2019-08-09 00:00:00.922 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_3 on cv-generator.1
2019-08-09 00:00:00.922 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.922 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_3 in 259.0 μs
2019-08-09 00:00:00.922 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.924 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_1 in 7.623 ms
2019-08-09 00:00:00.924 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.925 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.926 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_5 in 3.618 ms
2019-08-09 00:00:00.926 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_5 on cv-generator.1
2019-08-09 00:00:00.926 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.926 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_5 in 257.7 μs
2019-08-09 00:00:00.926 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.927 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.928 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_2 in 16.27 ms
2019-08-09 00:00:00.928 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_2 on cv-generator.1
2019-08-09 00:00:00.928 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.928 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_2 in 381.0 μs
2019-08-09 00:00:00.928 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.933 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.933 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.933 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_8 in 4.750 ms
2019-08-09 00:00:00.933 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_8 on cv-generator.1
2019-08-09 00:00:00.933 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_4 in 14.28 ms
2019-08-09 00:00:00.933 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_4 on cv-generator.1
2019-08-09 00:00:00.933 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.933 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_8 in 394.8 μs
2019-08-09 00:00:00.933 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.934 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.934 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_4 in 386.3 μs
2019-08-09 00:00:00.934 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.939 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.940 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.940 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_7 in 13.59 ms
2019-08-09 00:00:00.940 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_7 on cv-generator.1
2019-08-09 00:00:00.940 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_9 in 6.505 ms
2019-08-09 00:00:00.940 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_9 on cv-generator.1
2019-08-09 00:00:00.940 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.940 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_7 in 367.9 μs
2019-08-09 00:00:00.940 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.940 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.940 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_9 in 413.7 μs
2019-08-09 00:00:00.940 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.941 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.942 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_6 in 17.37 ms
2019-08-09 00:00:00.942 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_6 on cv-generator.1
2019-08-09 00:00:00.942 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.942 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_6 in 372.2 μs
2019-08-09 00:00:00.942 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.947 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.947 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_11 in 7.041 ms
2019-08-09 00:00:00.947 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_11 on cv-generator.1
2019-08-09 00:00:00.948 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.948 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_11 in 359.6 μs
2019-08-09 00:00:00.948 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.949 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.949 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_13 in 7.407 ms
2019-08-09 00:00:00.949 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_13 on cv-generator.1
2019-08-09 00:00:00.950 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.950 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_13 in 385.4 μs
2019-08-09 00:00:00.950 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.951 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.951 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_10 in 17.34 ms
2019-08-09 00:00:00.951 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_10 on cv-generator.1
2019-08-09 00:00:00.951 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.952 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_10 in 376.4 μs
2019-08-09 00:00:00.952 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.952 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_12 in 11.65 ms
2019-08-09 00:00:00.952 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_12 on cv-generator.1
2019-08-09 00:00:00.952 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.952 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_12 in 386.9 μs
2019-08-09 00:00:00.953 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.954 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.956 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.956 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_15 in 6.477 ms
2019-08-09 00:00:00.956 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_15 on cv-generator.1
2019-08-09 00:00:00.957 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.957 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.957 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_15 in 376.7 μs
2019-08-09 00:00:00.957 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.957 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_14 in 9.432 ms
2019-08-09 00:00:00.957 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_14 on cv-generator.1
2019-08-09 00:00:00.957 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.958 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_14 in 365.7 μs
2019-08-09 00:00:00.958 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.964 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.964 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_16 in 11.80 ms
2019-08-09 00:00:00.964 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_16 on cv-generator.1
2019-08-09 00:00:00.965 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.965 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_16 in 371.2 μs
2019-08-09 00:00:00.965 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.966 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.966 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_19 in 8.411 ms
2019-08-09 00:00:00.966 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_19 on cv-generator.1
2019-08-09 00:00:00.966 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.966 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_19 in 399.7 μs
2019-08-09 00:00:00.967 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.968 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.968 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_17 in 13.90 ms
2019-08-09 00:00:00.968 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_17 on cv-generator.1
2019-08-09 00:00:00.968 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.968 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_17 in 467.6 μs
2019-08-09 00:00:00.968 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.970 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.970 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_18 in 13.06 ms
2019-08-09 00:00:00.970 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_18 on cv-generator.1
2019-08-09 00:00:00.970 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.970 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_18 in 390.3 μs
2019-08-09 00:00:00.971 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.972 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.972 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_20 in 7.224 ms
2019-08-09 00:00:00.972 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_20 on cv-generator.1
2019-08-09 00:00:00.973 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.973 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_20 in 374.7 μs
2019-08-09 00:00:00.973 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.975 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.976 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_21 in 9.203 ms
2019-08-09 00:00:00.976 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_21 on cv-generator.1
2019-08-09 00:00:00.976 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.976 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_21 in 382.7 μs
2019-08-09 00:00:00.976 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.980 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.980 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_23 in 9.650 ms
2019-08-09 00:00:00.980 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_23 on cv-generator.1
2019-08-09 00:00:00.981 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.981 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_23 in 371.5 μs
2019-08-09 00:00:00.981 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.981 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.982 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_22 in 13.29 ms
2019-08-09 00:00:00.982 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_22 on cv-generator.1
2019-08-09 00:00:00.982 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.982 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.982 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_22 in 393.9 μs
2019-08-09 00:00:00.983 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.985 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.986 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_24 in 12.62 ms
2019-08-09 00:00:00.986 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_24 on cv-generator.1
2019-08-09 00:00:00.986 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.986 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_24 in 371.0 μs
2019-08-09 00:00:00.986 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.986 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_25 in 9.995 ms
2019-08-09 00:00:00.986 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_25 on cv-generator.1
2019-08-09 00:00:00.987 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.987 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_25 in 374.4 μs
2019-08-09 00:00:00.988 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.989 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_26 in 7.864 ms
2019-08-09 00:00:00.989 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_26 on cv-generator.1
2019-08-09 00:00:00.989 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.989 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_26 in 378.5 μs
2019-08-09 00:00:00.989 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.989 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.993 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.993 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_28 in 7.303 ms
2019-08-09 00:00:00.993 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_28 on cv-generator.1
2019-08-09 00:00:00.994 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.994 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_28 in 366.1 μs
2019-08-09 00:00:00.995 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.995 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_27 in 11.40 ms
2019-08-09 00:00:00.995 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_27 on cv-generator.1
2019-08-09 00:00:00.996 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.996 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_27 in 386.1 μs
2019-08-09 00:00:00.996 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.996 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:00.996 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:00.996 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_30 in 6.860 ms
2019-08-09 00:00:00.996 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_30 on cv-generator.1
2019-08-09 00:00:00.997 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:00.997 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_30 in 373.6 μs
2019-08-09 00:00:00.997 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.001 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.001 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_32 in 5.106 ms
2019-08-09 00:00:01.001 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_32 on cv-generator.1
2019-08-09 00:00:01.001 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.002 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.002 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_32 in 372.5 μs
2019-08-09 00:00:01.004 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.004 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.005 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_29 in 15.64 ms
2019-08-09 00:00:01.005 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_29 on cv-generator.1
2019-08-09 00:00:01.005 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.005 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_29 in 360.8 μs
2019-08-09 00:00:01.005 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.007 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.007 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_31 in 11.81 ms
2019-08-09 00:00:01.008 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_31 on cv-generator.1
2019-08-09 00:00:01.008 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.008 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_31 in 384.5 μs
2019-08-09 00:00:01.008 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.008 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_33 in 11.28 ms
2019-08-09 00:00:01.008 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_33 on cv-generator.1
2019-08-09 00:00:01.008 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.009 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_33 in 364.3 μs
2019-08-09 00:00:01.009 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.011 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.012 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_35 in 6.421 ms
2019-08-09 00:00:01.012 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_35 on cv-generator.1
2019-08-09 00:00:01.012 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.012 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_35 in 384.1 μs
2019-08-09 00:00:01.012 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.013 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.013 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_36 in 5.040 ms
2019-08-09 00:00:01.013 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_36 on cv-generator.1
2019-08-09 00:00:01.013 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.013 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.013 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_36 in 398.8 μs
2019-08-09 00:00:01.014 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_34 in 9.921 ms
2019-08-09 00:00:01.014 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_34 on cv-generator.1
2019-08-09 00:00:01.014 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.014 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.014 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_34 in 406.7 μs
2019-08-09 00:00:01.014 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.014 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.015 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_37 in 6.199 ms
2019-08-09 00:00:01.015 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_37 on cv-generator.1
2019-08-09 00:00:01.015 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.015 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_37 in 418.4 μs
2019-08-09 00:00:01.015 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.017 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.017 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_38 in 5.211 ms
2019-08-09 00:00:01.017 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_38 on cv-generator.1
2019-08-09 00:00:01.018 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.018 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_38 in 404.9 μs
2019-08-09 00:00:01.018 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.018 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.019 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_39 in 5.020 ms
2019-08-09 00:00:01.019 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_39 on cv-generator.1
2019-08-09 00:00:01.019 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.019 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.019 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_39 in 514.5 μs
2019-08-09 00:00:01.019 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.019 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_40 in 5.405 ms
2019-08-09 00:00:01.019 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_40 on cv-generator.1
2019-08-09 00:00:01.020 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.020 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_40 in 398.2 μs
2019-08-09 00:00:01.020 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.020 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.021 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_41 in 5.306 ms
2019-08-09 00:00:01.021 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_41 on cv-generator.1
2019-08-09 00:00:01.021 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.021 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_41 in 405.4 μs
2019-08-09 00:00:01.021 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.023 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.023 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_42 in 5.214 ms
2019-08-09 00:00:01.023 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_42 on cv-generator.1
2019-08-09 00:00:01.024 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.025 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_43 in 5.274 ms
2019-08-09 00:00:01.025 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_43 on cv-generator.1
2019-08-09 00:00:01.025 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.025 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.025 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_43 in 409.7 μs
2019-08-09 00:00:01.025 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.025 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_44 in 5.112 ms
2019-08-09 00:00:01.025 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_44 on cv-generator.1
2019-08-09 00:00:01.025 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.026 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_44 in 379.8 μs
2019-08-09 00:00:01.026 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.026 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.027 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.027 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_42 in 3.986 ms
2019-08-09 00:00:01.027 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.027 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_45 in 6.182 ms
2019-08-09 00:00:01.028 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_45 on cv-generator.1
2019-08-09 00:00:01.028 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.028 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_45 in 391.6 μs
2019-08-09 00:00:01.028 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.031 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.031 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_46 in 5.805 ms
2019-08-09 00:00:01.031 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_46 on cv-generator.1
2019-08-09 00:00:01.031 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.031 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_46 in 320.1 μs
2019-08-09 00:00:01.031 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.033 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.033 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_47 in 7.395 ms
2019-08-09 00:00:01.033 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_47 on cv-generator.1
2019-08-09 00:00:01.033 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.033 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_47 in 394.3 μs
2019-08-09 00:00:01.033 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.035 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.035 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_49 in 6.929 ms
2019-08-09 00:00:01.035 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_49 on cv-generator.1
2019-08-09 00:00:01.035 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.035 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_49 in 336.8 μs
2019-08-09 00:00:01.035 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.036 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.037 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_50 in 5.342 ms
2019-08-09 00:00:01.037 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_50 on cv-generator.1
2019-08-09 00:00:01.037 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.037 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_50 in 301.0 μs
2019-08-09 00:00:01.037 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.039 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.039 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_48 in 12.12 ms
2019-08-09 00:00:01.039 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_48 on cv-generator.1
2019-08-09 00:00:01.039 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.1)
[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.040 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_48 in 269.7 μs
2019-08-09 00:00:01.040 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.040 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.040 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_2 in 3.444 ms
2019-08-09 00:00:01.040 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_2 on cv-generator.1
2019-08-09 00:00:01.041 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.041 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_2 in 270.9 μs
2019-08-09 00:00:01.041 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.043 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.043 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.044 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_0 in 10.36 ms
2019-08-09 00:00:01.044 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_0 on cv-generator.1
2019-08-09 00:00:01.044 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_3 in 4.288 ms
2019-08-09 00:00:01.044 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_3 on cv-generator.1
2019-08-09 00:00:01.044 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.044 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.044 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.044 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_1 in 9.001 ms
2019-08-09 00:00:01.044 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_1 on cv-generator.1
2019-08-09 00:00:01.044 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_3 in 410.8 μs
2019-08-09 00:00:01.044 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_0 in 441.2 μs
2019-08-09 00:00:01.044 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.044 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.045 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.045 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_1 in 382.7 μs
2019-08-09 00:00:01.045 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.046 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.046 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_4 in 5.241 ms
2019-08-09 00:00:01.046 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_4 on cv-generator.1
2019-08-09 00:00:01.046 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.047 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_4 in 389.3 μs
2019-08-09 00:00:01.047 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.049 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.049 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.050 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.050 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_6 in 5.182 ms
2019-08-09 00:00:01.050 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_6 on cv-generator.1
2019-08-09 00:00:01.050 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_5 in 5.375 ms
2019-08-09 00:00:01.050 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_5 on cv-generator.1
2019-08-09 00:00:01.050 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_7 in 5.210 ms
2019-08-09 00:00:01.050 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_7 on cv-generator.1
2019-08-09 00:00:01.050 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.050 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_6 in 433.3 μs
2019-08-09 00:00:01.050 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.050 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.050 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_5 in 429.4 μs
2019-08-09 00:00:01.050 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.050 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.051 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_7 in 417.5 μs
2019-08-09 00:00:01.051 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.051 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.052 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_8 in 5.222 ms
2019-08-09 00:00:01.052 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_8 on cv-generator.1
2019-08-09 00:00:01.052 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.052 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_8 in 406.6 μs
2019-08-09 00:00:01.052 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.055 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.055 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.056 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_9 in 5.315 ms
2019-08-09 00:00:01.056 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_9 on cv-generator.1
2019-08-09 00:00:01.056 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.056 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_10 in 5.269 ms
2019-08-09 00:00:01.056 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_10 on cv-generator.1
2019-08-09 00:00:01.056 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.056 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.056 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_9 in 388.7 μs
2019-08-09 00:00:01.056 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_11 in 5.411 ms
2019-08-09 00:00:01.056 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_11 on cv-generator.1
2019-08-09 00:00:01.056 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.056 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_10 in 363.6 μs
2019-08-09 00:00:01.056 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.056 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.056 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_11 in 424.4 μs
2019-08-09 00:00:01.056 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.057 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.058 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_12 in 5.196 ms
2019-08-09 00:00:01.058 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_12 on cv-generator.1
2019-08-09 00:00:01.058 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.058 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_12 in 392.0 μs
2019-08-09 00:00:01.058 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.061 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.061 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.061 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.061 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_13 in 5.405 ms
2019-08-09 00:00:01.061 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_13 on cv-generator.1
2019-08-09 00:00:01.061 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_14 in 5.361 ms
2019-08-09 00:00:01.062 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_14 on cv-generator.1
2019-08-09 00:00:01.062 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_15 in 5.002 ms
2019-08-09 00:00:01.062 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_15 on cv-generator.1
2019-08-09 00:00:01.062 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.062 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.062 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.062 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_13 in 405.5 μs
2019-08-09 00:00:01.062 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_14 in 377.9 μs
2019-08-09 00:00:01.062 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.062 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_15 in 377.9 μs
2019-08-09 00:00:01.062 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.062 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.063 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.063 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_16 in 5.183 ms
2019-08-09 00:00:01.063 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_16 on cv-generator.1
2019-08-09 00:00:01.064 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.064 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_16 in 390.7 μs
2019-08-09 00:00:01.064 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.067 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.067 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.067 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.067 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_19 in 5.231 ms
2019-08-09 00:00:01.067 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_17 in 5.314 ms
2019-08-09 00:00:01.067 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_17 on cv-generator.1
2019-08-09 00:00:01.067 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_18 in 5.272 ms
2019-08-09 00:00:01.067 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_18 on cv-generator.1
2019-08-09 00:00:01.067 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_19 on cv-generator.1
2019-08-09 00:00:01.068 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.068 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.068 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.068 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_17 in 417.6 μs
2019-08-09 00:00:01.068 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_18 in 384.7 μs
2019-08-09 00:00:01.068 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.068 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_19 in 397.2 μs
2019-08-09 00:00:01.068 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.068 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.069 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.069 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_20 in 5.168 ms
2019-08-09 00:00:01.069 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_20 on cv-generator.1
2019-08-09 00:00:01.069 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.069 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_20 in 410.4 μs
2019-08-09 00:00:01.069 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.073 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.073 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.073 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.073 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_21 in 5.367 ms
2019-08-09 00:00:01.073 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_21 on cv-generator.1
2019-08-09 00:00:01.073 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_23 in 5.417 ms
2019-08-09 00:00:01.073 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_23 on cv-generator.1
2019-08-09 00:00:01.073 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_22 in 5.485 ms
2019-08-09 00:00:01.073 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_22 on cv-generator.1
2019-08-09 00:00:01.074 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.074 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_21 in 398.8 μs
2019-08-09 00:00:01.074 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.074 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.074 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.074 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_22 in 383.6 μs
2019-08-09 00:00:01.074 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_23 in 430.8 μs
2019-08-09 00:00:01.074 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.074 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.074 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.075 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_24 in 5.322 ms
2019-08-09 00:00:01.075 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_24 on cv-generator.1
2019-08-09 00:00:01.075 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.075 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_24 in 413.4 μs
2019-08-09 00:00:01.075 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.078 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.079 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.079 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.079 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_26 in 4.991 ms
2019-08-09 00:00:01.079 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_26 on cv-generator.1
2019-08-09 00:00:01.079 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_25 in 5.155 ms
2019-08-09 00:00:01.079 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_25 on cv-generator.1
2019-08-09 00:00:01.079 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_27 in 5.075 ms
2019-08-09 00:00:01.079 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_27 on cv-generator.1
2019-08-09 00:00:01.079 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.079 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.079 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_25 in 406.1 μs
2019-08-09 00:00:01.079 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.079 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_26 in 429.6 μs
2019-08-09 00:00:01.079 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.079 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.079 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_27 in 442.0 μs
2019-08-09 00:00:01.080 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.080 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.080 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_28 in 5.164 ms
2019-08-09 00:00:01.080 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_28 on cv-generator.1
2019-08-09 00:00:01.081 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.081 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_28 in 390.4 μs
2019-08-09 00:00:01.081 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.084 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.084 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.084 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.085 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_31 in 5.271 ms
2019-08-09 00:00:01.085 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_31 on cv-generator.1
2019-08-09 00:00:01.085 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_30 in 5.406 ms
2019-08-09 00:00:01.085 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_30 on cv-generator.1
2019-08-09 00:00:01.085 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_29 in 5.420 ms
2019-08-09 00:00:01.085 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_29 on cv-generator.1
2019-08-09 00:00:01.085 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.085 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.085 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_31 in 415.1 μs
2019-08-09 00:00:01.085 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.085 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_29 in 402.9 μs
2019-08-09 00:00:01.085 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.086 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.086 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_30 in 729.5 μs
2019-08-09 00:00:01.086 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.086 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.086 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_32 in 5.425 ms
2019-08-09 00:00:01.086 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_32 on cv-generator.1
2019-08-09 00:00:01.087 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.087 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_32 in 403.4 μs
2019-08-09 00:00:01.087 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.090 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.090 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.091 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.091 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_33 in 5.263 ms
2019-08-09 00:00:01.091 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_33 on cv-generator.1
2019-08-09 00:00:01.091 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_34 in 5.219 ms
2019-08-09 00:00:01.091 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_34 on cv-generator.1
2019-08-09 00:00:01.091 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_35 in 5.278 ms
2019-08-09 00:00:01.091 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_35 on cv-generator.1
2019-08-09 00:00:01.091 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.091 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.091 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_33 in 423.9 μs
2019-08-09 00:00:01.091 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_34 in 445.4 μs
2019-08-09 00:00:01.091 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.091 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.091 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.092 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_35 in 485.8 μs
2019-08-09 00:00:01.092 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.092 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.092 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_36 in 5.133 ms
2019-08-09 00:00:01.092 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_36 on cv-generator.1
2019-08-09 00:00:01.092 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.092 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_36 in 452.4 μs
2019-08-09 00:00:01.093 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.096 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.096 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.096 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_38 in 5.071 ms
2019-08-09 00:00:01.096 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_38 on cv-generator.1
2019-08-09 00:00:01.096 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.097 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_37 in 5.454 ms
2019-08-09 00:00:01.097 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_37 on cv-generator.1
2019-08-09 00:00:01.097 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.097 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_38 in 460.4 μs
2019-08-09 00:00:01.097 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_39 in 5.251 ms
2019-08-09 00:00:01.097 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_39 on cv-generator.1
2019-08-09 00:00:01.097 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.097 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.097 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_37 in 451.2 μs
2019-08-09 00:00:01.097 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.097 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.097 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_39 in 393.6 μs
2019-08-09 00:00:01.097 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.097 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.098 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_40 in 5.213 ms
2019-08-09 00:00:01.098 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_40 on cv-generator.1
2019-08-09 00:00:01.098 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.098 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_40 in 395.4 μs
2019-08-09 00:00:01.098 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.102 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.102 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_41 in 5.250 ms
2019-08-09 00:00:01.102 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_41 on cv-generator.1
2019-08-09 00:00:01.102 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.102 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.103 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_42 in 5.320 ms
2019-08-09 00:00:01.103 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_42 on cv-generator.1
2019-08-09 00:00:01.103 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_43 in 5.243 ms
2019-08-09 00:00:01.103 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_43 on cv-generator.1
2019-08-09 00:00:01.103 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.103 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.103 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.103 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_43 in 373.8 μs
2019-08-09 00:00:01.103 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_42 in 429.2 μs
2019-08-09 00:00:01.103 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.103 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.103 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_44 in 5.114 ms
2019-08-09 00:00:01.103 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_44 on cv-generator.1
2019-08-09 00:00:01.104 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.104 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_44 in 414.8 μs
2019-08-09 00:00:01.104 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.108 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.108 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.108 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_45 in 5.002 ms
2019-08-09 00:00:01.108 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_45 on cv-generator.1
2019-08-09 00:00:01.108 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_46 in 5.015 ms
2019-08-09 00:00:01.108 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_46 on cv-generator.1
2019-08-09 00:00:01.108 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.109 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.109 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.109 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_45 in 411.1 μs
2019-08-09 00:00:01.109 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_46 in 379.3 μs
2019-08-09 00:00:01.109 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.109 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.109 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_47 in 5.120 ms
2019-08-09 00:00:01.109 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_47 on cv-generator.1
2019-08-09 00:00:01.109 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.109 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_47 in 390.2 μs
2019-08-09 00:00:01.109 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1]
2019-08-09 00:00:01.110 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.110 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_41 in 7.628 ms
2019-08-09 00:00:01.110 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.2)[DataSet=cv-
generator, Partition=2]
2019-08-09 00:00:01.111 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built Random in 1.426 ms
2019-08-09 00:00:01.111 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring Random on cv-generator.2
2019-08-09 00:00:01.112 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.2)[DataSet=cv-
generator, Partition=2] (0 users)
2019-08-09 00:00:01.112 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested Random in 179.7 μs
2019-08-09 00:00:01.112 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.113 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.113 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.114 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_48 in 5.150 ms
2019-08-09 00:00:01.114 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built Baseline in 2.277 ms
2019-08-09 00:00:01.114 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_49 in 5.165 ms
2019-08-09 00:00:01.114 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_49 on cv-generator.1
2019-08-09 00:00:01.114 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_48 on cv-generator.1
2019-08-09 00:00:01.114 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring Baseline on cv-generator.2
2019-08-09 00:00:01.114 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.114 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested Baseline in 201.7 μs
2019-08-09 00:00:01.114 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.114 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.114 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.114 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.114 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_48 in 401.2 μs
2019-08-09 00:00:01.114 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_49 in 410.7 μs
2019-08-09 00:00:01.114 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.114 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.120 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_50 in 10.38 ms
2019-08-09 00:00:01.120 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_50 on cv-generator.1
2019-08-09 00:00:01.120 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.1)[DataSet=cv-generator, Partition=1] (1 users)
2019-08-09 00:00:01.120 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_50 in 286.8 μs
2019-08-09 00:00:01.120 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.124 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built UserMean in 9.525 ms
2019-08-09 00:00:01.124 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring UserMean on cv-generator.2
2019-08-09 00:00:01.124 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.124 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested UserMean in 403.8 μs
2019-08-09 00:00:01.124 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.134 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.134 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.135 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.135 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 14.88 μs
2019-08-09 00:00:01.135 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.135 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_1 in 20.74 ms
2019-08-09 00:00:01.135 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_1 on cv-generator.2
2019-08-09 00:00:01.135 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.927 μs
2019-08-09 00:00:01.135 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_2 in 20.89 ms
2019-08-09 00:00:01.135 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_2 on cv-generator.2
2019-08-09 00:00:01.139 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.139 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_1 in 3.969 ms
2019-08-09 00:00:01.139 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.139 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.139 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_2 in 3.914 ms
2019-08-09 00:00:01.139 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.141 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.141 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.141 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.374 μs
2019-08-09 00:00:01.141 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_4 in 17.08 ms
2019-08-09 00:00:01.141 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_4 on cv-generator.2
2019-08-09 00:00:01.142 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.142 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_4 in 477.2 μs
2019-08-09 00:00:01.142 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.145 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.146 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.146 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 4.910 μs
2019-08-09 00:00:01.146 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_3 in 25.36 ms
2019-08-09 00:00:01.146 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_3 on cv-generator.2
2019-08-09 00:00:01.146 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.146 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_3 in 307.6 μs
2019-08-09 00:00:01.146 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.149 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.150 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.150 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.566 μs
2019-08-09 00:00:01.150 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_5 in 11.02 ms
2019-08-09 00:00:01.150 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_5 on cv-generator.2
2019-08-09 00:00:01.151 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.151 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_5 in 459.3 μs
2019-08-09 00:00:01.151 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.154 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.154 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.155 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.155 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.485 μs
2019-08-09 00:00:01.155 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.155 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_7 in 12.92 ms
2019-08-09 00:00:01.155 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_7 on cv-generator.2
2019-08-09 00:00:01.155 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 5.779 μs
2019-08-09 00:00:01.155 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_6 in 15.63 ms
2019-08-09 00:00:01.155 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_6 on cv-generator.2
2019-08-09 00:00:01.155 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.155 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_7 in 492.3 μs
2019-08-09 00:00:01.155 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.156 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.156 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_6 in 464.0 μs
2019-08-09 00:00:01.156 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.159 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.160 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.160 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.707 μs
2019-08-09 00:00:01.160 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_8 in 13.71 ms
2019-08-09 00:00:01.160 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_8 on cv-generator.2
2019-08-09 00:00:01.160 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.160 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_8 in 470.8 μs
2019-08-09 00:00:01.160 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.161 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.161 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_0 in 5.387 ms
2019-08-09 00:00:01.161 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_0 on cv-generator.2
2019-08-09 00:00:01.161 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.161 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_0 in 364.1 μs
2019-08-09 00:00:01.161 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.163 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.164 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.164 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.627 μs
2019-08-09 00:00:01.164 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_9 in 13.45 ms
2019-08-09 00:00:01.164 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_9 on cv-generator.2
2019-08-09 00:00:01.165 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.165 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_9 in 464.5 μs
2019-08-09 00:00:01.165 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.165 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.166 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_1 in 5.347 ms
2019-08-09 00:00:01.166 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_1 on cv-generator.2
2019-08-09 00:00:01.166 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.166 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_1 in 328.5 μs
2019-08-09 00:00:01.166 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.166 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.167 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_2 in 5.245 ms
2019-08-09 00:00:01.167 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_2 on cv-generator.2
2019-08-09 00:00:01.167 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.167 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_2 in 369.5 μs
2019-08-09 00:00:01.167 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.168 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.169 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.169 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.674 μs
2019-08-09 00:00:01.169 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_10 in 13.48 ms
2019-08-09 00:00:01.169 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_10 on cv-generator.2
2019-08-09 00:00:01.169 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.169 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_10 in 476.0 μs
2019-08-09 00:00:01.170 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.170 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.170 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_3 in 5.318 ms
2019-08-09 00:00:01.170 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_3 on cv-generator.2
2019-08-09 00:00:01.171 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.171 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_3 in 344.2 μs
2019-08-09 00:00:01.171 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.171 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.171 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_4 in 5.395 ms
2019-08-09 00:00:01.171 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_4 on cv-generator.2
2019-08-09 00:00:01.172 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.172 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_4 in 335.9 μs
2019-08-09 00:00:01.172 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.172 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.172 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_5 in 5.307 ms
2019-08-09 00:00:01.173 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_5 on cv-generator.2
2019-08-09 00:00:01.173 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.173 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_5 in 331.6 μs
2019-08-09 00:00:01.173 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.174 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.175 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_6 in 5.299 ms
2019-08-09 00:00:01.175 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_6 on cv-generator.2
2019-08-09 00:00:01.175 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.175 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_6 in 366.8 μs
2019-08-09 00:00:01.175 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.177 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.177 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_7 in 6.631 ms
2019-08-09 00:00:01.177 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_7 on cv-generator.2
2019-08-09 00:00:01.178 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.178 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_8 in 6.168 ms
2019-08-09 00:00:01.178 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_8 on cv-generator.2
2019-08-09 00:00:01.178 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.178 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_8 in 356.7 μs
2019-08-09 00:00:01.179 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.178 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.179 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_7 in 1.286 ms
2019-08-09 00:00:01.179 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.179 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.180 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_9 in 6.609 ms
2019-08-09 00:00:01.180 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_9 on cv-generator.2
2019-08-09 00:00:01.180 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.180 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_9 in 548.6 μs
2019-08-09 00:00:01.180 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.181 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.182 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_10 in 6.907 ms
2019-08-09 00:00:01.182 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_10 on cv-generator.2
2019-08-09 00:00:01.183 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.183 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_10 in 347.3 μs
2019-08-09 00:00:01.183 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.183 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.184 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_11 in 5.068 ms
2019-08-09 00:00:01.184 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_11 on cv-generator.2
2019-08-09 00:00:01.184 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.184 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_11 in 734.2 μs
2019-08-09 00:00:01.184 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.186 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.186 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_12 in 7.548 ms
2019-08-09 00:00:01.186 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_12 on cv-generator.2
2019-08-09 00:00:01.187 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.187 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_12 in 327.2 μs
2019-08-09 00:00:01.187 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.192 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.192 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.192 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_15 in 7.831 ms
2019-08-09 00:00:01.192 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_15 on cv-generator.2
2019-08-09 00:00:01.193 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.193 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_15 in 228.2 μs
2019-08-09 00:00:01.193 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.193 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_13 in 12.74 ms
2019-08-09 00:00:01.193 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_13 on cv-generator.2
2019-08-09 00:00:01.194 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.194 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_13 in 768.2 μs
2019-08-09 00:00:01.194 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.195 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.195 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_16 in 8.362 ms
2019-08-09 00:00:01.195 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_16 on cv-generator.2
2019-08-09 00:00:01.195 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.195 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_16 in 361.1 μs
2019-08-09 00:00:01.195 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.197 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.197 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.198 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_14 in 14.97 ms
2019-08-09 00:00:01.198 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_14 on cv-generator.2
2019-08-09 00:00:01.198 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_17 in 5.135 ms
2019-08-09 00:00:01.198 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_17 on cv-generator.2
2019-08-09 00:00:01.198 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.198 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.198 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_14 in 376.7 μs
2019-08-09 00:00:01.198 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_17 in 358.1 μs
2019-08-09 00:00:01.198 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.198 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.199 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.199 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_18 in 5.358 ms
2019-08-09 00:00:01.199 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_18 on cv-generator.2
2019-08-09 00:00:01.200 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.200 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_18 in 346.0 μs
2019-08-09 00:00:01.200 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.200 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.200 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_19 in 4.976 ms
2019-08-09 00:00:01.200 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_19 on cv-generator.2
2019-08-09 00:00:01.201 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.201 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_19 in 330.7 μs
2019-08-09 00:00:01.201 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.203 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.203 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.203 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_21 in 5.107 ms
2019-08-09 00:00:01.203 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_21 on cv-generator.2
2019-08-09 00:00:01.204 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_20 in 5.266 ms
2019-08-09 00:00:01.204 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_20 on cv-generator.2
2019-08-09 00:00:01.204 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.204 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_21 in 338.4 μs
2019-08-09 00:00:01.204 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.204 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.204 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_20 in 344.7 μs
2019-08-09 00:00:01.204 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.205 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.205 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_22 in 5.422 ms
2019-08-09 00:00:01.205 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_22 on cv-generator.2
2019-08-09 00:00:01.205 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.205 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.205 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_22 in 343.9 μs
2019-08-09 00:00:01.206 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.206 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_23 in 4.942 ms
2019-08-09 00:00:01.206 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_23 on cv-generator.2
2019-08-09 00:00:01.206 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.206 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_23 in 348.8 μs
2019-08-09 00:00:01.206 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.209 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.209 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_24 in 5.048 ms
2019-08-09 00:00:01.209 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_24 on cv-generator.2
2019-08-09 00:00:01.209 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.209 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.209 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_24 in 363.4 μs
2019-08-09 00:00:01.209 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.209 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_25 in 5.341 ms
2019-08-09 00:00:01.209 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_25 on cv-generator.2
2019-08-09 00:00:01.210 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.210 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_25 in 334.1 μs
2019-08-09 00:00:01.210 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.211 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.211 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_26 in 5.470 ms
2019-08-09 00:00:01.211 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_26 on cv-generator.2
2019-08-09 00:00:01.211 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.211 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.211 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_26 in 332.5 μs
2019-08-09 00:00:01.211 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.212 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_27 in 5.330 ms
2019-08-09 00:00:01.212 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_27 on cv-generator.2
2019-08-09 00:00:01.212 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.212 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_27 in 335.9 μs
2019-08-09 00:00:01.212 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.214 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.214 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_28 in 5.031 ms
2019-08-09 00:00:01.214 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_28 on cv-generator.2
2019-08-09 00:00:01.215 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.215 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.215 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_28 in 329.5 μs
2019-08-09 00:00:01.215 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.215 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_29 in 5.301 ms
2019-08-09 00:00:01.215 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_29 on cv-generator.2
2019-08-09 00:00:01.215 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.216 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_29 in 335.8 μs
2019-08-09 00:00:01.216 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.216 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.217 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_30 in 5.316 ms
2019-08-09 00:00:01.217 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_30 on cv-generator.2
2019-08-09 00:00:01.217 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.217 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.217 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_30 in 354.8 μs
2019-08-09 00:00:01.217 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.217 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_31 in 5.273 ms
2019-08-09 00:00:01.217 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_31 on cv-generator.2
2019-08-09 00:00:01.218 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.218 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_31 in 341.3 μs
2019-08-09 00:00:01.218 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.220 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.220 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_32 in 5.265 ms
2019-08-09 00:00:01.220 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_32 on cv-generator.2
2019-08-09 00:00:01.220 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.220 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.221 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_32 in 390.8 μs
2019-08-09 00:00:01.221 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.221 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_33 in 5.305 ms
2019-08-09 00:00:01.221 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_33 on cv-generator.2
2019-08-09 00:00:01.221 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.221 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_33 in 341.1 μs
2019-08-09 00:00:01.221 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.222 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.223 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.223 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_34 in 5.482 ms
2019-08-09 00:00:01.223 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_34 on cv-generator.2
2019-08-09 00:00:01.223 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_35 in 5.295 ms
2019-08-09 00:00:01.223 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_35 on cv-generator.2
2019-08-09 00:00:01.223 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.223 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_34 in 350.4 μs
2019-08-09 00:00:01.223 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.223 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.223 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_35 in 325.7 μs
2019-08-09 00:00:01.223 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.225 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.226 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_36 in 5.151 ms
2019-08-09 00:00:01.226 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_36 on cv-generator.2
2019-08-09 00:00:01.226 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.226 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_36 in 328.1 μs
2019-08-09 00:00:01.226 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.226 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.227 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_37 in 5.295 ms
2019-08-09 00:00:01.227 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_37 on cv-generator.2
2019-08-09 00:00:01.227 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.227 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_37 in 338.0 μs
2019-08-09 00:00:01.227 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.228 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.228 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.229 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_38 in 5.390 ms
2019-08-09 00:00:01.229 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_38 on cv-generator.2
2019-08-09 00:00:01.229 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_39 in 5.134 ms
2019-08-09 00:00:01.229 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_39 on cv-generator.2
2019-08-09 00:00:01.229 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.229 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_38 in 330.3 μs
2019-08-09 00:00:01.229 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.229 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_39 in 343.3 μs
2019-08-09 00:00:01.229 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.229 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.231 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.232 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_40 in 5.352 ms
2019-08-09 00:00:01.232 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_40 on cv-generator.2
2019-08-09 00:00:01.232 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.232 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.232 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_40 in 335.0 μs
2019-08-09 00:00:01.232 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.232 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_41 in 5.262 ms
2019-08-09 00:00:01.232 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_41 on cv-generator.2
2019-08-09 00:00:01.233 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.233 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_41 in 330.5 μs
2019-08-09 00:00:01.233 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.234 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.234 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.234 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_42 in 5.126 ms
2019-08-09 00:00:01.234 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_42 on cv-generator.2
2019-08-09 00:00:01.234 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_43 in 5.131 ms
2019-08-09 00:00:01.234 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_43 on cv-generator.2
2019-08-09 00:00:01.235 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.235 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_42 in 339.0 μs
2019-08-09 00:00:01.235 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.235 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.235 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_43 in 357.3 μs
2019-08-09 00:00:01.235 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.237 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.237 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_44 in 5.420 ms
2019-08-09 00:00:01.237 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_44 on cv-generator.2
2019-08-09 00:00:01.238 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.238 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.238 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_44 in 363.9 μs
2019-08-09 00:00:01.255 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.256 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_45 in 23.29 ms
2019-08-09 00:00:01.256 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_45 on cv-generator.2
2019-08-09 00:00:01.256 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.257 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_45 in 391.9 μs
2019-08-09 00:00:01.257 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.261 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.261 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.261 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_47 in 26.60 ms
2019-08-09 00:00:01.261 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_47 on cv-generator.2
2019-08-09 00:00:01.262 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_46 in 26.93 ms
2019-08-09 00:00:01.262 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_46 on cv-generator.2
2019-08-09 00:00:01.262 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.262 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_47 in 374.9 μs
2019-08-09 00:00:01.262 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.264 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.264 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.264 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_48 in 9.102 ms
2019-08-09 00:00:01.264 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_48 on cv-generator.2
2019-08-09 00:00:01.264 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_49 in 7.687 ms
2019-08-09 00:00:01.264 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_49 on cv-generator.2
2019-08-09 00:00:01.265 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.265 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.265 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_49 in 325.1 μs
2019-08-09 00:00:01.265 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_48 in 349.7 μs
2019-08-09 00:00:01.265 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.265 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.266 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.267 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_50 in 4.768 ms
2019-08-09 00:00:01.267 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_50 on cv-generator.2
2019-08-09 00:00:01.267 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.267 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_50 in 307.0 μs
2019-08-09 00:00:01.267 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.269 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.2)
[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.269 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_46 in 7.719 ms
2019-08-09 00:00:01.269 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.270 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.270 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_1 in 5.216 ms
2019-08-09 00:00:01.270 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_1 on cv-generator.2
2019-08-09 00:00:01.271 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.271 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.271 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_0 in 6.398 ms
2019-08-09 00:00:01.271 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_0 on cv-generator.2
2019-08-09 00:00:01.271 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_2 in 4.289 ms
2019-08-09 00:00:01.271 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_2 on cv-generator.2
2019-08-09 00:00:01.271 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.271 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.271 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_2 in 233.6 μs
2019-08-09 00:00:01.272 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_0 in 345.4 μs
2019-08-09 00:00:01.272 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.272 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.272 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.272 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_1 in 1.933 ms
2019-08-09 00:00:01.272 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.275 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.275 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_3 in 5.689 ms
2019-08-09 00:00:01.275 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_3 on cv-generator.2
2019-08-09 00:00:01.275 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.275 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_3 in 370.4 μs
2019-08-09 00:00:01.276 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.276 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.277 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_5 in 5.259 ms
2019-08-09 00:00:01.277 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_5 on cv-generator.2
2019-08-09 00:00:01.277 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.277 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_5 in 374.7 μs
2019-08-09 00:00:01.277 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.277 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.278 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_4 in 6.137 ms
2019-08-09 00:00:01.278 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_4 on cv-generator.2
2019-08-09 00:00:01.278 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.278 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.278 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_4 in 337.8 μs
2019-08-09 00:00:01.278 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.278 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_6 in 6.437 ms
2019-08-09 00:00:01.278 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_6 on cv-generator.2
2019-08-09 00:00:01.279 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.279 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_6 in 486.1 μs
2019-08-09 00:00:01.279 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.280 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.281 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_7 in 5.041 ms
2019-08-09 00:00:01.281 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_7 on cv-generator.2
2019-08-09 00:00:01.281 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.281 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_7 in 323.0 μs
2019-08-09 00:00:01.281 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.282 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.283 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_8 in 5.342 ms
2019-08-09 00:00:01.283 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_8 on cv-generator.2
2019-08-09 00:00:01.283 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.283 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.283 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_8 in 394.4 μs
2019-08-09 00:00:01.283 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.283 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_9 in 5.279 ms
2019-08-09 00:00:01.283 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_9 on cv-generator.2
2019-08-09 00:00:01.284 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.284 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_9 in 348.8 μs
2019-08-09 00:00:01.284 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.284 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.284 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_10 in 5.236 ms
2019-08-09 00:00:01.284 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_10 on cv-generator.2
2019-08-09 00:00:01.285 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.285 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_10 in 355.7 μs
2019-08-09 00:00:01.285 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.286 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.286 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_11 in 5.184 ms
2019-08-09 00:00:01.286 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_11 on cv-generator.2
2019-08-09 00:00:01.287 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.287 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_11 in 342.8 μs
2019-08-09 00:00:01.287 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.288 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.288 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_12 in 5.312 ms
2019-08-09 00:00:01.288 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_12 on cv-generator.2
2019-08-09 00:00:01.289 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.289 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.289 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_12 in 357.5 μs
2019-08-09 00:00:01.289 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.289 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_13 in 5.171 ms
2019-08-09 00:00:01.289 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_13 on cv-generator.2
2019-08-09 00:00:01.289 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.289 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.289 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_13 in 352.6 μs
2019-08-09 00:00:01.290 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.290 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_14 in 5.160 ms
2019-08-09 00:00:01.290 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_14 on cv-generator.2
2019-08-09 00:00:01.290 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.290 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_14 in 371.5 μs
2019-08-09 00:00:01.290 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.291 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.292 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_15 in 5.219 ms
2019-08-09 00:00:01.292 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_15 on cv-generator.2
2019-08-09 00:00:01.292 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.292 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_15 in 364.6 μs
2019-08-09 00:00:01.292 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.294 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.294 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.294 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_16 in 5.386 ms
2019-08-09 00:00:01.294 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_16 on cv-generator.2
2019-08-09 00:00:01.295 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_17 in 5.118 ms
2019-08-09 00:00:01.295 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_17 on cv-generator.2
2019-08-09 00:00:01.295 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.295 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_16 in 416.2 μs
2019-08-09 00:00:01.295 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.295 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.295 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_17 in 362.3 μs
2019-08-09 00:00:01.295 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.295 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.296 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_18 in 5.285 ms
2019-08-09 00:00:01.296 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_18 on cv-generator.2
2019-08-09 00:00:01.296 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.296 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_18 in 343.9 μs
2019-08-09 00:00:01.296 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.297 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.297 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_19 in 4.986 ms
2019-08-09 00:00:01.297 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_19 on cv-generator.2
2019-08-09 00:00:01.298 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.298 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_19 in 331.8 μs
2019-08-09 00:00:01.298 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.300 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.300 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.300 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_20 in 5.500 ms
2019-08-09 00:00:01.300 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_20 on cv-generator.2
2019-08-09 00:00:01.301 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_21 in 5.331 ms
2019-08-09 00:00:01.301 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_21 on cv-generator.2
2019-08-09 00:00:01.301 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.301 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_20 in 345.9 μs
2019-08-09 00:00:01.301 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.301 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.301 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.301 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_21 in 358.5 μs
2019-08-09 00:00:01.301 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.301 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_22 in 5.224 ms
2019-08-09 00:00:01.301 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_22 on cv-generator.2
2019-08-09 00:00:01.302 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.302 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_22 in 351.3 μs
2019-08-09 00:00:01.302 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.303 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.303 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_23 in 5.179 ms
2019-08-09 00:00:01.303 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_23 on cv-generator.2
2019-08-09 00:00:01.303 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.303 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_23 in 361.6 μs
2019-08-09 00:00:01.303 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.306 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.306 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.306 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_24 in 5.254 ms
2019-08-09 00:00:01.306 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_24 on cv-generator.2
2019-08-09 00:00:01.306 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_25 in 5.418 ms
2019-08-09 00:00:01.306 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_25 on cv-generator.2
2019-08-09 00:00:01.306 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.306 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_24 in 360.2 μs
2019-08-09 00:00:01.307 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.307 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.307 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_25 in 348.6 μs
2019-08-09 00:00:01.307 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.307 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.307 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_26 in 5.555 ms
2019-08-09 00:00:01.307 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_26 on cv-generator.2
2019-08-09 00:00:01.308 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.308 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_26 in 336.6 μs
2019-08-09 00:00:01.308 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.308 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.309 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_27 in 5.295 ms
2019-08-09 00:00:01.309 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_27 on cv-generator.2
2019-08-09 00:00:01.309 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.309 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_27 in 331.7 μs
2019-08-09 00:00:01.309 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.311 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.312 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_28 in 5.174 ms
2019-08-09 00:00:01.312 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_28 on cv-generator.2
2019-08-09 00:00:01.312 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.312 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.312 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_28 in 381.9 μs
2019-08-09 00:00:01.312 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.312 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_29 in 5.347 ms
2019-08-09 00:00:01.312 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_29 on cv-generator.2
2019-08-09 00:00:01.313 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.313 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_29 in 338.0 μs
2019-08-09 00:00:01.313 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.313 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.313 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_30 in 5.399 ms
2019-08-09 00:00:01.313 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_30 on cv-generator.2
2019-08-09 00:00:01.314 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.314 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_30 in 349.0 μs
2019-08-09 00:00:01.314 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.314 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.314 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_31 in 5.318 ms
2019-08-09 00:00:01.314 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_31 on cv-generator.2
2019-08-09 00:00:01.315 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.315 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_31 in 319.6 μs
2019-08-09 00:00:01.315 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.317 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.317 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_32 in 5.210 ms
2019-08-09 00:00:01.317 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_32 on cv-generator.2
2019-08-09 00:00:01.318 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.318 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.318 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_32 in 341.6 μs
2019-08-09 00:00:01.318 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.318 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_33 in 5.353 ms
2019-08-09 00:00:01.318 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_33 on cv-generator.2
2019-08-09 00:00:01.318 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.318 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_33 in 352.2 μs
2019-08-09 00:00:01.318 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.319 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.319 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_34 in 5.473 ms
2019-08-09 00:00:01.319 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_34 on cv-generator.2
2019-08-09 00:00:01.319 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.320 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_34 in 345.3 μs
2019-08-09 00:00:01.320 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.320 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.320 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_35 in 5.227 ms
2019-08-09 00:00:01.320 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_35 on cv-generator.2
2019-08-09 00:00:01.320 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.320 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_35 in 263.7 μs
2019-08-09 00:00:01.320 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.323 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.323 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_36 in 5.271 ms
2019-08-09 00:00:01.323 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_36 on cv-generator.2
2019-08-09 00:00:01.324 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.324 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_36 in 352.9 μs
2019-08-09 00:00:01.324 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.324 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.325 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_37 in 6.206 ms
2019-08-09 00:00:01.325 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_37 on cv-generator.2
2019-08-09 00:00:01.325 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.325 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_37 in 349.8 μs
2019-08-09 00:00:01.325 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.327 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.327 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_39 in 6.583 ms
2019-08-09 00:00:01.327 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_39 on cv-generator.2
2019-08-09 00:00:01.327 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.327 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_39 in 368.8 μs
2019-08-09 00:00:01.327 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.328 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.328 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_38 in 8.757 ms
2019-08-09 00:00:01.328 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_38 on cv-generator.2
2019-08-09 00:00:01.329 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.329 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_38 in 347.9 μs
2019-08-09 00:00:01.329 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.329 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.329 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_40 in 5.775 ms
2019-08-09 00:00:01.329 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_40 on cv-generator.2
2019-08-09 00:00:01.330 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.330 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_40 in 352.9 μs
2019-08-09 00:00:01.330 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.330 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.330 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_41 in 5.344 ms
2019-08-09 00:00:01.331 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_41 on cv-generator.2
2019-08-09 00:00:01.331 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.331 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_41 in 337.2 μs
2019-08-09 00:00:01.331 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.332 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.333 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_42 in 5.124 ms
2019-08-09 00:00:01.333 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_42 on cv-generator.2
2019-08-09 00:00:01.333 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.333 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_42 in 334.4 μs
2019-08-09 00:00:01.333 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.334 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.334 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_43 in 5.275 ms
2019-08-09 00:00:01.334 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_43 on cv-generator.2
2019-08-09 00:00:01.334 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.334 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_43 in 345.0 μs
2019-08-09 00:00:01.335 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.335 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.335 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_44 in 5.407 ms
2019-08-09 00:00:01.335 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_44 on cv-generator.2
2019-08-09 00:00:01.336 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.336 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_44 in 348.0 μs
2019-08-09 00:00:01.336 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.336 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.336 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_45 in 5.239 ms
2019-08-09 00:00:01.336 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_45 on cv-generator.2
2019-08-09 00:00:01.337 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.337 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_45 in 344.5 μs
2019-08-09 00:00:01.337 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.338 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.338 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_46 in 5.150 ms
2019-08-09 00:00:01.338 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_46 on cv-generator.2
2019-08-09 00:00:01.339 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.339 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_46 in 355.8 μs
2019-08-09 00:00:01.339 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2]
2019-08-09 00:00:01.339 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.340 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_47 in 5.052 ms
2019-08-09 00:00:01.340 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_47 on cv-generator.2
2019-08-09 00:00:01.340 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.340 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_47 in 341.7 μs
2019-08-09 00:00:01.340 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.3)[DataSet=cv-
generator, Partition=3]
2019-08-09 00:00:01.341 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.341 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_48 in 5.225 ms
2019-08-09 00:00:01.341 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_48 on cv-generator.2
2019-08-09 00:00:01.341 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.341 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_48 in 369.8 μs
2019-08-09 00:00:01.341 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.345 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.346 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_49 in 9.050 ms
2019-08-09 00:00:01.346 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_49 on cv-generator.2
2019-08-09 00:00:01.346 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.346 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_49 in 357.3 μs
2019-08-09 00:00:01.346 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.347 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built Baseline in 5.926 ms
2019-08-09 00:00:01.347 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring Baseline on cv-generator.3
2019-08-09 00:00:01.348 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.348 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested Baseline in 187.5 μs
2019-08-09 00:00:01.348 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.349 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built Random in 8.692 ms
2019-08-09 00:00:01.349 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring Random on cv-generator.3
2019-08-09 00:00:01.350 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.351 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.3)[DataSet=cv-
generator, Partition=3] (0 users)
2019-08-09 00:00:01.350 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built UserMean in 4.332 ms
2019-08-09 00:00:01.351 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested Random in 2.123 ms
2019-08-09 00:00:01.351 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring UserMean on cv-generator.3
2019-08-09 00:00:01.351 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.351 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_50 in 12.57 ms
2019-08-09 00:00:01.351 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_50 on cv-generator.2
2019-08-09 00:00:01.351 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.351 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested UserMean in 438.9 μs
2019-08-09 00:00:01.351 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.352 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.2)[DataSet=cv-generator, Partition=2] (0 users)
2019-08-09 00:00:01.352 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_50 in 419.5 μs
2019-08-09 00:00:01.352 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.361 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.362 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.362 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 15.19 μs
2019-08-09 00:00:01.362 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_1 in 14.08 ms
2019-08-09 00:00:01.362 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_1 on cv-generator.3
2019-08-09 00:00:01.362 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.362 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_1 in 498.0 μs
2019-08-09 00:00:01.362 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.363 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.364 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.364 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.364 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.547 μs
2019-08-09 00:00:01.364 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_2 in 13.19 ms
2019-08-09 00:00:01.364 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_2 on cv-generator.3
2019-08-09 00:00:01.364 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.365 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.365 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.365 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 7.376 μs
2019-08-09 00:00:01.365 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_2 in 474.8 μs
2019-08-09 00:00:01.365 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.365 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_4 in 13.05 ms
2019-08-09 00:00:01.365 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_4 on cv-generator.3
2019-08-09 00:00:01.365 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.365 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.352 μs
2019-08-09 00:00:01.365 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_3 in 13.55 ms
2019-08-09 00:00:01.365 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_3 on cv-generator.3
2019-08-09 00:00:01.365 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.365 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_4 in 480.1 μs
2019-08-09 00:00:01.365 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.365 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.366 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_3 in 478.4 μs
2019-08-09 00:00:01.366 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.375 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.376 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.376 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 7.502 μs
2019-08-09 00:00:01.376 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_5 in 13.43 ms
2019-08-09 00:00:01.376 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_5 on cv-generator.3
2019-08-09 00:00:01.376 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.376 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_5 in 494.3 μs
2019-08-09 00:00:01.376 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.377 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.377 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.377 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.378 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.378 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 5.996 μs
2019-08-09 00:00:01.378 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_6 in 13.13 ms
2019-08-09 00:00:01.378 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_6 on cv-generator.3
2019-08-09 00:00:01.378 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.378 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.452 μs
2019-08-09 00:00:01.378 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.378 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 5.622 μs
2019-08-09 00:00:01.378 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_8 in 12.63 ms
2019-08-09 00:00:01.378 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_8 on cv-generator.3
2019-08-09 00:00:01.378 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_7 in 12.81 ms
2019-08-09 00:00:01.378 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_7 on cv-generator.3
2019-08-09 00:00:01.378 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.378 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_6 in 483.8 μs
2019-08-09 00:00:01.378 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.379 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.379 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.379 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_7 in 450.9 μs
2019-08-09 00:00:01.379 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_8 in 484.5 μs
2019-08-09 00:00:01.379 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.379 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.384 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.384 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.384 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_0 in 5.269 ms
2019-08-09 00:00:01.384 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_0 on cv-generator.3
2019-08-09 00:00:01.384 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_1 in 5.251 ms
2019-08-09 00:00:01.384 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_1 on cv-generator.3
2019-08-09 00:00:01.384 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.384 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.384 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_0 in 335.0 μs
2019-08-09 00:00:01.384 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_1 in 340.5 μs
2019-08-09 00:00:01.384 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.385 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.389 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.389 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.389 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.389 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.390 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.682 μs
2019-08-09 00:00:01.390 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_9 in 13.35 ms
2019-08-09 00:00:01.390 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_9 on cv-generator.3
2019-08-09 00:00:01.390 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_3 in 5.247 ms
2019-08-09 00:00:01.390 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_3 on cv-generator.3
2019-08-09 00:00:01.390 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_2 in 5.270 ms
2019-08-09 00:00:01.390 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_2 on cv-generator.3
2019-08-09 00:00:01.390 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.390 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.390 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_2 in 322.7 μs
2019-08-09 00:00:01.390 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.390 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.390 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_3 in 368.5 μs
2019-08-09 00:00:01.390 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_9 in 501.0 μs
2019-08-09 00:00:01.390 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.390 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.391 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.391 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.391 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.146 μs
2019-08-09 00:00:01.392 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_10 in 13.05 ms
2019-08-09 00:00:01.392 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_10 on cv-generator.3
2019-08-09 00:00:01.392 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.392 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_10 in 457.8 μs
2019-08-09 00:00:01.392 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.395 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.395 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.395 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.395 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_4 in 5.024 ms
2019-08-09 00:00:01.395 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_4 on cv-generator.3
2019-08-09 00:00:01.395 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_5 in 5.103 ms
2019-08-09 00:00:01.395 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_5 on cv-generator.3
2019-08-09 00:00:01.396 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.396 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_6 in 5.288 ms
2019-08-09 00:00:01.396 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_4 in 333.1 μs
2019-08-09 00:00:01.396 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_6 on cv-generator.3
2019-08-09 00:00:01.396 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.396 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.396 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_5 in 331.1 μs
2019-08-09 00:00:01.396 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.396 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.396 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_6 in 328.0 μs
2019-08-09 00:00:01.396 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.397 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.397 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_7 in 5.283 ms
2019-08-09 00:00:01.397 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_7 on cv-generator.3
2019-08-09 00:00:01.398 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.398 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_7 in 331.9 μs
2019-08-09 00:00:01.398 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.400 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.400 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.401 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_8 in 5.029 ms
2019-08-09 00:00:01.401 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_8 on cv-generator.3
2019-08-09 00:00:01.401 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_9 in 4.885 ms
2019-08-09 00:00:01.401 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_9 on cv-generator.3
2019-08-09 00:00:01.401 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.401 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.401 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_8 in 325.4 μs
2019-08-09 00:00:01.401 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.401 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.401 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_9 in 378.7 μs
2019-08-09 00:00:01.401 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.401 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_10 in 5.157 ms
2019-08-09 00:00:01.401 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_10 on cv-generator.3
2019-08-09 00:00:01.402 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.402 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_10 in 334.0 μs
2019-08-09 00:00:01.402 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.403 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.403 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_11 in 5.142 ms
2019-08-09 00:00:01.403 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_11 on cv-generator.3
2019-08-09 00:00:01.403 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.403 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_11 in 360.3 μs
2019-08-09 00:00:01.403 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.406 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.406 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.406 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_12 in 5.185 ms
2019-08-09 00:00:01.406 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_12 on cv-generator.3
2019-08-09 00:00:01.406 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_13 in 5.129 ms
2019-08-09 00:00:01.406 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_13 on cv-generator.3
2019-08-09 00:00:01.407 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.407 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.407 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.407 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_13 in 324.1 μs
2019-08-09 00:00:01.407 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_12 in 366.4 μs
2019-08-09 00:00:01.407 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.407 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.407 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_14 in 5.463 ms
2019-08-09 00:00:01.407 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_14 on cv-generator.3
2019-08-09 00:00:01.408 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.408 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_14 in 352.9 μs
2019-08-09 00:00:01.408 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.408 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.408 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_15 in 5.051 ms
2019-08-09 00:00:01.409 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_15 on cv-generator.3
2019-08-09 00:00:01.409 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.409 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_15 in 334.4 μs
2019-08-09 00:00:01.409 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.412 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.412 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.412 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_16 in 5.166 ms
2019-08-09 00:00:01.412 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_17 in 5.179 ms
2019-08-09 00:00:01.412 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_17 on cv-generator.3
2019-08-09 00:00:01.412 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_16 on cv-generator.3
2019-08-09 00:00:01.412 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.412 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.412 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.412 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_16 in 321.1 μs
2019-08-09 00:00:01.413 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_17 in 380.1 μs
2019-08-09 00:00:01.413 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.413 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.413 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_18 in 5.235 ms
2019-08-09 00:00:01.413 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_18 on cv-generator.3
2019-08-09 00:00:01.413 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.413 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_18 in 374.1 μs
2019-08-09 00:00:01.413 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.414 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.414 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_19 in 5.329 ms
2019-08-09 00:00:01.414 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_19 on cv-generator.3
2019-08-09 00:00:01.415 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.415 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_19 in 407.7 μs
2019-08-09 00:00:01.415 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.417 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.417 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.418 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_20 in 5.216 ms
2019-08-09 00:00:01.418 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_20 on cv-generator.3
2019-08-09 00:00:01.418 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_21 in 5.220 ms
2019-08-09 00:00:01.418 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_21 on cv-generator.3
2019-08-09 00:00:01.418 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.418 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.418 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_20 in 330.7 μs
2019-08-09 00:00:01.418 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_21 in 322.2 μs
2019-08-09 00:00:01.418 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.418 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.418 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.419 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_22 in 5.272 ms
2019-08-09 00:00:01.419 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_22 on cv-generator.3
2019-08-09 00:00:01.419 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.419 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_22 in 328.5 μs
2019-08-09 00:00:01.419 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.420 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.420 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_23 in 5.193 ms
2019-08-09 00:00:01.420 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_23 on cv-generator.3
2019-08-09 00:00:01.420 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.420 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_23 in 372.7 μs
2019-08-09 00:00:01.420 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.423 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.423 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.423 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_25 in 5.123 ms
2019-08-09 00:00:01.423 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_25 on cv-generator.3
2019-08-09 00:00:01.423 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_24 in 5.141 ms
2019-08-09 00:00:01.423 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_24 on cv-generator.3
2019-08-09 00:00:01.424 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.424 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.424 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_25 in 333.6 μs
2019-08-09 00:00:01.424 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_24 in 338.0 μs
2019-08-09 00:00:01.424 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.424 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.424 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.424 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_26 in 5.216 ms
2019-08-09 00:00:01.424 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_26 on cv-generator.3
2019-08-09 00:00:01.425 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.425 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_26 in 362.4 μs
2019-08-09 00:00:01.425 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.425 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.426 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_27 in 5.217 ms
2019-08-09 00:00:01.426 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_27 on cv-generator.3
2019-08-09 00:00:01.426 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.426 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_27 in 342.1 μs
2019-08-09 00:00:01.426 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.428 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.428 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.429 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_28 in 4.946 ms
2019-08-09 00:00:01.429 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_28 on cv-generator.3
2019-08-09 00:00:01.429 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_29 in 4.920 ms
2019-08-09 00:00:01.429 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_29 on cv-generator.3
2019-08-09 00:00:01.429 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.429 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.429 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_29 in 327.5 μs
2019-08-09 00:00:01.429 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_28 in 378.5 μs
2019-08-09 00:00:01.429 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.429 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.429 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.430 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_30 in 5.149 ms
2019-08-09 00:00:01.430 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_30 on cv-generator.3
2019-08-09 00:00:01.430 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.430 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_30 in 371.8 μs
2019-08-09 00:00:01.430 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.431 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.431 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_31 in 5.128 ms
2019-08-09 00:00:01.431 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_31 on cv-generator.3
2019-08-09 00:00:01.432 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.432 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_31 in 342.6 μs
2019-08-09 00:00:01.432 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.434 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.434 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.435 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_32 in 5.350 ms
2019-08-09 00:00:01.435 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_32 on cv-generator.3
2019-08-09 00:00:01.435 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_33 in 5.337 ms
2019-08-09 00:00:01.435 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_33 on cv-generator.3
2019-08-09 00:00:01.435 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.435 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.435 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_33 in 307.1 μs
2019-08-09 00:00:01.435 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_32 in 353.6 μs
2019-08-09 00:00:01.435 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.435 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.435 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.436 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_34 in 5.262 ms
2019-08-09 00:00:01.436 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_34 on cv-generator.3
2019-08-09 00:00:01.436 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.436 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_34 in 347.4 μs
2019-08-09 00:00:01.436 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.436 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.437 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_35 in 5.160 ms
2019-08-09 00:00:01.437 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_35 on cv-generator.3
2019-08-09 00:00:01.437 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.437 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_35 in 362.7 μs
2019-08-09 00:00:01.437 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.440 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.440 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.440 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_36 in 5.072 ms
2019-08-09 00:00:01.440 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_36 on cv-generator.3
2019-08-09 00:00:01.440 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_37 in 5.070 ms
2019-08-09 00:00:01.440 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_37 on cv-generator.3
2019-08-09 00:00:01.441 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.441 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.441 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_36 in 335.0 μs
2019-08-09 00:00:01.441 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_37 in 336.1 μs
2019-08-09 00:00:01.441 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.441 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.441 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.441 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_38 in 5.015 ms
2019-08-09 00:00:01.441 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_38 on cv-generator.3
2019-08-09 00:00:01.441 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.441 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_38 in 335.8 μs
2019-08-09 00:00:01.442 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.442 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.443 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_39 in 5.396 ms
2019-08-09 00:00:01.443 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_39 on cv-generator.3
2019-08-09 00:00:01.443 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.443 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_39 in 346.0 μs
2019-08-09 00:00:01.443 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.445 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.445 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.446 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_41 in 5.225 ms
2019-08-09 00:00:01.446 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_41 on cv-generator.3
2019-08-09 00:00:01.446 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_40 in 5.250 ms
2019-08-09 00:00:01.446 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_40 on cv-generator.3
2019-08-09 00:00:01.446 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.446 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.446 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.446 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_41 in 342.4 μs
2019-08-09 00:00:01.446 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_40 in 342.2 μs
2019-08-09 00:00:01.446 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.446 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.447 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_42 in 5.083 ms
2019-08-09 00:00:01.447 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_42 on cv-generator.3
2019-08-09 00:00:01.447 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.447 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_42 in 330.3 μs
2019-08-09 00:00:01.447 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.448 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.449 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_43 in 5.336 ms
2019-08-09 00:00:01.449 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_43 on cv-generator.3
2019-08-09 00:00:01.449 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.449 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_43 in 335.0 μs
2019-08-09 00:00:01.449 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.451 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.451 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.451 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_44 in 5.113 ms
2019-08-09 00:00:01.452 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_44 on cv-generator.3
2019-08-09 00:00:01.452 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_45 in 5.411 ms
2019-08-09 00:00:01.452 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_45 on cv-generator.3
2019-08-09 00:00:01.452 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.452 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_44 in 394.4 μs
2019-08-09 00:00:01.452 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.452 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.452 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.452 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_45 in 363.1 μs
2019-08-09 00:00:01.452 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.452 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_46 in 5.385 ms
2019-08-09 00:00:01.452 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_46 on cv-generator.3
2019-08-09 00:00:01.453 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.453 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_46 in 333.1 μs
2019-08-09 00:00:01.453 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.454 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.454 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_47 in 5.066 ms
2019-08-09 00:00:01.454 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_47 on cv-generator.3
2019-08-09 00:00:01.454 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.454 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_47 in 340.2 μs
2019-08-09 00:00:01.454 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.457 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.457 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.457 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_49 in 4.956 ms
2019-08-09 00:00:01.457 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_49 on cv-generator.3
2019-08-09 00:00:01.457 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_48 in 5.239 ms
2019-08-09 00:00:01.457 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_48 on cv-generator.3
2019-08-09 00:00:01.458 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.458 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_49 in 333.7 μs
2019-08-09 00:00:01.458 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.458 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.458 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.458 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_48 in 364.9 μs
2019-08-09 00:00:01.458 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.458 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_50 in 5.163 ms
2019-08-09 00:00:01.458 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_50 on cv-generator.3
2019-08-09 00:00:01.458 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.3)
[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.458 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_50 in 326.4 μs
2019-08-09 00:00:01.459 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.460 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.460 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_0 in 5.404 ms
2019-08-09 00:00:01.460 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_0 on cv-generator.3
2019-08-09 00:00:01.460 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.460 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_0 in 369.8 μs
2019-08-09 00:00:01.460 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.462 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.462 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.463 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_2 in 5.012 ms
2019-08-09 00:00:01.463 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_2 on cv-generator.3
2019-08-09 00:00:01.463 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_1 in 5.089 ms
2019-08-09 00:00:01.463 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_1 on cv-generator.3
2019-08-09 00:00:01.463 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.463 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.463 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_1 in 328.2 μs
2019-08-09 00:00:01.463 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_2 in 383.0 μs
2019-08-09 00:00:01.463 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.463 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.463 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.464 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_3 in 5.318 ms
2019-08-09 00:00:01.464 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_3 on cv-generator.3
2019-08-09 00:00:01.464 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.464 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_3 in 402.9 μs
2019-08-09 00:00:01.464 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.465 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.466 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_4 in 5.344 ms
2019-08-09 00:00:01.466 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_4 on cv-generator.3
2019-08-09 00:00:01.472 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.472 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_4 in 6.351 ms
2019-08-09 00:00:01.472 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.474 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.475 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_6 in 11.27 ms
2019-08-09 00:00:01.475 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_6 on cv-generator.3
2019-08-09 00:00:01.475 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.475 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_6 in 348.2 μs
2019-08-09 00:00:01.475 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.476 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.476 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_5 in 12.99 ms
2019-08-09 00:00:01.476 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_5 on cv-generator.3
2019-08-09 00:00:01.476 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.477 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.477 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_5 in 339.6 μs
2019-08-09 00:00:01.477 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.477 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_7 in 12.41 ms
2019-08-09 00:00:01.477 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_7 on cv-generator.3
2019-08-09 00:00:01.477 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.477 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_7 in 375.8 μs
2019-08-09 00:00:01.477 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.478 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.478 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_8 in 5.742 ms
2019-08-09 00:00:01.478 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_8 on cv-generator.3
2019-08-09 00:00:01.478 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.478 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_8 in 369.6 μs
2019-08-09 00:00:01.478 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.480 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.481 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_9 in 5.107 ms
2019-08-09 00:00:01.481 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_9 on cv-generator.3
2019-08-09 00:00:01.481 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.481 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_9 in 352.1 μs
2019-08-09 00:00:01.481 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.481 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.482 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_10 in 5.180 ms
2019-08-09 00:00:01.482 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_10 on cv-generator.3
2019-08-09 00:00:01.482 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.482 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.482 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_10 in 359.5 μs
2019-08-09 00:00:01.482 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.482 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_11 in 5.203 ms
2019-08-09 00:00:01.482 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_11 on cv-generator.3
2019-08-09 00:00:01.483 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.483 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_11 in 362.6 μs
2019-08-09 00:00:01.483 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.483 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.484 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_12 in 5.387 ms
2019-08-09 00:00:01.484 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_12 on cv-generator.3
2019-08-09 00:00:01.484 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.484 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_12 in 372.8 μs
2019-08-09 00:00:01.484 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.486 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.486 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_13 in 5.026 ms
2019-08-09 00:00:01.486 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_13 on cv-generator.3
2019-08-09 00:00:01.486 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.487 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_13 in 403.8 μs
2019-08-09 00:00:01.487 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.487 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.488 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_14 in 5.161 ms
2019-08-09 00:00:01.488 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_14 on cv-generator.3
2019-08-09 00:00:01.488 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.488 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.488 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_14 in 336.3 μs
2019-08-09 00:00:01.488 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.488 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_15 in 5.094 ms
2019-08-09 00:00:01.488 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_15 on cv-generator.3
2019-08-09 00:00:01.488 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.488 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_15 in 378.8 μs
2019-08-09 00:00:01.488 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.489 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.490 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_16 in 5.264 ms
2019-08-09 00:00:01.490 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_16 on cv-generator.3
2019-08-09 00:00:01.490 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.490 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_16 in 349.2 μs
2019-08-09 00:00:01.490 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.491 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.492 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_17 in 5.035 ms
2019-08-09 00:00:01.492 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_17 on cv-generator.3
2019-08-09 00:00:01.492 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.492 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_17 in 337.6 μs
2019-08-09 00:00:01.492 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.493 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.493 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_18 in 5.228 ms
2019-08-09 00:00:01.493 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_18 on cv-generator.3
2019-08-09 00:00:01.493 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.494 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.494 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_18 in 332.0 μs
2019-08-09 00:00:01.494 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.494 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_19 in 5.330 ms
2019-08-09 00:00:01.494 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_19 on cv-generator.3
2019-08-09 00:00:01.494 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.494 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_19 in 370.2 μs
2019-08-09 00:00:01.494 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.495 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.495 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_20 in 5.264 ms
2019-08-09 00:00:01.495 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_20 on cv-generator.3
2019-08-09 00:00:01.496 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.496 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_20 in 352.3 μs
2019-08-09 00:00:01.496 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.497 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.497 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_21 in 5.102 ms
2019-08-09 00:00:01.497 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_21 on cv-generator.3
2019-08-09 00:00:01.498 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.498 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_21 in 378.3 μs
2019-08-09 00:00:01.498 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.499 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.499 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_22 in 5.313 ms
2019-08-09 00:00:01.499 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_22 on cv-generator.3
2019-08-09 00:00:01.499 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.499 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.499 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_22 in 362.3 μs
2019-08-09 00:00:01.499 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.500 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_23 in 5.258 ms
2019-08-09 00:00:01.500 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_23 on cv-generator.3
2019-08-09 00:00:01.500 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.500 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_23 in 351.8 μs
2019-08-09 00:00:01.500 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.501 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.501 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_24 in 5.326 ms
2019-08-09 00:00:01.501 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_24 on cv-generator.3
2019-08-09 00:00:01.501 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.501 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_24 in 351.1 μs
2019-08-09 00:00:01.501 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.502 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.503 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_25 in 5.201 ms
2019-08-09 00:00:01.503 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_25 on cv-generator.3
2019-08-09 00:00:01.503 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.503 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_25 in 358.4 μs
2019-08-09 00:00:01.503 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.504 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.504 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_26 in 5.054 ms
2019-08-09 00:00:01.504 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_26 on cv-generator.3
2019-08-09 00:00:01.505 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.505 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.505 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_26 in 332.4 μs
2019-08-09 00:00:01.505 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.505 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_27 in 5.139 ms
2019-08-09 00:00:01.505 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_27 on cv-generator.3
2019-08-09 00:00:01.506 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.506 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_27 in 353.7 μs
2019-08-09 00:00:01.506 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.506 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.507 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_28 in 5.257 ms
2019-08-09 00:00:01.507 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_28 on cv-generator.3
2019-08-09 00:00:01.507 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.507 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_28 in 363.8 μs
2019-08-09 00:00:01.507 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.508 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.509 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_29 in 5.251 ms
2019-08-09 00:00:01.509 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_29 on cv-generator.3
2019-08-09 00:00:01.509 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.509 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_29 in 339.9 μs
2019-08-09 00:00:01.509 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.510 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.510 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_30 in 5.159 ms
2019-08-09 00:00:01.510 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_30 on cv-generator.3
2019-08-09 00:00:01.510 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.510 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.510 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_30 in 358.9 μs
2019-08-09 00:00:01.511 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.511 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_31 in 5.154 ms
2019-08-09 00:00:01.511 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_31 on cv-generator.3
2019-08-09 00:00:01.511 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.511 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_31 in 434.7 μs
2019-08-09 00:00:01.511 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.512 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.513 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_32 in 5.377 ms
2019-08-09 00:00:01.513 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_32 on cv-generator.3
2019-08-09 00:00:01.513 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.513 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_32 in 329.2 μs
2019-08-09 00:00:01.513 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.514 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.514 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_33 in 5.214 ms
2019-08-09 00:00:01.514 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_33 on cv-generator.3
2019-08-09 00:00:01.515 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.515 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_33 in 338.3 μs
2019-08-09 00:00:01.515 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.516 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.516 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_34 in 5.356 ms
2019-08-09 00:00:01.516 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_34 on cv-generator.3
2019-08-09 00:00:01.516 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.516 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_34 in 353.0 μs
2019-08-09 00:00:01.516 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.516 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.517 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_35 in 5.392 ms
2019-08-09 00:00:01.517 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_35 on cv-generator.3
2019-08-09 00:00:01.517 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.517 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_35 in 333.4 μs
2019-08-09 00:00:01.517 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.518 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.518 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_36 in 5.289 ms
2019-08-09 00:00:01.518 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_36 on cv-generator.3
2019-08-09 00:00:01.519 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.519 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_36 in 342.8 μs
2019-08-09 00:00:01.519 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.520 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.520 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_37 in 5.235 ms
2019-08-09 00:00:01.520 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_37 on cv-generator.3
2019-08-09 00:00:01.520 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.520 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_37 in 365.0 μs
2019-08-09 00:00:01.520 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.521 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.521 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_38 in 5.094 ms
2019-08-09 00:00:01.521 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_38 on cv-generator.3
2019-08-09 00:00:01.522 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.522 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_38 in 344.3 μs
2019-08-09 00:00:01.522 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.522 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.522 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_39 in 5.238 ms
2019-08-09 00:00:01.522 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_39 on cv-generator.3
2019-08-09 00:00:01.523 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.523 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_39 in 346.3 μs
2019-08-09 00:00:01.523 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.524 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.524 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_40 in 5.141 ms
2019-08-09 00:00:01.524 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_40 on cv-generator.3
2019-08-09 00:00:01.524 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.524 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_40 in 372.8 μs
2019-08-09 00:00:01.524 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.525 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.526 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_41 in 5.166 ms
2019-08-09 00:00:01.526 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_41 on cv-generator.3
2019-08-09 00:00:01.526 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.526 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_41 in 350.8 μs
2019-08-09 00:00:01.526 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.526 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.527 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_42 in 4.984 ms
2019-08-09 00:00:01.527 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_42 on cv-generator.3
2019-08-09 00:00:01.527 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.527 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_42 in 355.5 μs
2019-08-09 00:00:01.527 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.528 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.528 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_43 in 5.291 ms
2019-08-09 00:00:01.528 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_43 on cv-generator.3
2019-08-09 00:00:01.529 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.529 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_43 in 362.9 μs
2019-08-09 00:00:01.529 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.529 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.530 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_44 in 5.130 ms
2019-08-09 00:00:01.530 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_44 on cv-generator.3
2019-08-09 00:00:01.530 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.530 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_44 in 354.4 μs
2019-08-09 00:00:01.530 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.531 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.531 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_45 in 5.109 ms
2019-08-09 00:00:01.531 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_45 on cv-generator.3
2019-08-09 00:00:01.545 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.546 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_45 in 14.38 ms
2019-08-09 00:00:01.546 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.547 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.547 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_46 in 19.84 ms
2019-08-09 00:00:01.547 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_46 on cv-generator.3
2019-08-09 00:00:01.547 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.547 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_46 in 228.1 μs
2019-08-09 00:00:01.547 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3]
2019-08-09 00:00:01.550 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.550 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_47 in 21.83 ms
2019-08-09 00:00:01.550 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_47 on cv-generator.3
2019-08-09 00:00:01.551 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.551 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_47 in 359.3 μs
2019-08-09 00:00:01.551 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.4)[DataSet=cv-
generator, Partition=4]
2019-08-09 00:00:01.551 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.552 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_48 in 21.87 ms
2019-08-09 00:00:01.552 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_48 on cv-generator.3
2019-08-09 00:00:01.552 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.552 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_48 in 375.5 μs
2019-08-09 00:00:01.552 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.555 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built Random in 4.166 ms
2019-08-09 00:00:01.555 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring Random on cv-generator.4
2019-08-09 00:00:01.555 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Random)[Algorithm=Random] on DataSet(cv-generator.4)[DataSet=cv-
generator, Partition=4] (0 users)
2019-08-09 00:00:01.555 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested Random in 185.9 μs
2019-08-09 00:00:01.555 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.556 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.557 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_49 in 11.14 ms
2019-08-09 00:00:01.557 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_49 on cv-generator.3
2019-08-09 00:00:01.557 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.557 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_49 in 334.6 μs
2019-08-09 00:00:01.557 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.557 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.557 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built Baseline in 4.885 ms
2019-08-09 00:00:01.557 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring Baseline on cv-generator.4
2019-08-09 00:00:01.560 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(Baseline)[Algorithm=Baseline] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.560 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested Baseline in 2.738 ms
2019-08-09 00:00:01.560 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.560 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_50 in 12.76 ms
2019-08-09 00:00:01.560 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_50 on cv-generator.3
2019-08-09 00:00:01.561 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.3)[DataSet=cv-generator, Partition=3] (0 users)
2019-08-09 00:00:01.561 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_50 in 349.1 μs
2019-08-09 00:00:01.561 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.561 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built UserMean in 5.996 ms
2019-08-09 00:00:01.561 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring UserMean on cv-generator.4
2019-08-09 00:00:01.562 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(UserMean)[Algorithm=UserMean] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.562 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested UserMean in 404.9 μs
2019-08-09 00:00:01.562 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.572 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.573 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.573 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 14.24 μs
2019-08-09 00:00:01.573 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_1 in 15.54 ms
2019-08-09 00:00:01.573 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_1 on cv-generator.4
2019-08-09 00:00:01.573 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.573 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.573 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_1)[Algorithm=ItemItem_1] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.573 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_1 in 478.6 μs
2019-08-09 00:00:01.573 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.574 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.574 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.937 μs
2019-08-09 00:00:01.574 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.574 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_2 in 13.75 ms
2019-08-09 00:00:01.574 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_2 on cv-generator.4
2019-08-09 00:00:01.574 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.579 μs
2019-08-09 00:00:01.574 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_3 in 13.31 ms
2019-08-09 00:00:01.574 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_3 on cv-generator.4
2019-08-09 00:00:01.574 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_2)[Algorithm=ItemItem_2] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.574 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_2 in 492.4 μs
2019-08-09 00:00:01.574 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.575 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_3)[Algorithm=ItemItem_3] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.575 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_3 in 499.5 μs
2019-08-09 00:00:01.575 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.575 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.575 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.575 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.219 μs
2019-08-09 00:00:01.576 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_4 in 13.63 ms
2019-08-09 00:00:01.576 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_4 on cv-generator.4
2019-08-09 00:00:01.576 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_4)[Algorithm=ItemItem_4] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.576 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_4 in 476.7 μs
2019-08-09 00:00:01.576 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.585 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.586 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.586 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 7.455 μs
2019-08-09 00:00:01.586 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_5 in 12.89 ms
2019-08-09 00:00:01.586 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_5 on cv-generator.4
2019-08-09 00:00:01.587 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.587 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_5)[Algorithm=ItemItem_5] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.587 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_5 in 518.0 μs
2019-08-09 00:00:01.587 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.587 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.587 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.587 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.332 μs
2019-08-09 00:00:01.587 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_7 in 12.86 ms
2019-08-09 00:00:01.587 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_7 on cv-generator.4
2019-08-09 00:00:01.588 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.588 [pool-66-thread-2] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.342 μs
2019-08-09 00:00:01.588 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_6 in 13.27 ms
2019-08-09 00:00:01.588 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_6 on cv-generator.4
2019-08-09 00:00:01.588 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_7)[Algorithm=ItemItem_7] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.588 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_7 in 457.4 μs
2019-08-09 00:00:01.588 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.588 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_6)[Algorithm=ItemItem_6] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.588 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_6 in 486.6 μs
2019-08-09 00:00:01.588 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.589 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.589 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.589 [pool-66-thread-3] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.515 μs
2019-08-09 00:00:01.589 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_8 in 13.18 ms
2019-08-09 00:00:01.589 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_8 on cv-generator.4
2019-08-09 00:00:01.590 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_8)[Algorithm=ItemItem_8] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.590 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_8 in 475.6 μs
2019-08-09 00:00:01.590 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.593 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.594 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_0 in 5.360 ms
2019-08-09 00:00:01.594 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_0 on cv-generator.4
2019-08-09 00:00:01.594 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_0)[Algorithm=SlopeOne_0] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.594 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_0 in 372.3 μs
2019-08-09 00:00:01.594 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.595 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.595 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_1 in 5.149 ms
2019-08-09 00:00:01.595 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_1 on cv-generator.4
2019-08-09 00:00:01.595 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_1)[Algorithm=SlopeOne_1] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.595 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_1 in 368.6 μs
2019-08-09 00:00:01.595 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.599 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.599 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_2 in 5.146 ms
2019-08-09 00:00:01.599 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_2 on cv-generator.4
2019-08-09 00:00:01.599 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.600 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_2)[Algorithm=SlopeOne_2] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.600 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_2 in 352.7 μs
2019-08-09 00:00:01.600 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.600 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.600 [pool-66-thread-1] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 8.080 μs
2019-08-09 00:00:01.600 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_9 in 13.25 ms
2019-08-09 00:00:01.600 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_9 on cv-generator.4
2019-08-09 00:00:01.600 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.600 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.601 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_9)[Algorithm=ItemItem_9] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.601 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_9 in 468.3 μs
2019-08-09 00:00:01.601 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.601 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_3 in 5.131 ms
2019-08-09 00:00:01.601 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_3 on cv-generator.4
2019-08-09 00:00:01.601 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- building item-item model for 2 items
2019-08-09 00:00:01.601 [pool-66-thread-4] INFO o.l.k.i.model.ItemItemModelBuilder
- built model for 2 items in 6.201 μs
2019-08-09 00:00:01.601 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built ItemItem_10 in 12.95 ms
2019-08-09 00:00:01.601 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring ItemItem_10 on cv-generator.4
2019-08-09 00:00:01.601 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_3)[Algorithm=SlopeOne_3] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.601 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_3 in 343.6 μs
2019-08-09 00:00:01.601 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.601 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(ItemItem_10)[Algorithm=ItemItem_10] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.601 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested ItemItem_10 in 468.4 μs
2019-08-09 00:00:01.602 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.605 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.605 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_4 in 5.282 ms
2019-08-09 00:00:01.605 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_4 on cv-generator.4
2019-08-09 00:00:01.605 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.605 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_4)[Algorithm=SlopeOne_4] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.605 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_4 in 363.9 μs
2019-08-09 00:00:01.606 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.606 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_5 in 5.104 ms
2019-08-09 00:00:01.606 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_5 on cv-generator.4
2019-08-09 00:00:01.606 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.606 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_5)[Algorithm=SlopeOne_5] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.606 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_5 in 350.0 μs
2019-08-09 00:00:01.606 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.606 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.606 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_6 in 5.227 ms
2019-08-09 00:00:01.606 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_6 on cv-generator.4
2019-08-09 00:00:01.607 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_7 in 5.084 ms
2019-08-09 00:00:01.607 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_7 on cv-generator.4
2019-08-09 00:00:01.607 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_6)[Algorithm=SlopeOne_6] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.607 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_6 in 334.7 μs
2019-08-09 00:00:01.607 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.607 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_7)[Algorithm=SlopeOne_7] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.607 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_7 in 329.9 μs
2019-08-09 00:00:01.607 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.610 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.611 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.611 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_8 in 5.342 ms
2019-08-09 00:00:01.611 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_8 on cv-generator.4
2019-08-09 00:00:01.611 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_9 in 4.957 ms
2019-08-09 00:00:01.611 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_9 on cv-generator.4
2019-08-09 00:00:01.611 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_8)[Algorithm=SlopeOne_8] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.611 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_8 in 365.3 μs
2019-08-09 00:00:01.611 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.612 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_9)[Algorithm=SlopeOne_9] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.612 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_9 in 335.8 μs
2019-08-09 00:00:01.612 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.612 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.612 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.612 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_10 in 5.566 ms
2019-08-09 00:00:01.612 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_10 on cv-generator.4
2019-08-09 00:00:01.612 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_11 in 5.281 ms
2019-08-09 00:00:01.612 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_11 on cv-generator.4
2019-08-09 00:00:01.613 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_10)[Algorithm=SlopeOne_10] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.613 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_11)[Algorithm=SlopeOne_11] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.613 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_10 in 348.3 μs
2019-08-09 00:00:01.613 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_11 in 327.9 μs
2019-08-09 00:00:01.613 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.613 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.616 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.616 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.617 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_13 in 5.208 ms
2019-08-09 00:00:01.617 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_13 on cv-generator.4
2019-08-09 00:00:01.617 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_12 in 5.499 ms
2019-08-09 00:00:01.617 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_12 on cv-generator.4
2019-08-09 00:00:01.617 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_13)[Algorithm=SlopeOne_13] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.617 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_13 in 347.7 μs
2019-08-09 00:00:01.617 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.617 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_12)[Algorithm=SlopeOne_12] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.617 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_12 in 389.9 μs
2019-08-09 00:00:01.617 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.617 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.618 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.618 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_15 in 5.094 ms
2019-08-09 00:00:01.618 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_15 on cv-generator.4
2019-08-09 00:00:01.618 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_14 in 5.159 ms
2019-08-09 00:00:01.618 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_14 on cv-generator.4
2019-08-09 00:00:01.618 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_15)[Algorithm=SlopeOne_15] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.618 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_15 in 349.1 μs
2019-08-09 00:00:01.618 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_14)[Algorithm=SlopeOne_14] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.618 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.618 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_14 in 368.6 μs
2019-08-09 00:00:01.618 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.622 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.622 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.622 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_16 in 5.126 ms
2019-08-09 00:00:01.622 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_16 on cv-generator.4
2019-08-09 00:00:01.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_17 in 5.172 ms
2019-08-09 00:00:01.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_17 on cv-generator.4
2019-08-09 00:00:01.623 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_16)[Algorithm=SlopeOne_16] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.623 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_16 in 333.5 μs
2019-08-09 00:00:01.623 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_17)[Algorithm=SlopeOne_17] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_17 in 361.4 μs
2019-08-09 00:00:01.623 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.623 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.623 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.624 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_19 in 5.223 ms
2019-08-09 00:00:01.624 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_19 on cv-generator.4
2019-08-09 00:00:01.624 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_18 in 5.307 ms
2019-08-09 00:00:01.624 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_18 on cv-generator.4
2019-08-09 00:00:01.624 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_19)[Algorithm=SlopeOne_19] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.624 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_19 in 325.9 μs
2019-08-09 00:00:01.624 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_18)[Algorithm=SlopeOne_18] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.624 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_18 in 331.1 μs
2019-08-09 00:00:01.624 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.624 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.627 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.628 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_20 in 4.979 ms
2019-08-09 00:00:01.628 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_20 on cv-generator.4
2019-08-09 00:00:01.628 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.628 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_20)[Algorithm=SlopeOne_20] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.628 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_20 in 360.1 μs
2019-08-09 00:00:01.628 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.628 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_21 in 5.300 ms
2019-08-09 00:00:01.628 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_21 on cv-generator.4
2019-08-09 00:00:01.629 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_21)[Algorithm=SlopeOne_21] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.629 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_21 in 352.3 μs
2019-08-09 00:00:01.629 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.629 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.629 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.629 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_22 in 5.124 ms
2019-08-09 00:00:01.629 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_22 on cv-generator.4
2019-08-09 00:00:01.630 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_23 in 5.435 ms
2019-08-09 00:00:01.630 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_23 on cv-generator.4
2019-08-09 00:00:01.630 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_22)[Algorithm=SlopeOne_22] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.630 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_22 in 382.2 μs
2019-08-09 00:00:01.630 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.630 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_23)[Algorithm=SlopeOne_23] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.630 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_23 in 339.8 μs
2019-08-09 00:00:01.630 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.633 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.634 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.634 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_24 in 5.346 ms
2019-08-09 00:00:01.634 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_24 on cv-generator.4
2019-08-09 00:00:01.634 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_24)[Algorithm=SlopeOne_24] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.634 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_25 in 5.221 ms
2019-08-09 00:00:01.634 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_25 on cv-generator.4
2019-08-09 00:00:01.634 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_24 in 338.1 μs
2019-08-09 00:00:01.634 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.634 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_25)[Algorithm=SlopeOne_25] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.634 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_25 in 422.3 μs
2019-08-09 00:00:01.635 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.635 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.635 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_26 in 5.279 ms
2019-08-09 00:00:01.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_26 on cv-generator.4
2019-08-09 00:00:01.635 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_27 in 5.093 ms
2019-08-09 00:00:01.635 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_27 on cv-generator.4
2019-08-09 00:00:01.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_26)[Algorithm=SlopeOne_26] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_26 in 333.6 μs
2019-08-09 00:00:01.635 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.635 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_27)[Algorithm=SlopeOne_27] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.635 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_27 in 338.2 μs
2019-08-09 00:00:01.636 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.639 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.639 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_28 in 5.217 ms
2019-08-09 00:00:01.639 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_28 on cv-generator.4
2019-08-09 00:00:01.639 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.640 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_28)[Algorithm=SlopeOne_28] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.640 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_28 in 327.3 μs
2019-08-09 00:00:01.640 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.640 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_29 in 5.342 ms
2019-08-09 00:00:01.640 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_29 on cv-generator.4
2019-08-09 00:00:01.640 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.640 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_29)[Algorithm=SlopeOne_29] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.640 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_29 in 366.3 μs
2019-08-09 00:00:01.640 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.641 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_30 in 5.188 ms
2019-08-09 00:00:01.641 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_30 on cv-generator.4
2019-08-09 00:00:01.641 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.641 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_30)[Algorithm=SlopeOne_30] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.641 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_30 in 326.4 μs
2019-08-09 00:00:01.641 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.641 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_31 in 5.560 ms
2019-08-09 00:00:01.641 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_31 on cv-generator.4
2019-08-09 00:00:01.641 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_31)[Algorithm=SlopeOne_31] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.641 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_31 in 319.8 μs
2019-08-09 00:00:01.642 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.644 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.645 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_32 in 5.113 ms
2019-08-09 00:00:01.645 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_32 on cv-generator.4
2019-08-09 00:00:01.645 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_32)[Algorithm=SlopeOne_32] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.645 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_32 in 362.1 μs
2019-08-09 00:00:01.645 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.646 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.646 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.646 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_33 in 5.533 ms
2019-08-09 00:00:01.646 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_33 on cv-generator.4
2019-08-09 00:00:01.646 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_34 in 5.089 ms
2019-08-09 00:00:01.646 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_34 on cv-generator.4
2019-08-09 00:00:01.646 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_33)[Algorithm=SlopeOne_33] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.646 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_33 in 365.5 μs
2019-08-09 00:00:01.646 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.646 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.646 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_34)[Algorithm=SlopeOne_34] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.646 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_34 in 344.9 μs
2019-08-09 00:00:01.647 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.647 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_35 in 5.298 ms
2019-08-09 00:00:01.647 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_35 on cv-generator.4
2019-08-09 00:00:01.647 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_35)[Algorithm=SlopeOne_35] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.647 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_35 in 351.6 μs
2019-08-09 00:00:01.647 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.650 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.651 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_36 in 5.300 ms
2019-08-09 00:00:01.651 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_36 on cv-generator.4
2019-08-09 00:00:01.651 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_36)[Algorithm=SlopeOne_36] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.651 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.651 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_36 in 324.7 μs
2019-08-09 00:00:01.651 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.651 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.651 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_37 in 5.038 ms
2019-08-09 00:00:01.651 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_37 on cv-generator.4
2019-08-09 00:00:01.652 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_38 in 5.039 ms
2019-08-09 00:00:01.652 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_38 on cv-generator.4
2019-08-09 00:00:01.652 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_37)[Algorithm=SlopeOne_37] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.652 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_37 in 338.1 μs
2019-08-09 00:00:01.652 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.652 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_38)[Algorithm=SlopeOne_38] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.652 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_38 in 318.9 μs
2019-08-09 00:00:01.652 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.652 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.653 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_39 in 5.228 ms
2019-08-09 00:00:01.653 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_39 on cv-generator.4
2019-08-09 00:00:01.653 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_39)[Algorithm=SlopeOne_39] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.653 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_39 in 313.7 μs
2019-08-09 00:00:01.653 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.656 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.656 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_40 in 5.387 ms
2019-08-09 00:00:01.656 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_40 on cv-generator.4
2019-08-09 00:00:01.657 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.657 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_40)[Algorithm=SlopeOne_40] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.657 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_40 in 333.5 μs
2019-08-09 00:00:01.657 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.657 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.657 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_42 in 4.979 ms
2019-08-09 00:00:01.657 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_42 on cv-generator.4
2019-08-09 00:00:01.657 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.657 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_42)[Algorithm=SlopeOne_42] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.657 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_42 in 337.7 μs
2019-08-09 00:00:01.657 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_41 in 5.483 ms
2019-08-09 00:00:01.657 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.657 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_41 on cv-generator.4
2019-08-09 00:00:01.658 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_43 in 4.826 ms
2019-08-09 00:00:01.658 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_43 on cv-generator.4
2019-08-09 00:00:01.658 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_41)[Algorithm=SlopeOne_41] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.658 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_41 in 338.5 μs
2019-08-09 00:00:01.658 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.658 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_43)[Algorithm=SlopeOne_43] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.658 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_43 in 340.0 μs
2019-08-09 00:00:01.658 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.662 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.662 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_44 in 5.157 ms
2019-08-09 00:00:01.662 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_44 on cv-generator.4
2019-08-09 00:00:01.662 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.662 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_44)[Algorithm=SlopeOne_44] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.662 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_44 in 321.2 μs
2019-08-09 00:00:01.662 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.663 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.663 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_45 in 5.244 ms
2019-08-09 00:00:01.663 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_45 on cv-generator.4
2019-08-09 00:00:01.663 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_46 in 5.062 ms
2019-08-09 00:00:01.663 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_46 on cv-generator.4
2019-08-09 00:00:01.663 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_45)[Algorithm=SlopeOne_45] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.663 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_45 in 318.8 μs
2019-08-09 00:00:01.663 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.663 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.663 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_46)[Algorithm=SlopeOne_46] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.663 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_46 in 384.1 μs
2019-08-09 00:00:01.663 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.664 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_47 in 5.352 ms
2019-08-09 00:00:01.664 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_47 on cv-generator.4
2019-08-09 00:00:01.664 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_47)[Algorithm=SlopeOne_47] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.664 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_47 in 322.0 μs
2019-08-09 00:00:01.664 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.668 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.668 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.669 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.669 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_48 in 6.169 ms
2019-08-09 00:00:01.669 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_49 in 5.529 ms
2019-08-09 00:00:01.669 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_49 on cv-generator.4
2019-08-09 00:00:01.669 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_48 on cv-generator.4
2019-08-09 00:00:01.669 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.669 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_0 in 5.028 ms
2019-08-09 00:00:01.669 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_0 on cv-generator.4
2019-08-09 00:00:01.669 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_49)[Algorithm=SlopeOne_49] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.669 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_48)[Algorithm=SlopeOne_48] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.669 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_49 in 335.5 μs
2019-08-09 00:00:01.669 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_48 in 331.8 μs
2019-08-09 00:00:01.669 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.669 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.669 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_0)[Algorithm=WeightedSlopeOne_0] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.669 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_0 in 378.5 μs
2019-08-09 00:00:01.669 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.670 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built SlopeOne_50 in 6.061 ms
2019-08-09 00:00:01.670 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring SlopeOne_50 on cv-generator.4
2019-08-09 00:00:01.670 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(SlopeOne_50)[Algorithm=SlopeOne_50] on DataSet(cv-generator.4)
[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.670 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested SlopeOne_50 in 427.8 μs
2019-08-09 00:00:01.670 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.673 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.674 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_2 in 4.373 ms
2019-08-09 00:00:01.674 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_2 on cv-generator.4
2019-08-09 00:00:01.674 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_2)[Algorithm=WeightedSlopeOne_2] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.674 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_2 in 260.4 μs
2019-08-09 00:00:01.674 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.676 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.676 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.676 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.677 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_1 in 7.287 ms
2019-08-09 00:00:01.677 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_1 on cv-generator.4
2019-08-09 00:00:01.677 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_3 in 7.023 ms
2019-08-09 00:00:01.677 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_3 on cv-generator.4
2019-08-09 00:00:01.677 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_4 in 6.604 ms
2019-08-09 00:00:01.677 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_4 on cv-generator.4
2019-08-09 00:00:01.677 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_1)[Algorithm=WeightedSlopeOne_1] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.677 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_1 in 349.1 μs
2019-08-09 00:00:01.677 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_3)[Algorithm=WeightedSlopeOne_3] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.677 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.677 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_3 in 360.5 μs
2019-08-09 00:00:01.677 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_4)[Algorithm=WeightedSlopeOne_4] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.677 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_4 in 327.8 μs
2019-08-09 00:00:01.677 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.677 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.679 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.679 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_5 in 5.360 ms
2019-08-09 00:00:01.679 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_5 on cv-generator.4
2019-08-09 00:00:01.680 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_5)[Algorithm=WeightedSlopeOne_5] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.680 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_5 in 335.0 μs
2019-08-09 00:00:01.680 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.682 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.682 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.682 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_8 in 5.403 ms
2019-08-09 00:00:01.683 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_8 on cv-generator.4
2019-08-09 00:00:01.683 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_7 in 5.511 ms
2019-08-09 00:00:01.683 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_7 on cv-generator.4
2019-08-09 00:00:01.683 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_8)[Algorithm=WeightedSlopeOne_8] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.683 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_8 in 337.5 μs
2019-08-09 00:00:01.683 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.683 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_7)[Algorithm=WeightedSlopeOne_7] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.683 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_7 in 357.7 μs
2019-08-09 00:00:01.683 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.684 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.684 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_6 in 7.299 ms
2019-08-09 00:00:01.684 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_6 on cv-generator.4
2019-08-09 00:00:01.685 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_6)[Algorithm=WeightedSlopeOne_6] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.685 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_6 in 334.1 μs
2019-08-09 00:00:01.685 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.685 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.685 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_9 in 5.597 ms
2019-08-09 00:00:01.685 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_9 on cv-generator.4
2019-08-09 00:00:01.686 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_9)[Algorithm=WeightedSlopeOne_9] on DataSet(cv-
generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.686 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_9 in 350.7 μs
2019-08-09 00:00:01.686 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.688 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.688 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_11 in 5.233 ms
2019-08-09 00:00:01.688 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_11 on cv-generator.4
2019-08-09 00:00:01.689 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_11)[Algorithm=WeightedSlopeOne_11] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.689 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_11 in 360.9 μs
2019-08-09 00:00:01.689 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.689 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.690 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_12 in 4.859 ms
2019-08-09 00:00:01.690 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_12 on cv-generator.4
2019-08-09 00:00:01.690 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_12)[Algorithm=WeightedSlopeOne_12] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.690 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_12 in 331.7 μs
2019-08-09 00:00:01.690 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.691 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.691 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_13 in 5.158 ms
2019-08-09 00:00:01.691 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_13 on cv-generator.4
2019-08-09 00:00:01.691 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_13)[Algorithm=WeightedSlopeOne_13] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.691 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_13 in 379.8 μs
2019-08-09 00:00:01.691 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.694 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.694 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_14 in 5.577 ms
2019-08-09 00:00:01.694 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_14 on cv-generator.4
2019-08-09 00:00:01.694 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.695 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_15 in 4.625 ms
2019-08-09 00:00:01.695 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_15 on cv-generator.4
2019-08-09 00:00:01.695 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_15)[Algorithm=WeightedSlopeOne_15] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.695 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_15 in 241.1 μs
2019-08-09 00:00:01.695 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.696 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_14)[Algorithm=WeightedSlopeOne_14] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.696 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_14 in 1.516 ms
2019-08-09 00:00:01.696 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.698 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.698 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.698 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_17 in 3.372 ms
2019-08-09 00:00:01.698 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_17 on cv-generator.4
2019-08-09 00:00:01.699 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_16 in 7.135 ms
2019-08-09 00:00:01.699 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_16 on cv-generator.4
2019-08-09 00:00:01.699 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_17)[Algorithm=WeightedSlopeOne_17] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.699 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_17 in 226.2 μs
2019-08-09 00:00:01.699 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.699 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_16)[Algorithm=WeightedSlopeOne_16] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.699 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_16 in 387.6 μs
2019-08-09 00:00:01.699 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.701 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.701 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_10 in 18.19 ms
2019-08-09 00:00:01.701 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_10 on cv-generator.4
2019-08-09 00:00:01.701 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_10)[Algorithm=WeightedSlopeOne_10] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.702 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_10 in 350.3 μs
2019-08-09 00:00:01.702 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.703 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.703 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_19 in 4.106 ms
2019-08-09 00:00:01.703 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_19 on cv-generator.4
2019-08-09 00:00:01.703 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_19)[Algorithm=WeightedSlopeOne_19] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.703 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_19 in 229.9 μs
2019-08-09 00:00:01.703 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.704 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.705 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_18 in 9.041 ms
2019-08-09 00:00:01.705 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_18 on cv-generator.4
2019-08-09 00:00:01.706 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_18)[Algorithm=WeightedSlopeOne_18] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.706 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_18 in 545.0 μs
2019-08-09 00:00:01.706 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.709 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.710 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_21 in 7.984 ms
2019-08-09 00:00:01.710 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_21 on cv-generator.4
2019-08-09 00:00:01.710 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_21)[Algorithm=WeightedSlopeOne_21] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.710 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_21 in 354.9 μs
2019-08-09 00:00:01.710 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.710 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.711 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_23 in 4.892 ms
2019-08-09 00:00:01.711 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_23 on cv-generator.4
2019-08-09 00:00:01.711 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.711 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_23)[Algorithm=WeightedSlopeOne_23] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.711 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_23 in 363.4 μs
2019-08-09 00:00:01.711 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.711 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_22 in 8.232 ms
2019-08-09 00:00:01.711 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_22 on cv-generator.4
2019-08-09 00:00:01.712 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_22)[Algorithm=WeightedSlopeOne_22] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.712 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_22 in 346.1 μs
2019-08-09 00:00:01.712 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.712 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.713 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_20 in 13.73 ms
2019-08-09 00:00:01.713 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_20 on cv-generator.4
2019-08-09 00:00:01.713 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_20)[Algorithm=WeightedSlopeOne_20] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.713 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_20 in 354.4 μs
2019-08-09 00:00:01.713 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.715 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.715 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_24 in 5.284 ms
2019-08-09 00:00:01.715 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_24 on cv-generator.4
2019-08-09 00:00:01.716 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_24)[Algorithm=WeightedSlopeOne_24] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.716 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_24 in 368.3 μs
2019-08-09 00:00:01.716 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.716 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.716 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.717 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_25 in 5.332 ms
2019-08-09 00:00:01.717 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_25 on cv-generator.4
2019-08-09 00:00:01.717 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_26 in 4.884 ms
2019-08-09 00:00:01.717 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_26 on cv-generator.4
2019-08-09 00:00:01.717 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_25)[Algorithm=WeightedSlopeOne_25] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.717 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_25 in 346.3 μs
2019-08-09 00:00:01.717 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.717 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_26)[Algorithm=WeightedSlopeOne_26] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.717 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_26 in 327.7 μs
2019-08-09 00:00:01.717 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.718 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.719 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_27 in 5.255 ms
2019-08-09 00:00:01.719 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_27 on cv-generator.4
2019-08-09 00:00:01.719 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_27)[Algorithm=WeightedSlopeOne_27] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.719 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_27 in 321.4 μs
2019-08-09 00:00:01.719 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.721 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.721 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_28 in 5.478 ms
2019-08-09 00:00:01.721 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_28 on cv-generator.4
2019-08-09 00:00:01.722 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_28)[Algorithm=WeightedSlopeOne_28] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.722 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_28 in 354.6 μs
2019-08-09 00:00:01.722 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.722 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.722 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.722 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_29 in 5.341 ms
2019-08-09 00:00:01.722 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_29 on cv-generator.4
2019-08-09 00:00:01.722 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_30 in 5.298 ms
2019-08-09 00:00:01.722 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_30 on cv-generator.4
2019-08-09 00:00:01.723 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_29)[Algorithm=WeightedSlopeOne_29] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.723 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_29 in 349.7 μs
2019-08-09 00:00:01.723 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_30)[Algorithm=WeightedSlopeOne_30] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.723 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.723 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_30 in 335.2 μs
2019-08-09 00:00:01.723 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.724 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.724 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_31 in 5.279 ms
2019-08-09 00:00:01.724 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_31 on cv-generator.4
2019-08-09 00:00:01.725 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_31)[Algorithm=WeightedSlopeOne_31] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.725 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_31 in 340.3 μs
2019-08-09 00:00:01.725 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.727 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.727 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_32 in 5.403 ms
2019-08-09 00:00:01.727 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_32 on cv-generator.4
2019-08-09 00:00:01.727 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_32)[Algorithm=WeightedSlopeOne_32] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.728 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_32 in 342.3 μs
2019-08-09 00:00:01.728 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.728 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.728 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.728 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_33 in 5.102 ms
2019-08-09 00:00:01.728 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_33 on cv-generator.4
2019-08-09 00:00:01.728 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_34 in 5.137 ms
2019-08-09 00:00:01.728 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_34 on cv-generator.4
2019-08-09 00:00:01.728 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_33)[Algorithm=WeightedSlopeOne_33] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.728 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_33 in 364.6 μs
2019-08-09 00:00:01.728 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.728 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_34)[Algorithm=WeightedSlopeOne_34] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.728 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_34 in 363.5 μs
2019-08-09 00:00:01.728 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.730 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.730 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_35 in 5.194 ms
2019-08-09 00:00:01.730 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_35 on cv-generator.4
2019-08-09 00:00:01.730 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_35)[Algorithm=WeightedSlopeOne_35] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.730 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_35 in 343.6 μs
2019-08-09 00:00:01.730 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.733 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.733 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_36 in 5.415 ms
2019-08-09 00:00:01.733 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_36 on cv-generator.4
2019-08-09 00:00:01.733 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.733 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_36)[Algorithm=WeightedSlopeOne_36] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.733 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_36 in 352.1 μs
2019-08-09 00:00:01.733 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.733 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.734 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_38 in 5.128 ms
2019-08-09 00:00:01.734 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_38 on cv-generator.4
2019-08-09 00:00:01.734 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_37 in 5.499 ms
2019-08-09 00:00:01.734 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_37 on cv-generator.4
2019-08-09 00:00:01.734 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_38)[Algorithm=WeightedSlopeOne_38] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.734 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_38 in 328.7 μs
2019-08-09 00:00:01.734 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.734 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_37)[Algorithm=WeightedSlopeOne_37] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.734 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_37 in 364.9 μs
2019-08-09 00:00:01.734 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.735 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.736 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_39 in 5.323 ms
2019-08-09 00:00:01.736 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_39 on cv-generator.4
2019-08-09 00:00:01.736 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_39)[Algorithm=WeightedSlopeOne_39] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.736 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_39 in 311.3 μs
2019-08-09 00:00:01.736 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.738 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.739 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_40 in 5.341 ms
2019-08-09 00:00:01.739 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_40 on cv-generator.4
2019-08-09 00:00:01.739 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.739 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_40)[Algorithm=WeightedSlopeOne_40] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.739 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_40 in 391.7 μs
2019-08-09 00:00:01.739 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_41 in 5.218 ms
2019-08-09 00:00:01.739 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_41 on cv-generator.4
2019-08-09 00:00:01.739 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.739 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.740 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_41)[Algorithm=WeightedSlopeOne_41] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.740 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_41 in 331.3 μs
2019-08-09 00:00:01.740 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.740 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_42 in 5.382 ms
2019-08-09 00:00:01.740 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_42 on cv-generator.4
2019-08-09 00:00:01.740 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_42)[Algorithm=WeightedSlopeOne_42] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.740 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_42 in 363.5 μs
2019-08-09 00:00:01.740 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.741 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.741 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_43 in 5.214 ms
2019-08-09 00:00:01.741 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_43 on cv-generator.4
2019-08-09 00:00:01.742 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_43)[Algorithm=WeightedSlopeOne_43] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.742 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_43 in 337.4 μs
2019-08-09 00:00:01.742 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.745 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.745 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.745 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_45 in 5.229 ms
2019-08-09 00:00:01.745 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_45 on cv-generator.4
2019-08-09 00:00:01.745 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_44 in 5.623 ms
2019-08-09 00:00:01.745 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_44 on cv-generator.4
2019-08-09 00:00:01.745 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.745 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_45)[Algorithm=WeightedSlopeOne_45] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.745 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_45 in 362.4 μs
2019-08-09 00:00:01.745 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.745 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_44)[Algorithm=WeightedSlopeOne_44] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.745 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_44 in 400.8 μs
2019-08-09 00:00:01.745 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.746 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_46 in 5.414 ms
2019-08-09 00:00:01.746 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_46 on cv-generator.4
2019-08-09 00:00:01.746 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_46)[Algorithm=WeightedSlopeOne_46] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.746 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_46 in 341.3 μs
2019-08-09 00:00:01.746 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Building Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4]
2019-08-09 00:00:01.747 [pool-66-thread-4] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.747 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_47 in 5.187 ms
2019-08-09 00:00:01.747 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_47 on cv-generator.4
2019-08-09 00:00:01.747 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_47)[Algorithm=WeightedSlopeOne_47] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.747 [pool-66-thread-4] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_47 in 342.9 μs
2019-08-09 00:00:01.749 [pool-66-thread-1] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.750 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_48 in 4.171 ms
2019-08-09 00:00:01.750 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_48 on cv-generator.4
2019-08-09 00:00:01.750 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_48)[Algorithm=WeightedSlopeOne_48] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.750 [pool-66-thread-1] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_48 in 247.5 μs
2019-08-09 00:00:01.750 [pool-66-thread-2] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.751 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_49 in 5.381 ms
2019-08-09 00:00:01.751 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_49 on cv-generator.4
2019-08-09 00:00:01.751 [pool-66-thread-3] INFO
o.l.k.i.m.ItemItemBuildContextProvider - constructing build context
2019-08-09 00:00:01.751 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_49)[Algorithm=WeightedSlopeOne_49] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.751 [pool-66-thread-2] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_49 in 377.8 μs
2019-08-09 00:00:01.751 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Built WeightedSlopeOne_50 in 5.245 ms
2019-08-09 00:00:01.751 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Measuring WeightedSlopeOne_50 on cv-generator.4
2019-08-09 00:00:01.752 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Testing Algorithm(WeightedSlopeOne_50)[Algorithm=WeightedSlopeOne_50] on
DataSet(cv-generator.4)[DataSet=cv-generator, Partition=4] (0 users)
2019-08-09 00:00:01.752 [pool-66-thread-3] INFO o.l.eval.traintest.ExperimentJob -
Tested WeightedSlopeOne_50 in 238.4 μs
2019-08-09 00:00:01.752 [quartzJobExecutor-1] INFO
o.l.e.traintest.TrainTestExperiment - train-test evaluation complete
2019-08-09 00:00:01.753 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.u.EvaluationResult - (dataset, asset): model training error
2019-08-09 00:00:01.754 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.u.EvaluationResult - (dataset, asset): --------------------
2019-08-09 00:00:01.754 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.u.EvaluationResult - (dataset, asset): Random:
0.3827991657832025
2019-08-09 00:00:01.754 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.u.EvaluationResult - (dataset, asset): UserMean: 0.0
2019-08-09 00:00:01.754 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.u.EvaluationResult - (dataset, asset): Baseline: 0.0
2019-08-09 00:00:01.754 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.r.i.l.LenskitRecommenderSystem - (dataset, asset): Selected model for
problem
'com.collibra.dgc.core.model.recommender.impl.ProblemDefinitionImpl@3db76d05':
UserMean
2019-08-09 00:00:01.763 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 00:00:01.763 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 00:00:01.763 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 00:00:01.766 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 00:00:01.767 [quartzJobExecutor-1] INFO
c.c.d.c.c.file.impl.FileLimiterImpl - Cleaning file upload limit counters.
2019-08-09 00:00:32.382 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:01:32.219 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:02:32.290 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:03:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:04:32.311 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:05:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:06:32.350 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:07:32.190 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:08:32.179 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:09:32.189 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:10:32.166 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:11:32.291 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:12:32.285 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:13:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:14:32.303 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:15:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 00:15:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 00:15:32.301 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:16:32.253 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:17:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:18:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:19:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:20:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:21:32.200 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:22:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:23:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:24:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:25:32.253 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:26:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:27:32.327 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:28:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:29:32.287 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:30:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 00:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 00:30:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:31:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:32:32.355 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:33:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:33:37.519 [Timer-2] INFO
o.o.s.m.r.i.AbstractReloadingMetadataResolver - Metadata Resolver
FilesystemMetadataResolver metadataResolver: Next refresh cycle for metadata
provider '/collibra/collibra_data/dgc/security/saml.xml' will occur on '2019-08-
09T03:33:37.519Z' ('2019-08-09T03:33:37.519Z' local time)
2019-08-09 00:34:32.263 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:35:32.291 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:36:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:37:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:38:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:39:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:40:32.263 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:41:32.223 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:42:32.261 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:43:32.352 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:44:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 00:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 00:45:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:46:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:47:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:48:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:49:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:50:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:51:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:52:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:53:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:54:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:55:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:56:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:57:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:58:32.269 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 00:59:32.209 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 01:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 01:00:00.004 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 01:00:00.004 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 01:00:00.522 [workflowExecutor-3] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 01:00:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:01:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:02:32.262 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:03:32.297 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:04:32.178 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:05:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:06:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:07:32.265 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:08:32.189 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:09:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:10:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:11:32.262 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:12:32.305 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:13:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:14:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 01:15:00.014 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 01:15:32.187 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:16:32.281 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:17:32.186 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:18:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:19:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:20:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:21:32.227 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:22:32.313 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:23:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:24:32.366 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:25:32.266 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:26:32.261 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:27:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:28:32.269 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:29:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:30:00.002 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 01:30:00.002 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 01:30:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:31:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:32:32.273 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:33:32.257 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:34:32.300 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:35:32.183 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:36:32.243 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:37:32.443 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:38:32.265 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:39:32.319 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:40:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:41:32.715 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:42:32.361 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:43:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:44:32.315 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 01:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 01:45:32.227 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:46:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:47:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:48:32.180 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:49:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:50:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:51:32.209 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:52:32.366 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:53:32.453 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:54:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:55:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:56:32.302 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:57:32.223 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:58:32.332 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 01:59:32.306 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:00:00.001 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.m.i.DataSetMatcherServiceImpl - Gathering data before computing
similarity scores for Data Sets
2019-08-09 02:00:00.244 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.m.i.DataSetMatcherServiceImpl - Gathering data before computing
similarity scores took 243 ms for 621 Data Sets.
2019-08-09 02:00:00.262 [quartzJobExecutor-1] INFO
c.c.d.r.c.s.m.i.DataSetMatcherServiceImpl - Computing similarity scores took 18 ms
2019-08-09 02:00:00.266 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 02:00:00.266 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 02:00:00.266 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 02:00:00.269 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='a5c72751-
07a0-4eaf-bfe5-44e75ebf6421', name='Purge old data', user='00000000-0000-0000-0000-
000000900001', state=RUNNING} done.
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='a5c72751-07a0-4eaf-bfe5-44e75ebf6421', name='Purge old data',
user='00000000-0000-0000-0000-000000900001', state=RUNNING}.
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.p.impl.PurgeServiceImpl - Starting purge job for features
{UPDATE_DISCOVERY_HASH=1},. Running for 7200000
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a5c72751-07a0-4eaf-bfe5-
44e75ebf6421', name='Purge old data', user='00000000-0000-0000-0000-000000900001',
state=RUNNING} completed: 'Purging process complete'.
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.p.impl.PurgeServiceImpl - Finished purge job
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a5c72751-07a0-4eaf-bfe5-
44e75ebf6421', name='Purge old data', user='00000000-0000-0000-0000-000000900001',
state=RUNNING} done.
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='a5c72751-07a0-4eaf-bfe5-44e75ebf6421', name='Purge old data',
user='00000000-0000-0000-0000-000000900001', state=RUNNING} done.
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='a5c72751-07a0-4eaf-bfe5-44e75ebf6421', name='Purge old data',
user='00000000-0000-0000-0000-000000900001', state=RUNNING}.
2019-08-09 02:00:00.283 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='a5c72751-
07a0-4eaf-bfe5-44e75ebf6421', name='Purge old data', user='00000000-0000-0000-0000-
000000900001', state=RUNNING} done.
2019-08-09 02:00:00.286 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a5c72751-07a0-4eaf-bfe5-
44e75ebf6421', name='Purge old data', user='00000000-0000-0000-0000-000000900001',
state=COMPLETED} saved to the database.
2019-08-09 02:00:00.286 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a5c72751-07a0-4eaf-bfe5-
44e75ebf6421', name='Purge old data', user='00000000-0000-0000-0000-000000900001',
state=COMPLETED} finished in 4ms.
2019-08-09 02:00:00.558 [workflowExecutor-4] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 02:00:00.561 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..getListOfReviewRules] Starting...
2019-08-09 02:00:00.572 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..getListOfReviewRules] Found 20 revision rules.
2019-08-09 02:00:00.572 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Business Process with risk level 'Critical'
2019-08-09 02:00:00.577 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.579 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? *]
2019-08-09 02:00:00.579 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000579
2019-08-09 02:00:00.580 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.580 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.593 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.597 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Business Process with risk level 'High'
2019-08-09 02:00:00.601 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.603 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? *]
2019-08-09 02:00:00.603 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000603
2019-08-09 02:00:00.603 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.603 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.608 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.611 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Business Process with risk level 'Low'
2019-08-09 02:00:00.615 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.617 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/3]
2019-08-09 02:00:00.617 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000617
2019-08-09 02:00:00.617 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.617 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.622 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.624 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Business Process with risk level 'Medium'
2019-08-09 02:00:00.627 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.628 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/2]
2019-08-09 02:00:00.628 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000628
2019-08-09 02:00:00.629 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.629 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.633 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.635 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Business Process with risk level 'None'
2019-08-09 02:00:00.638 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.640 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/4]
2019-08-09 02:00:00.640 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000640
2019-08-09 02:00:00.640 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.640 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.644 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.647 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Compliance Self Assessment
2019-08-09 02:00:00.649 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.651 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? *]
2019-08-09 02:00:00.651 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000651
2019-08-09 02:00:00.651 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.651 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.655 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.657 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Data Sets with sensitivity 'Highly restricted'
2019-08-09 02:00:00.660 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.661 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? *]
2019-08-09 02:00:00.661 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000661
2019-08-09 02:00:00.661 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.661 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.666 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.668 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Data Sets with sensitivity 'Internal use'
2019-08-09 02:00:00.671 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.672 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/3]
2019-08-09 02:00:00.672 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000672
2019-08-09 02:00:00.672 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.672 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.677 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.679 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Data Sets with sensitivity 'Restricted'
2019-08-09 02:00:00.681 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.682 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/2]
2019-08-09 02:00:00.682 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000682
2019-08-09 02:00:00.682 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.683 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.687 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.689 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for DPIA's with risk level 'Critical'
2019-08-09 02:00:00.691 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.692 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? *]
2019-08-09 02:00:00.692 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000692
2019-08-09 02:00:00.693 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.693 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.697 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.699 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for DPIA's with risk level 'High'
2019-08-09 02:00:00.701 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.703 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? *]
2019-08-09 02:00:00.703 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000703
2019-08-09 02:00:00.703 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.703 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.707 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.709 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for DPIA's with risk level 'Low'
2019-08-09 02:00:00.711 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.712 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/3]
2019-08-09 02:00:00.713 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000712
2019-08-09 02:00:00.713 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.713 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.717 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.719 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for DPIA's with risk level 'Medium'
2019-08-09 02:00:00.721 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.722 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/2]
2019-08-09 02:00:00.723 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000723
2019-08-09 02:00:00.723 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.723 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.729 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.731 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for DPIA's with risk level 'None'
2019-08-09 02:00:00.733 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.734 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/4]
2019-08-09 02:00:00.734 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000734
2019-08-09 02:00:00.734 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.734 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.738 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.740 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Legitimate Interest Assessments
2019-08-09 02:00:00.742 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.743 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/2]
2019-08-09 02:00:00.743 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000743
2019-08-09 02:00:00.744 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.744 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.748 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.749 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Processing Activity with risk level 'Critical'
2019-08-09 02:00:00.752 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.754 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? *]
2019-08-09 02:00:00.754 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000754
2019-08-09 02:00:00.754 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.754 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.758 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.760 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Processing Activity with risk level 'High'
2019-08-09 02:00:00.763 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.764 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? *]
2019-08-09 02:00:00.764 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000764
2019-08-09 02:00:00.764 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.764 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.768 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.770 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Processing Activity with risk level 'Low'
2019-08-09 02:00:00.772 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.773 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/3]
2019-08-09 02:00:00.773 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000773
2019-08-09 02:00:00.773 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.773 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.777 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.779 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Processing Activity with risk level 'Medium'
2019-08-09 02:00:00.782 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.783 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/2]
2019-08-09 02:00:00.783 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000783
2019-08-09 02:00:00.783 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.783 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.788 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:00.789 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Initializing Periodic
review for Processing Activity with risk level 'None'
2019-08-09 02:00:00.792 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Last run date: Thu Aug
08 00:00:00 UTC 2019
2019-08-09 02:00:00.793 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] List of frequency
codes: [0 0 0 1 JAN ? 2018/4]
2019-08-09 02:00:00.793 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Current run start
timestamp (as long): 1565316000793
2019-08-09 02:00:00.793 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..initReviewRuleSubProcess] Is review due? false
2019-08-09 02:00:00.793 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] Starting ...
2019-08-09 02:00:00.797 [workflowExecutor-2] INFO
c.c.d.c.api.component.LoggerApiImpl -
[gdprCheckTimeBasedAssetRevision..updateLastRunDate] finished
2019-08-09 02:00:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:01:32.281 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:02:32.203 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:03:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:04:32.283 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:05:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:06:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:07:32.223 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:08:32.350 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:09:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:10:32.180 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:11:32.580 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:12:32.263 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:13:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:14:32.300 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:15:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 02:15:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 02:15:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:16:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:17:32.381 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:18:32.228 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:19:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:20:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:21:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:22:32.207 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:23:32.320 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:24:32.325 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:25:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:26:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:27:32.186 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:28:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:29:32.253 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 02:30:00.002 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 02:30:32.285 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:31:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:32:32.302 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:33:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:34:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:35:32.347 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:36:32.320 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:37:32.377 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:38:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:39:32.305 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:40:32.338 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:41:32.366 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:42:32.290 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:43:32.384 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:44:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:45:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 02:45:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 02:45:32.373 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:46:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:47:32.313 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:48:32.297 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:49:32.440 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:50:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:51:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:52:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:53:32.189 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:54:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:55:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:56:34.958 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:57:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:58:32.222 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 02:59:32.306 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 03:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 03:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 03:00:00.004 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 03:00:00.510 [workflowExecutor-5] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 03:00:32.325 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:01:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:02:32.133 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:03:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:04:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:05:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:06:32.270 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:07:32.327 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:08:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:09:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:10:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:11:32.253 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:12:32.196 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:13:32.674 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:14:32.364 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 03:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 03:15:32.177 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:16:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:17:32.257 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:18:32.312 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:19:32.420 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:20:32.260 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:21:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:22:32.270 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:23:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:24:32.309 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:25:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:26:32.204 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:27:32.094 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:28:32.273 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:29:32.228 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:30:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 03:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 03:30:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:31:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:32:32.174 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:33:32.179 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:33:37.519 [Timer-2] INFO
o.o.s.m.r.i.AbstractReloadingMetadataResolver - Metadata Resolver
FilesystemMetadataResolver metadataResolver: Next refresh cycle for metadata
provider '/collibra/collibra_data/dgc/security/saml.xml' will occur on '2019-08-
09T06:33:37.519Z' ('2019-08-09T06:33:37.519Z' local time)
2019-08-09 03:34:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:35:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:36:32.333 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:37:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:38:32.302 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:39:32.197 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:40:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:41:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:42:32.371 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:43:32.357 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:44:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 03:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 03:45:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:46:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:47:32.420 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:48:32.213 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:49:32.258 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:50:32.299 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:51:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:52:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:53:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:54:32.192 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:55:32.175 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:56:32.257 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:57:32.189 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:58:32.193 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 03:59:32.212 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 04:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 04:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 04:00:00.004 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 04:00:00.313 [workflowExecutor-1] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 04:00:32.176 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:01:32.299 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:02:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:03:32.358 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:04:32.283 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:05:32.185 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:06:32.187 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:07:32.401 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:08:32.162 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:09:32.196 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:10:32.367 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:11:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:12:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:13:32.194 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:14:32.367 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 04:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 04:15:32.223 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:16:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:17:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:18:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:19:32.291 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:20:32.212 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:21:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:22:32.319 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:23:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:24:32.301 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:25:32.318 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:26:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:27:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:28:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:29:32.179 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:30:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 04:30:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 04:30:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:31:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:32:32.352 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:33:32.040 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:34:32.350 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:35:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:36:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:37:32.305 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:38:32.339 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:39:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:40:32.277 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:41:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:42:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:43:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:44:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 04:45:00.002 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 04:45:32.273 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:46:32.269 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:47:32.197 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:48:32.292 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:49:32.287 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:50:32.178 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:51:32.376 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:52:32.176 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:53:32.362 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:54:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:55:32.367 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:56:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:57:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:58:32.285 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 04:59:32.345 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 05:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 05:00:00.003 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 05:00:00.007 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 05:00:00.220 [workflowExecutor-3] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 05:00:32.200 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:01:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:02:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:03:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:04:32.296 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:05:32.257 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:06:32.291 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:07:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:08:32.361 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:09:32.320 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:10:32.296 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:11:32.226 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:12:32.367 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:13:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:14:32.313 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:15:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 05:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 05:15:32.267 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:16:32.183 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:17:32.179 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:18:32.277 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:19:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:20:32.186 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:21:32.415 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:22:32.497 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:23:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:24:32.129 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:25:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:26:32.306 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:27:32.243 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:28:32.278 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:29:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 05:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 05:30:32.237 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:31:32.325 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:32:32.312 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:33:32.318 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:34:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:35:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:36:32.200 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:37:32.278 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:38:32.340 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:39:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:40:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:41:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:42:32.204 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:43:32.203 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:44:32.290 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 05:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 05:45:32.302 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:46:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:47:32.262 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:48:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:49:32.319 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:50:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:51:32.272 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:52:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:53:32.351 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:54:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:55:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:56:32.358 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:57:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:58:32.292 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 05:59:32.253 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:00:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 06:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 06:00:00.002 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 06:00:00.007 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 06:00:00.040 [workflowExecutor-4] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 06:00:32.209 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:01:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:02:32.315 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:03:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:04:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:05:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:06:32.200 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:07:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:08:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:09:32.188 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:10:32.175 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:11:32.176 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:12:32.187 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:13:32.314 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:14:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 06:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 06:15:32.298 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:16:32.296 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:17:32.503 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:18:32.200 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:19:32.297 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:20:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:21:32.291 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:22:32.393 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:23:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:24:32.287 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:25:32.220 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:26:32.180 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:27:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:28:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:29:32.225 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 06:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 06:30:32.296 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:31:32.122 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:32:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:33:32.222 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:33:37.520 [Timer-2] INFO
o.o.s.m.r.i.AbstractReloadingMetadataResolver - Metadata Resolver
FilesystemMetadataResolver metadataResolver: Next refresh cycle for metadata
provider '/collibra/collibra_data/dgc/security/saml.xml' will occur on '2019-08-
09T09:33:37.519Z' ('2019-08-09T09:33:37.519Z' local time)
2019-08-09 06:34:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:35:32.179 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:36:32.298 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:37:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:38:32.302 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:39:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:40:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:41:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:42:32.260 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:43:32.340 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:44:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 06:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 06:45:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:46:32.314 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:47:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:48:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:49:32.313 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:50:32.301 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:51:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:52:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:53:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:54:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:55:32.266 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:56:32.200 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:57:32.265 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:58:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 06:59:32.199 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:00:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 07:00:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 07:00:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 07:00:00.006 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 07:00:00.907 [workflowExecutor-2] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 07:00:32.365 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:01:32.267 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:02:32.309 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:03:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:04:32.379 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:05:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:06:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:07:32.273 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:08:32.350 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:09:32.622 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:10:32.274 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:11:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:12:32.270 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:13:32.226 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:14:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 07:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 07:15:32.278 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:16:32.203 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:17:32.216 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:18:32.237 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:19:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:20:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:21:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:22:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:23:32.283 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:24:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:25:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:26:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:27:32.206 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:28:32.301 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:29:32.309 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 07:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 07:30:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:31:32.343 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:32:32.180 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:33:32.185 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:34:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:35:32.223 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:36:32.296 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:37:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:38:32.188 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:39:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:40:32.362 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:41:32.199 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:42:32.228 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:43:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:44:32.253 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:45:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 07:45:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 07:45:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:46:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:47:32.363 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:48:32.264 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:49:32.306 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:50:32.376 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:51:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:52:32.267 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:53:32.286 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:54:32.221 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:55:32.306 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:56:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:57:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:58:32.133 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 07:59:32.375 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 08:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 08:00:00.004 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 08:00:00.009 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 08:00:00.014 [quartzJobExecutor-1] INFO
c.c.d.c.s.file.impl.FileServiceImpl - Deleting temporary file :
/collibra/collibra_data/dgc/temp-files/11771858-b9b2-40b8-86e5-dcf1034a4e02
2019-08-09 08:00:00.014 [quartzJobExecutor-1] INFO
c.c.d.c.s.file.impl.FileServiceImpl - Deleting temporary file :
/collibra/collibra_data/dgc/temp-files/9a33fdc8-926f-476c-9edc-b66ebb75c867
2019-08-09 08:00:00.014 [quartzJobExecutor-1] INFO
c.c.d.c.s.file.impl.FileServiceImpl - Deleting temporary file :
/collibra/collibra_data/dgc/temp-files/73a8ab30-46c7-46d7-85aa-fe0fb4e0f561
2019-08-09 08:00:00.014 [quartzJobExecutor-1] INFO
c.c.d.c.s.file.impl.FileServiceImpl - Deleting temporary file :
/collibra/collibra_data/dgc/temp-files/cross-validation7444727616361030983
2019-08-09 08:00:00.015 [quartzJobExecutor-1] INFO
c.c.d.c.s.file.impl.FileServiceImpl - Deleting temporary file :
/collibra/collibra_data/dgc/temp-files/1cec0c34-4c19-4d66-ab0a-ed95b24234b8
2019-08-09 08:00:00.015 [quartzJobExecutor-1] INFO
c.c.d.c.s.file.impl.FileServiceImpl - Deleting temporary file :
/collibra/collibra_data/dgc/temp-files/e54a594f-768e-44fc-b45b-bfb8609a5905
2019-08-09 08:00:00.734 [workflowExecutor-5] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 08:00:32.323 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:01:32.301 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:02:32.140 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:03:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:04:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:05:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:06:32.292 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:07:32.313 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:08:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:09:32.346 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:10:32.195 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:11:32.306 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:12:32.341 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:13:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:14:32.218 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 08:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 08:15:32.261 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:16:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:17:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:18:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:19:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:20:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:21:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:22:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:23:32.130 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:24:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:25:32.237 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:26:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:27:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:28:32.285 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:29:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 08:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 08:30:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:31:32.279 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:32:32.221 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:33:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:34:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:35:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:36:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:37:32.322 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:38:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:39:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:40:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:41:32.187 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:42:32.199 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:43:32.300 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:44:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 08:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 08:45:32.196 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:46:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:47:32.312 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:48:32.300 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:49:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:50:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:51:32.200 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:52:32.323 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:53:32.128 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:54:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:55:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:56:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:57:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:58:32.350 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 08:59:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:00:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 09:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 09:00:00.003 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 09:00:00.007 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 09:00:00.537 [workflowExecutor-1] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 09:00:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:01:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:02:32.176 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:03:32.332 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:04:32.325 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:05:32.188 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:06:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:07:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:08:32.327 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:09:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:10:32.286 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:11:32.297 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:12:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:13:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:14:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 09:15:00.002 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 09:15:32.225 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:16:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:17:32.368 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:18:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:19:32.225 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:20:32.324 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:21:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:22:32.220 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:23:32.282 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:24:32.274 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:25:32.193 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:26:32.119 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:27:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:28:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:29:32.302 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:30:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 09:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 09:30:32.264 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:31:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:32:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:33:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:33:37.519 [Timer-2] INFO
o.o.s.m.r.i.AbstractReloadingMetadataResolver - Metadata Resolver
FilesystemMetadataResolver metadataResolver: Next refresh cycle for metadata
provider '/collibra/collibra_data/dgc/security/saml.xml' will occur on '2019-08-
09T12:33:37.519Z' ('2019-08-09T12:33:37.519Z' local time)
2019-08-09 09:34:32.262 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:35:32.223 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:36:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:37:32.303 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:38:32.227 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:39:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:40:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:41:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:42:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:43:32.190 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:44:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:45:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 09:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 09:45:32.117 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:46:32.178 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:47:32.185 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:48:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:49:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:50:32.351 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:51:32.361 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:52:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:53:32.270 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:54:32.296 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:55:32.227 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:56:32.258 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:57:32.393 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:58:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 09:59:32.185 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 10:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 10:00:00.004 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 10:00:00.008 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 10:00:00.400 [workflowExecutor-3] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 10:00:32.389 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:01:32.283 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:02:32.134 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:03:32.267 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:04:32.324 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:05:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:06:32.331 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:07:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:08:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:09:32.390 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:10:32.169 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:11:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:12:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:13:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:14:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 10:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 10:15:32.283 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:16:32.176 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:17:32.403 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:18:32.319 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:19:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:20:32.367 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:21:32.305 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:22:32.163 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:23:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:24:32.204 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:25:33.818 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:26:32.173 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:27:32.278 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:28:32.367 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:29:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 10:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 10:30:32.237 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:31:32.344 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:32:32.282 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:33:32.288 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:34:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:35:32.303 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:36:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:37:32.319 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:38:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:39:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:40:32.273 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:41:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:42:32.243 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:43:32.274 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:44:32.226 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:45:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 10:45:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 10:45:32.497 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:46:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:47:32.332 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:48:32.190 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:49:32.419 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:50:32.351 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:51:32.261 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:52:32.267 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:53:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:54:32.282 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:55:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:56:32.198 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:57:32.269 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:58:32.316 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 10:59:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 11:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 11:00:00.002 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 11:00:00.006 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 11:00:00.225 [workflowExecutor-4] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 11:00:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:01:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:02:32.331 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:03:32.056 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:04:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:05:32.265 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:06:32.226 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:07:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:08:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:09:32.228 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:10:32.333 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:11:32.414 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:12:32.339 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:13:32.200 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:14:32.303 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:15:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 11:15:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 11:15:32.266 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:16:32.311 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:17:32.341 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:18:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:19:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:20:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:21:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:22:32.388 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:23:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:24:32.288 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:25:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:26:32.295 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:27:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:28:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:29:32.356 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 11:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 11:30:32.189 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:31:32.358 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:32:32.176 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:33:32.221 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:34:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:35:32.205 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:36:32.253 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:37:32.287 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:38:32.193 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:39:32.273 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:40:32.340 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:41:32.228 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:42:32.311 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:43:32.367 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:44:32.223 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:45:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 11:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 11:45:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:46:32.186 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:47:32.351 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:48:32.266 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:49:32.228 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:50:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:51:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:52:32.286 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:53:32.300 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:54:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:55:32.191 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:56:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:57:32.204 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:58:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 11:59:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 12:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 12:00:00.005 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 12:00:00.009 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 12:00:00.928 [workflowExecutor-2] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 12:00:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:01:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:02:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:03:32.363 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:04:32.227 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:05:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:06:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:07:32.303 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:08:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:09:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:10:32.299 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:11:32.258 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:12:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:13:32.153 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:14:32.257 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 12:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 12:15:32.314 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:16:32.285 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:17:32.222 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:18:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:19:32.297 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:20:32.257 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:21:32.189 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:22:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:23:32.397 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:24:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:25:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:26:32.249 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:27:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:28:32.257 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:29:32.319 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 12:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 12:30:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:31:32.221 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:32:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:33:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:33:37.520 [Timer-2] INFO
o.o.s.m.r.i.AbstractReloadingMetadataResolver - Metadata Resolver
FilesystemMetadataResolver metadataResolver: Next refresh cycle for metadata
provider '/collibra/collibra_data/dgc/security/saml.xml' will occur on '2019-08-
09T15:33:37.519Z' ('2019-08-09T15:33:37.519Z' local time)
2019-08-09 12:34:32.359 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:35:32.292 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:36:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:37:32.258 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:38:32.225 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:39:32.351 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:40:32.362 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:41:32.202 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:42:32.243 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:43:32.279 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:44:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:45:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 12:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 12:45:32.220 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:46:32.292 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:47:32.359 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:48:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:49:32.195 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:50:32.179 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:51:32.218 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:52:32.358 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:53:32.329 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:54:32.158 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:55:32.202 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:56:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:57:32.316 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:58:32.194 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 12:59:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:00:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 13:00:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 13:00:00.002 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 13:00:00.006 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 13:00:00.675 [workflowExecutor-5] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 13:00:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:01:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:02:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:03:32.283 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:04:32.334 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:05:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:06:32.197 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:07:32.174 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:08:32.290 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:09:32.299 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:10:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:11:32.373 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:12:32.311 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:13:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:14:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 13:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 13:15:32.261 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:16:32.287 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:17:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:18:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:19:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:20:32.299 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:21:32.201 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:22:32.349 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:23:32.264 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:24:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:25:32.265 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:26:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:27:32.194 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:28:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:29:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 13:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 13:30:32.274 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:31:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:32:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:33:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:34:32.315 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:35:32.190 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:36:32.237 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:37:33.859 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:38:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:39:32.298 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:40:32.285 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:41:32.338 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:42:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:43:32.289 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:44:32.313 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 13:45:00.003 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 13:45:32.264 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:46:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:47:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:48:32.326 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:49:32.277 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:50:32.226 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:51:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:52:32.279 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:53:32.201 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:54:32.300 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:55:32.391 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:56:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:57:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:58:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 13:59:32.309 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 14:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 14:00:00.002 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 14:00:00.007 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 14:00:00.454 [workflowExecutor-1] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 14:00:32.314 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:01:32.266 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:02:32.263 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:03:32.218 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:04:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:05:32.338 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:06:32.279 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:07:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:08:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:09:13.563 [ajp-nio-0.0.0.0-8009-exec-31] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565206891877 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:09:15.088 [ajp-nio-0.0.0.0-8009-exec-41] DEBUG PROTOCOL_MESSAGE -
<?xml version="1.0" encoding="UTF-8"?><saml2p:AuthnRequest
xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol"
AssertionConsumerServiceURL="https://wargaming-dev-uk.collibra.com/"
Destination="https://sso.wargaming.net/adfs/ls/" ForceAuthn="true" ID="c3a1cab9-
03f7-420c-a737-e19624d63ef8" IsPassive="false" IssueInstant="2019-08-
09T14:09:15.087Z" ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Version="2.0">
<saml2:Issuer
xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion">https://wargaming-dev-
uk.collibra.com/</saml2:Issuer>
<saml2p:NameIDPolicy AllowCreate="true"
Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
SPNameQualifier="https://wargaming-dev-uk.collibra.com/"/>
</saml2p:AuthnRequest>

2019-08-09 14:09:32.175 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -


successfully sent 554 metrics to datadog
2019-08-09 14:09:50.551 [ajp-nio-0.0.0.0-8009-exec-17] DEBUG PROTOCOL_MESSAGE -
<?xml version="1.0" encoding="UTF-8"?><samlp:Response
xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
Consent="urn:oasis:names:tc:SAML:2.0:consent:unspecified"
Destination="https://wargaming-dev-uk.collibra.com/" ID="_61b852c8-4c53-4f2a-bdba-
e9daede1a0b1" InResponseTo="c3a1cab9-03f7-420c-a737-e19624d63ef8"
IssueInstant="2019-08-09T14:09:50.285Z" Version="2.0">
<Issuer
xmlns="urn:oasis:names:tc:SAML:2.0:assertion">http://sso.wargaming.net/adfs/service
s/trust</Issuer>
<samlp:Status>
<samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/>
</samlp:Status>
<Assertion xmlns="urn:oasis:names:tc:SAML:2.0:assertion" ID="_2c222c13-b071-
4d33-8a94-837b6b3b2f1c" IssueInstant="2019-08-09T14:09:50.285Z" Version="2.0">
<Issuer>http://sso.wargaming.net/adfs/services/trust</Issuer>
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:SignedInfo>
<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-
exc-c14n#"/>
<ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-
more#rsa-sha256"/>
<ds:Reference URI="#_2c222c13-b071-4d33-8a94-837b6b3b2f1c">
<ds:Transforms>
<ds:Transform
Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-
c14n#"/>
</ds:Transforms>
<ds:DigestMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>

<ds:DigestValue>EWnHFS7W2ZxIF9KYFZa2FMaD8HImU17agctBsFd3Voo=</ds:DigestValue>
</ds:Reference>
</ds:SignedInfo>

<ds:SignatureValue>SDbJETHl/spv2vWsuzNMF0s01iGaFUeHBifh4N40GMhtiR+bn9k8Py2FlbuFzgkA
V8r/202MguOEoDoOOIEH06PMfB5/MQu0Mc/VXao1UfQKZA/7uhFX09qcG/oeXZ+ZvOIKEw0DlqoBA4/E1Co
ry9USNoHeoiabfbrzkS3bBdKqVDMFiHbaYdjVKKZmF/GhtVIexEauLyiP4NS0nk7LbOAYAf9T/ppN7yu372
8QzDQ7Do1bNjl6qqvMbJ0qx/GoQRbhiw15G+z75Mq2Uv0alUZ3mrBD0/tS2PRjYOlV6syFhomumZJ7FfILH
QRU0paQUK+hrEGd8bKYqgiaAr4Gbw==</ds:SignatureValue>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>

<ds:X509Certificate>MIIC3jCCAcagAwIBAgIQH1swlkrXv5xD4v9l6YpEyDANBgkqhkiG9w0BAQsFADA
rMSkwJwYDVQQDEyBBREZTIFNpZ25pbmcgLSBzc28ud2FyZ2FtaW5nLm5ldDAeFw0xODAyMjQxMDU4MjBaFw
0yMzAyMjMxMDU4MjBaMCsxKTAnBgNVBAMTIEFERlMgU2lnbmluZyAtIHNzby53YXJnYW1pbmcubmV0MIIBI
jANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0fslpZUGNHalU2JK32TbdHKjlg0Vg6wq7ikWLXrPE6B
aqcYO4697QPc4UKT5z82ZgbLDgAOZ4zTa3lk56veaRVi2Son5nBn7iszCtlpS7FVEZE1kjhADH7aif6SYMC
F1XQ5eeTJcGfp4/ZAgjjUDY1wq1EjuGGtIEcVTcXIltLf+sPfMj0BbkkoWWtbBOrjVa7JRn4pk+wKKRNr3J
yo0+5r1hOQeyS5ut8TMQUY4baaqg28dZ1G8jcsFNxFi0eKsvhFNK1aBW4m5QApQ5Fqfy5XXoEr/OXQhMRg0
XHOuc7apkxyUM+Zo1uxwQEbTAd5eXtEVQNEuQ5BRvRY8jOxbQIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQBv
X2z30PXkUXPZ7D6W5uAIxwdyYwvpfr4JKj7/QWuQKuexWgr1TV12/Ub7OIF711hV/PpC5ABeDxbSC8mbwez
s4xwTdHQi5shp0bm9zBEX645gVbM8ovat88c3beoDGwbV6txen5bQXnisurucwJYCenegyCgyiCEGukzOAg
vUR49KIvvqZYYmgimZle9CKp1yoCRiXZdryoncg7v9zR2RcdFxLNjivESn/uFtyb77L2DyuQpD6rBpeLT8b
Yo8/gqUTqPbBXWYC+n6NVRAsJwwfsaByDyU6EBw9CqCcJd6a4D520WyFqMHrbzxkAZI5UsU1shTdVDOF0BO
7uVS+x1M</ds:X509Certificate>
</ds:X509Data>
</KeyInfo>
</ds:Signature>
<Subject>
<NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
NameQualifier="http://sso.wargaming.net/adfs/services/trust"
SPNameQualifier="https://wargaming-dev-uk.collibra.com/">d_green</NameID>
<SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
<SubjectConfirmationData InResponseTo="c3a1cab9-03f7-420c-a737-
e19624d63ef8" NotOnOrAfter="2019-08-09T14:14:50.285Z" Recipient="https://wargaming-
dev-uk.collibra.com/"/>
</SubjectConfirmation>
</Subject>
<Conditions NotBefore="2019-08-09T14:09:50.285Z" NotOnOrAfter="2019-08-
09T15:09:50.285Z">
<AudienceRestriction>
<Audience>https://wargaming-dev-uk.collibra.com/</Audience>
</AudienceRestriction>
</Conditions>
<AttributeStatement>
<Attribute
Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname">
<AttributeValue>David</AttributeValue>
</Attribute>
<Attribute
Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname">
<AttributeValue>Green</AttributeValue>
</Attribute>
<Attribute
Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress">
<AttributeValue>d_green@wargaming.net</AttributeValue>
</Attribute>
</AttributeStatement>
<AuthnStatement AuthnInstant="2019-08-09T14:09:50.113Z"
SessionIndex="_2c222c13-b071-4d33-8a94-837b6b3b2f1c">
<AuthnContext>

<AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTrans
port</AuthnContextClassRef>
</AuthnContext>
</AuthnStatement>
</Assertion>
</samlp:Response>

2019-08-09 14:09:50.554 [ajp-nio-0.0.0.0-8009-exec-17] DEBUG PROTOCOL_MESSAGE -


<?xml version="1.0" encoding="UTF-8"?><samlp:Response
xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
Consent="urn:oasis:names:tc:SAML:2.0:consent:unspecified"
Destination="https://wargaming-dev-uk.collibra.com/" ID="_61b852c8-4c53-4f2a-bdba-
e9daede1a0b1" InResponseTo="c3a1cab9-03f7-420c-a737-e19624d63ef8"
IssueInstant="2019-08-09T14:09:50.285Z" Version="2.0">
<Issuer
xmlns="urn:oasis:names:tc:SAML:2.0:assertion">http://sso.wargaming.net/adfs/service
s/trust</Issuer>
<samlp:Status>
<samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/>
</samlp:Status>
<Assertion xmlns="urn:oasis:names:tc:SAML:2.0:assertion" ID="_2c222c13-b071-
4d33-8a94-837b6b3b2f1c" IssueInstant="2019-08-09T14:09:50.285Z" Version="2.0">
<Issuer>http://sso.wargaming.net/adfs/services/trust</Issuer>
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:SignedInfo>
<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-
exc-c14n#"/>
<ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-
more#rsa-sha256"/>
<ds:Reference URI="#_2c222c13-b071-4d33-8a94-837b6b3b2f1c">
<ds:Transforms>
<ds:Transform
Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-
c14n#"/>
</ds:Transforms>
<ds:DigestMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>

<ds:DigestValue>EWnHFS7W2ZxIF9KYFZa2FMaD8HImU17agctBsFd3Voo=</ds:DigestValue>
</ds:Reference>
</ds:SignedInfo>
<ds:SignatureValue>SDbJETHl/spv2vWsuzNMF0s01iGaFUeHBifh4N40GMhtiR+bn9k8Py2FlbuFzgkA
V8r/202MguOEoDoOOIEH06PMfB5/MQu0Mc/VXao1UfQKZA/7uhFX09qcG/oeXZ+ZvOIKEw0DlqoBA4/E1Co
ry9USNoHeoiabfbrzkS3bBdKqVDMFiHbaYdjVKKZmF/GhtVIexEauLyiP4NS0nk7LbOAYAf9T/ppN7yu372
8QzDQ7Do1bNjl6qqvMbJ0qx/GoQRbhiw15G+z75Mq2Uv0alUZ3mrBD0/tS2PRjYOlV6syFhomumZJ7FfILH
QRU0paQUK+hrEGd8bKYqgiaAr4Gbw==</ds:SignatureValue>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>

<ds:X509Certificate>MIIC3jCCAcagAwIBAgIQH1swlkrXv5xD4v9l6YpEyDANBgkqhkiG9w0BAQsFADA
rMSkwJwYDVQQDEyBBREZTIFNpZ25pbmcgLSBzc28ud2FyZ2FtaW5nLm5ldDAeFw0xODAyMjQxMDU4MjBaFw
0yMzAyMjMxMDU4MjBaMCsxKTAnBgNVBAMTIEFERlMgU2lnbmluZyAtIHNzby53YXJnYW1pbmcubmV0MIIBI
jANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0fslpZUGNHalU2JK32TbdHKjlg0Vg6wq7ikWLXrPE6B
aqcYO4697QPc4UKT5z82ZgbLDgAOZ4zTa3lk56veaRVi2Son5nBn7iszCtlpS7FVEZE1kjhADH7aif6SYMC
F1XQ5eeTJcGfp4/ZAgjjUDY1wq1EjuGGtIEcVTcXIltLf+sPfMj0BbkkoWWtbBOrjVa7JRn4pk+wKKRNr3J
yo0+5r1hOQeyS5ut8TMQUY4baaqg28dZ1G8jcsFNxFi0eKsvhFNK1aBW4m5QApQ5Fqfy5XXoEr/OXQhMRg0
XHOuc7apkxyUM+Zo1uxwQEbTAd5eXtEVQNEuQ5BRvRY8jOxbQIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQBv
X2z30PXkUXPZ7D6W5uAIxwdyYwvpfr4JKj7/QWuQKuexWgr1TV12/Ub7OIF711hV/PpC5ABeDxbSC8mbwez
s4xwTdHQi5shp0bm9zBEX645gVbM8ovat88c3beoDGwbV6txen5bQXnisurucwJYCenegyCgyiCEGukzOAg
vUR49KIvvqZYYmgimZle9CKp1yoCRiXZdryoncg7v9zR2RcdFxLNjivESn/uFtyb77L2DyuQpD6rBpeLT8b
Yo8/gqUTqPbBXWYC+n6NVRAsJwwfsaByDyU6EBw9CqCcJd6a4D520WyFqMHrbzxkAZI5UsU1shTdVDOF0BO
7uVS+x1M</ds:X509Certificate>
</ds:X509Data>
</KeyInfo>
</ds:Signature>
<Subject>
<NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
NameQualifier="http://sso.wargaming.net/adfs/services/trust"
SPNameQualifier="https://wargaming-dev-uk.collibra.com/">d_green</NameID>
<SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
<SubjectConfirmationData InResponseTo="c3a1cab9-03f7-420c-a737-
e19624d63ef8" NotOnOrAfter="2019-08-09T14:14:50.285Z" Recipient="https://wargaming-
dev-uk.collibra.com/"/>
</SubjectConfirmation>
</Subject>
<Conditions NotBefore="2019-08-09T14:09:50.285Z" NotOnOrAfter="2019-08-
09T15:09:50.285Z">
<AudienceRestriction>
<Audience>https://wargaming-dev-uk.collibra.com/</Audience>
</AudienceRestriction>
</Conditions>
<AttributeStatement>
<Attribute
Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname">
<AttributeValue>David</AttributeValue>
</Attribute>
<Attribute
Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname">
<AttributeValue>Green</AttributeValue>
</Attribute>
<Attribute
Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress">
<AttributeValue>d_green@wargaming.net</AttributeValue>
</Attribute>
</AttributeStatement>
<AuthnStatement AuthnInstant="2019-08-09T14:09:50.113Z"
SessionIndex="_2c222c13-b071-4d33-8a94-837b6b3b2f1c">
<AuthnContext>
<AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTrans
port</AuthnContextClassRef>
</AuthnContext>
</AuthnStatement>
</Assertion>
</samlp:Response>

2019-08-09 14:09:50.565 [ajp-nio-0.0.0.0-8009-exec-17] ERROR


c.c.d.s.i.ElasticsearchIndexDaoImpl - Resource with id: 51e1701c-f24c-4a00-8748-
f6ce727e477c was not updated in the index 'user'. Response:
UpdateResponse[index=user,type=user,id=51e1701c-f24c-4a00-8748-
f6ce727e477c,version=1,seqNo=-2,primaryTerm=0,result=noop,shards=ShardInfo{total=0,
successful=0, failures=[]}]
2019-08-09 14:09:50.575 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [d_green] &
realm [DGCSSORealm] successful.
2019-08-09 14:09:50.587 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 1
2019-08-09 14:09:50.590 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.s.a.UserAuthenticationListener - User logged in:
AuthenticationEvent{userName='d_green', sessionId='8a845236-0ce0-45f5-b82c-
d73c5dcf9ae9', timeout=1800000, licenseType=AUTHOR,
productPermissions='bsg,rdm,dsm,helpdesk,policymanager,datadictionary',
action=LOGIN, remoteHost='10.0.6.66', userAgent='null', userAgentVersion='null',
failureReason=null, timestamp=1565359790588}
2019-08-09 14:09:54.629 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/find?location=Dashboard%7CContent&_=1565359792786
contains form parameters in the request body but the request body has been consumed
by the servlet or a servlet filter accessing the request parameters. Only resource
methods using @FormParam will work as expected. Resource methods consuming the
request body by other means will not work as expected.
2019-08-09 14:09:54.636 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/00000000-0000-0000-0000-000000900001?
_=1565359792788 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:09:54.639 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/00000000-0000-0000-0000-000000900001?
_=1565359792787 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:09:54.923 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/00000000-0000-0000-0000-000000110002?
_=1565359792789 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:09:54.928 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/438741d6-6c1c-479c-93a2-0ccf5a60d39e?
_=1565359792790 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:09:54.928 [ajp-nio-0.0.0.0-8009-exec-31] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/8d27f448-bb2e-4c25-8a4a-25f36c2cf55f?
_=1565359792791 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:09:54.931 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/3ca22dd2-92f1-43cd-8e81-6048067257e4?
_=1565359792792 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:09:54.935 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/00000000-0000-0000-0000-000000110003?
_=1565359792794 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:09:54.936 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/74ee1822-b46c-4717-ae99-5501f0a6e596?
_=1565359792793 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:10:19.650 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792795 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:10:32.277 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:10:32.943 [ajp-nio-0.0.0.0-8009-exec-31] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792796 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:11:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:12:32.330 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:12:47.611 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='11d450c5-
6d59-40ec-a2e5-48e7646dbec5', name='Export to "Glasswars physical data.xlsx".',
user='51e1701c-f24c-4a00-8748-f6ce727e477c', state=RUNNING} done.
2019-08-09 14:12:47.612 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='11d450c5-6d59-40ec-a2e5-48e7646dbec5', name='Export to "Glasswars
physical data.xlsx".', user='51e1701c-f24c-4a00-8748-f6ce727e477c', state=RUNNING}.
2019-08-09 14:12:47.612 [Output view job thread] INFO
c.c.d.c.io.job.OutputViewJobRunner - Parsing configuration
2019-08-09 14:12:47.622 [Output view job thread] INFO
c.c.d.c.io.job.OutputViewJobRunner - Parsing configuration took: 10ms
2019-08-09 14:12:47.622 [Output view job thread] INFO
c.c.d.c.io.job.OutputViewJobRunner - Executing viewconfig and querying data
2019-08-09 14:12:47.945 [Output view job thread] INFO
c.c.d.c.io.job.OutputViewJobRunner - Executing viewconfig and exporting data took:
323ms
2019-08-09 14:12:47.945 [Output view job thread] INFO
c.c.d.c.io.job.OutputViewJobRunner - Job run finished
2019-08-09 14:12:47.945 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='11d450c5-6d59-40ec-a2e5-
48e7646dbec5', name='Export to "Glasswars physical data.xlsx".', user='51e1701c-
f24c-4a00-8748-f6ce727e477c', state=RUNNING} done.
2019-08-09 14:12:47.945 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='11d450c5-6d59-40ec-a2e5-48e7646dbec5', name='Export to "Glasswars
physical data.xlsx".', user='51e1701c-f24c-4a00-8748-f6ce727e477c', state=RUNNING}
done.
2019-08-09 14:12:47.947 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='11d450c5-6d59-40ec-a2e5-48e7646dbec5', name='Export to
"Glasswars physical data.xlsx".', user='51e1701c-f24c-4a00-8748-f6ce727e477c',
state=RUNNING}.
2019-08-09 14:12:47.947 [Output view job thread] INFO
c.c.d.c.io.job.OutputViewJobRunner - Post processing
2019-08-09 14:12:47.947 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='11d450c5-6d59-40ec-a2e5-
48e7646dbec5', name='Export to "Glasswars physical data.xlsx".', user='51e1701c-
f24c-4a00-8748-f6ce727e477c', state=RUNNING} completed:
'{"type":"REPORT","id":"7ade4e9c-c492-4112-bf8f-7563ef40a8e0","fileName":"Glasswars
physical data.xlsx","mimeType":"application\/vnd.openxmlformats-
officedocument.spreadsheetml.sheet","location":"uploads"}'.
2019-08-09 14:12:47.948 [Output view job thread] INFO
c.c.d.c.io.job.OutputViewJobRunner - Post processing took: 1ms
2019-08-09 14:12:47.948 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='11d450c5-
6d59-40ec-a2e5-48e7646dbec5', name='Export to "Glasswars physical data.xlsx".',
user='51e1701c-f24c-4a00-8748-f6ce727e477c', state=RUNNING} done.
2019-08-09 14:12:47.950 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='11d450c5-6d59-40ec-a2e5-
48e7646dbec5', name='Export to "Glasswars physical data.xlsx".', user='51e1701c-
f24c-4a00-8748-f6ce727e477c', state=COMPLETED} saved to the database.
2019-08-09 14:12:47.950 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='11d450c5-6d59-40ec-a2e5-
48e7646dbec5', name='Export to "Glasswars physical data.xlsx".', user='51e1701c-
f24c-4a00-8748-f6ce727e477c', state=COMPLETED} finished in 339ms.
2019-08-09 14:12:51.203 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792797 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:13:31.149 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792798 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:13:32.322 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:13:40.306 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792799 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:14:14.790 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792800 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:14:32.319 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:15:00.006 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <32> statistics for statistic <active-users>
2019-08-09 14:15:00.007 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <32> statistics
2019-08-09 14:15:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:16:32.320 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:17:18.891 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792801 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:17:28.484 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792802 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:17:32.357 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:18:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:19:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:20:11.010 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792803 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:20:32.369 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:21:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:22:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:23:32.359 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:24:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:24:43.353 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565359792804 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:25:32.131 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:26:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:27:32.198 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:28:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:29:32.364 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:29:54.645 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783684 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:30:00.007 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <32> statistics for statistic <active-users>
2019-08-09 14:30:00.010 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <32> statistics
2019-08-09 14:30:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:31:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:32:19.243 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783685 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:32:20.589 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCRealm] successful.
2019-08-09 14:32:20.589 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCLdapRealm] failed.
2019-08-09 14:32:20.605 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 2
2019-08-09 14:32:20.608 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.s.a.UserAuthenticationListener - User logged in:
AuthenticationEvent{userName='connect_user', sessionId='4195cd31-487a-4096-9cc7-
ad0e0b01a4d5', timeout=1800000, licenseType=AUTHOR,
productPermissions='bsg,helpdesk,policymanager,datadictionary', action=LOGIN,
remoteHost='10.0.5.83', userAgent='Chrome', userAgentVersion='75.0.3770.100',
failureReason=null, timestamp=1565361140606}
2019-08-09 14:32:32.291 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:33:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:34:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:35:13.928 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783686 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:35:32.228 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:36:05.453 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/fa1b359a-0baa-49c7-9558-527d7e43d44e/workflows?
enabled=true&_=1565300783689 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 14:36:32.353 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:37:14.700 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783690 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:37:18.147 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783691 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:37:32.315 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:37:51.285 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783692 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:38:19.392 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783693 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:38:25.301 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783694 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:38:32.321 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:39:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:40:32.192 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:41:23.984 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783695 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:41:32.336 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:42:25.682 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783696 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:42:32.297 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:43:29.693 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/find?location=Dashboard%7CContent&_=1565361807630
contains form parameters in the request body but the request body has been consumed
by the servlet or a servlet filter accessing the request parameters. Only resource
methods using @FormParam will work as expected. Resource methods consuming the
request body by other means will not work as expected.
2019-08-09 14:43:29.696 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/00000000-0000-0000-0000-000000900001?
_=1565361807631 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:43:29.706 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/00000000-0000-0000-0000-000000900001?
_=1565361807632 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:43:29.973 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/00000000-0000-0000-0000-000000110002?
_=1565361807633 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:43:29.978 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/438741d6-6c1c-479c-93a2-0ccf5a60d39e?
_=1565361807634 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:43:29.985 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/8d27f448-bb2e-4c25-8a4a-25f36c2cf55f?
_=1565361807635 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:43:29.986 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/3ca22dd2-92f1-43cd-8e81-6048067257e4?
_=1565361807636 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:43:29.988 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/00000000-0000-0000-0000-000000110003?
_=1565361807638 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:43:29.991 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/74ee1822-b46c-4717-ae99-5501f0a6e596?
_=1565361807637 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:43:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:43:37.139 [ajp-nio-0.0.0.0-8009-exec-38] ERROR
c.c.d.s.s.CheckedElasticsearchRequestExecutor - Error while parsing search query:
2.) Please also confirm that the relation is included in the Characteristics page
for the Asset Type named "Data Set".*
2019-08-09 14:43:37.141 [ajp-nio-0.0.0.0-8009-exec-38] WARN
g.e.SimpleDataFetcherExceptionHandler - Exception while fetching data
(/api/currentUser/_topResults2RS9VC) :
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
com.collibra.common.api.exception.ApiIllegalArgumentException:
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:56)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:213)
at com.sun.proxy.$Proxy387.searchForTopResults(Unknown Source)
at
com.collibra.dgc.graphql.quick.search.query.QuickSearchForTopResultsDataFetcher.get
(QuickSearchForTopResultsDataFetcher.java:27)
at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:219)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:165)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:34)
at
graphql.execution.ExecutionStrategy.completeValue(ExecutionStrategy.java:368)
at
graphql.execution.ExecutionStrategy.completeField(ExecutionStrategy.java:304)
at
graphql.execution.ExecutionStrategy.lambda$resolveField$0(ExecutionStrategy.java:16
7)
at
java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at
java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:166)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.executeWithCache(CachingSim
pleExecutionStrategy.java:46)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:32)
at
graphql.execution.ExecutionStrategy.completeValue(ExecutionStrategy.java:368)
at
graphql.execution.ExecutionStrategy.completeField(ExecutionStrategy.java:304)
at
graphql.execution.ExecutionStrategy.lambda$resolveField$0(ExecutionStrategy.java:16
7)
at
java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at
java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:166)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:34)
at graphql.execution.Execution.executeOperation(Execution.java:154)
at graphql.execution.Execution.execute(Execution.java:98)
at graphql.GraphQL.execute(GraphQL.java:546)
at graphql.GraphQL.parseValidateAndExecute(GraphQL.java:488)
at graphql.GraphQL.executeAsync(GraphQL.java:463)
at graphql.GraphQL.execute(GraphQL.java:394)
at
com.collibra.common.ui.graphql.api.impl.GraphQLApiImpl.execute(GraphQLApiImpl.java:
50)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.getGraphQLExecutionResult(Graph
QLResource.java:131)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.execute(GraphQLResource.java:78
)
at sun.reflect.GeneratedMethodAccessor1104.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.l
ambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.r
un(AbstractJavaResourceMethodDispatcher.java:148)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.inv
oke(AbstractJavaResourceMethodDispatcher.java:191)
at
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$Typ
eOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:243)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dis
patch(AbstractJavaResourceMethodDispatcher.java:103)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoke
r.java:493)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:415)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289
)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at
org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at
com.collibra.dgc.web.rest.CollibraJerseyServletContainer.service(CollibraJerseyServ
letContainer.java:31)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.ThrottlingFilter.doFilter(ThrottlingFilter.java:92)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.LanguageFilter.doFilter(LanguageFilter.jav
a:34)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.InitializeRedirectFilter.doFilter(InitializeRedirectFil
ter.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.filter.LicenseFilter.doFilterInternal(LicenseFilter.java:51)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.XFrameOptionsFilter.doFilter(XFrameOptions
Filter.java:48)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.rest.filter.CSRFFilter.doFilterInternal(CSRFFilter.java:102)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.db.EnableSessionFiltersFilter.doFilterInternal(En
ableSessionFiltersFilter.java:44)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61
)
at
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66
)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.j
ava:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:36
5)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:3
87)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilt
er.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal
(OpenSessionInViewFilter.java:151)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodin
gFilter.java:38)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:4
93)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:
800)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.search.service.CheckedElasticsearchRequestExecutor.executeSearchRe
quest(CheckedElasticsearchRequestExecutor.java:56)
at
com.collibra.dgc.search.service.SearchServiceImpl.search(SearchServiceImpl.java:94)
at
com.collibra.dgc.search.service.SearchServiceImpl.search(SearchServiceImpl.java:85)
at
com.collibra.dgc.core.api.internal.component.search.InternalSearchApiImpl.searchFor
TopResults(InternalSearchApiImpl.java:252)
at sun.reflect.GeneratedMethodAccessor6134.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.aspect.ComponentCallLogAspect.logComponentCallInfo(ComponentC
allLogAspect.java:78)
at sun.reflect.GeneratedMethodAccessor764.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.executeJoinPoint(DGCTransa
ctionalAspect.java:209)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.access$200(DGCTransactiona
lAspect.java:60)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect$DGCTransactionCallback.doI
nTransaction(DGCTransactionalAspect.java:384)
at
com.collibra.dgc.core.cache.transaction.CacheSupportedTransactionTemplate.execute(C
acheSupportedTransactionTemplate.java:67)
at
com.collibra.dgc.core.exceptions.ExceptionResolvingWithCachingTransactionTemplate.e
xecute(ExceptionResolvingWithCachingTransactionTemplate.java:37)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.processDGCTransactionalAnn
otation(DGCTransactionalAspect.java:177)
at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:50)
... 147 common frames omitted
com.collibra.common.api.exception.ApiIllegalArgumentException:
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:56)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
Caused by: com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.search.service.CheckedElasticsearchRequestExecutor.executeSearchRe
quest(CheckedElasticsearchRequestExecutor.java:56)
at
com.collibra.dgc.search.service.SearchServiceImpl.search(SearchServiceImpl.java:94)
at
com.collibra.dgc.search.service.SearchServiceImpl.search(SearchServiceImpl.java:85)
at
com.collibra.dgc.core.api.internal.component.search.InternalSearchApiImpl.searchFor
TopResults(InternalSearchApiImpl.java:252)
at sun.reflect.GeneratedMethodAccessor6134.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
2019-08-09 14:43:37.215 [ajp-nio-0.0.0.0-8009-exec-38] ERROR
c.c.d.s.s.CheckedElasticsearchRequestExecutor - Error while parsing search query:
2.) Please also confirm that the relation is included in the Characteristics page
for the Asset Type named "Data Set".*
2019-08-09 14:43:37.219 [ajp-nio-0.0.0.0-8009-exec-38] WARN
g.e.SimpleDataFetcherExceptionHandler - Exception while fetching data
(/api/currentUser/_hitsForFilters2fqROn) :
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
com.collibra.common.api.exception.ApiIllegalArgumentException:
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:56)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:213)
at com.sun.proxy.$Proxy387.searchForFilterHits(Unknown Source)
at
com.collibra.dgc.graphql.quick.search.query.QuickSearchForFilterHitsDataFetcher.get
(QuickSearchForFilterHitsDataFetcher.java:23)
at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:219)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:165)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:34)
at
graphql.execution.ExecutionStrategy.completeValue(ExecutionStrategy.java:368)
at
graphql.execution.ExecutionStrategy.completeField(ExecutionStrategy.java:304)
at
graphql.execution.ExecutionStrategy.lambda$resolveField$0(ExecutionStrategy.java:16
7)
at
java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at
java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:166)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.executeWithCache(CachingSim
pleExecutionStrategy.java:46)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:32)
at
graphql.execution.ExecutionStrategy.completeValue(ExecutionStrategy.java:368)
at
graphql.execution.ExecutionStrategy.completeField(ExecutionStrategy.java:304)
at
graphql.execution.ExecutionStrategy.lambda$resolveField$0(ExecutionStrategy.java:16
7)
at
java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at
java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:166)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:34)
at graphql.execution.Execution.executeOperation(Execution.java:154)
at graphql.execution.Execution.execute(Execution.java:98)
at graphql.GraphQL.execute(GraphQL.java:546)
at graphql.GraphQL.parseValidateAndExecute(GraphQL.java:488)
at graphql.GraphQL.executeAsync(GraphQL.java:463)
at graphql.GraphQL.execute(GraphQL.java:394)
at
com.collibra.common.ui.graphql.api.impl.GraphQLApiImpl.execute(GraphQLApiImpl.java:
50)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.getGraphQLExecutionResult(Graph
QLResource.java:131)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.execute(GraphQLResource.java:78
)
at sun.reflect.GeneratedMethodAccessor1104.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.l
ambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.r
un(AbstractJavaResourceMethodDispatcher.java:148)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.inv
oke(AbstractJavaResourceMethodDispatcher.java:191)
at
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$Typ
eOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:243)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dis
patch(AbstractJavaResourceMethodDispatcher.java:103)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoke
r.java:493)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:415)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289
)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at
org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at
com.collibra.dgc.web.rest.CollibraJerseyServletContainer.service(CollibraJerseyServ
letContainer.java:31)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.ThrottlingFilter.doFilter(ThrottlingFilter.java:92)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.LanguageFilter.doFilter(LanguageFilter.jav
a:34)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.InitializeRedirectFilter.doFilter(InitializeRedirectFil
ter.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.filter.LicenseFilter.doFilterInternal(LicenseFilter.java:51)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.XFrameOptionsFilter.doFilter(XFrameOptions
Filter.java:48)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.rest.filter.CSRFFilter.doFilterInternal(CSRFFilter.java:102)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.db.EnableSessionFiltersFilter.doFilterInternal(En
ableSessionFiltersFilter.java:44)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61
)
at
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66
)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.j
ava:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:36
5)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:3
87)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilt
er.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal
(OpenSessionInViewFilter.java:151)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodin
gFilter.java:38)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:4
93)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:
800)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.search.service.CheckedElasticsearchRequestExecutor.executeSearchRe
quest(CheckedElasticsearchRequestExecutor.java:56)
at
com.collibra.dgc.search.service.SearchServiceImpl.searchForTotalHits(SearchServiceI
mpl.java:153)
at
com.collibra.dgc.core.service.search.impl.SearchViewsServiceImpl.searchForHits(Sear
chViewsServiceImpl.java:58)
at
com.collibra.dgc.core.service.search.impl.SearchViewsServiceImpl.searchForHits(Sear
chViewsServiceImpl.java:45)
at
com.collibra.dgc.core.api.internal.component.search.InternalSearchApiImpl.searchFor
FilterHits(InternalSearchApiImpl.java:230)
at sun.reflect.GeneratedMethodAccessor5900.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.aspect.ComponentCallLogAspect.logComponentCallInfo(ComponentC
allLogAspect.java:78)
at sun.reflect.GeneratedMethodAccessor764.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.executeJoinPoint(DGCTransa
ctionalAspect.java:209)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.access$200(DGCTransactiona
lAspect.java:60)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect$DGCTransactionCallback.doI
nTransaction(DGCTransactionalAspect.java:384)
at
com.collibra.dgc.core.cache.transaction.CacheSupportedTransactionTemplate.execute(C
acheSupportedTransactionTemplate.java:67)
at
com.collibra.dgc.core.exceptions.ExceptionResolvingWithCachingTransactionTemplate.e
xecute(ExceptionResolvingWithCachingTransactionTemplate.java:37)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.processDGCTransactionalAnn
otation(DGCTransactionalAspect.java:177)
at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:50)
... 147 common frames omitted
com.collibra.common.api.exception.ApiIllegalArgumentException:
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:56)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
Caused by: com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.search.service.CheckedElasticsearchRequestExecutor.executeSearchRe
quest(CheckedElasticsearchRequestExecutor.java:56)
at
com.collibra.dgc.search.service.SearchServiceImpl.searchForTotalHits(SearchServiceI
mpl.java:153)
at
com.collibra.dgc.core.service.search.impl.SearchViewsServiceImpl.searchForHits(Sear
chViewsServiceImpl.java:58)
at
com.collibra.dgc.core.service.search.impl.SearchViewsServiceImpl.searchForHits(Sear
chViewsServiceImpl.java:45)
at
com.collibra.dgc.core.api.internal.component.search.InternalSearchApiImpl.searchFor
FilterHits(InternalSearchApiImpl.java:230)
at sun.reflect.GeneratedMethodAccessor5900.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
2019-08-09 14:43:37.295 [ajp-nio-0.0.0.0-8009-exec-38] ERROR
c.c.d.s.s.CheckedElasticsearchRequestExecutor - Error while parsing search query:
2.) Please also confirm that the relation is included in the Characteristics page
for the Asset Type named "Data Set".*
2019-08-09 14:43:37.297 [ajp-nio-0.0.0.0-8009-exec-38] WARN
g.e.SimpleDataFetcherExceptionHandler - Exception while fetching data
(/api/currentUser/_hitsForCategories1tEsgP) :
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
com.collibra.common.api.exception.ApiIllegalArgumentException:
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:56)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:213)
at com.sun.proxy.$Proxy387.searchForCategoriesHits(Unknown Source)
at
com.collibra.dgc.graphql.quick.search.query.QuickSearchForCategoriesHitsDataFetcher
.get(QuickSearchForCategoriesHitsDataFetcher.java:19)
at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:219)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:165)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:34)
at
graphql.execution.ExecutionStrategy.completeValue(ExecutionStrategy.java:368)
at
graphql.execution.ExecutionStrategy.completeField(ExecutionStrategy.java:304)
at
graphql.execution.ExecutionStrategy.lambda$resolveField$0(ExecutionStrategy.java:16
7)
at
java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at
java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:166)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.executeWithCache(CachingSim
pleExecutionStrategy.java:46)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:32)
at
graphql.execution.ExecutionStrategy.completeValue(ExecutionStrategy.java:368)
at
graphql.execution.ExecutionStrategy.completeField(ExecutionStrategy.java:304)
at
graphql.execution.ExecutionStrategy.lambda$resolveField$0(ExecutionStrategy.java:16
7)
at
java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at
java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:166)
at
graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:55)
at
com.collibra.dgc.graphql.CachingSimpleExecutionStrategy.execute(CachingSimpleExecut
ionStrategy.java:34)
at graphql.execution.Execution.executeOperation(Execution.java:154)
at graphql.execution.Execution.execute(Execution.java:98)
at graphql.GraphQL.execute(GraphQL.java:546)
at graphql.GraphQL.parseValidateAndExecute(GraphQL.java:488)
at graphql.GraphQL.executeAsync(GraphQL.java:463)
at graphql.GraphQL.execute(GraphQL.java:394)
at
com.collibra.common.ui.graphql.api.impl.GraphQLApiImpl.execute(GraphQLApiImpl.java:
50)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.getGraphQLExecutionResult(Graph
QLResource.java:131)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.execute(GraphQLResource.java:78
)
at sun.reflect.GeneratedMethodAccessor1104.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.l
ambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.r
un(AbstractJavaResourceMethodDispatcher.java:148)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.inv
oke(AbstractJavaResourceMethodDispatcher.java:191)
at
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$Typ
eOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:243)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dis
patch(AbstractJavaResourceMethodDispatcher.java:103)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoke
r.java:493)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:415)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289
)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at
org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at
com.collibra.dgc.web.rest.CollibraJerseyServletContainer.service(CollibraJerseyServ
letContainer.java:31)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.ThrottlingFilter.doFilter(ThrottlingFilter.java:92)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.LanguageFilter.doFilter(LanguageFilter.jav
a:34)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.InitializeRedirectFilter.doFilter(InitializeRedirectFil
ter.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.filter.LicenseFilter.doFilterInternal(LicenseFilter.java:51)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.XFrameOptionsFilter.doFilter(XFrameOptions
Filter.java:48)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.rest.filter.CSRFFilter.doFilterInternal(CSRFFilter.java:102)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.db.EnableSessionFiltersFilter.doFilterInternal(En
ableSessionFiltersFilter.java:44)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61
)
at
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66
)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.j
ava:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:36
5)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:3
87)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilt
er.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal
(OpenSessionInViewFilter.java:151)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodin
gFilter.java:38)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:4
93)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:
800)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.search.service.CheckedElasticsearchRequestExecutor.executeSearchRe
quest(CheckedElasticsearchRequestExecutor.java:56)
at
com.collibra.dgc.search.service.SearchServiceImpl.searchForHitsByCategory(SearchSer
viceImpl.java:181)
at
com.collibra.dgc.core.api.internal.component.search.InternalSearchApiImpl.searchFor
CategoriesHits(InternalSearchApiImpl.java:177)
at sun.reflect.GeneratedMethodAccessor5901.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.aspect.ComponentCallLogAspect.logComponentCallInfo(ComponentC
allLogAspect.java:78)
at sun.reflect.GeneratedMethodAccessor764.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.executeJoinPoint(DGCTransa
ctionalAspect.java:209)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.access$200(DGCTransactiona
lAspect.java:60)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect$DGCTransactionCallback.doI
nTransaction(DGCTransactionalAspect.java:384)
at
com.collibra.dgc.core.cache.transaction.CacheSupportedTransactionTemplate.execute(C
acheSupportedTransactionTemplate.java:67)
at
com.collibra.dgc.core.exceptions.ExceptionResolvingWithCachingTransactionTemplate.e
xecute(ExceptionResolvingWithCachingTransactionTemplate.java:37)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.processDGCTransactionalAnn
otation(DGCTransactionalAspect.java:177)
at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:50)
... 147 common frames omitted
com.collibra.common.api.exception.ApiIllegalArgumentException:
com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:56)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
Caused by: com.collibra.common.exception.CollibraIllegalArgumentException:
searchQueryNotParseable
Params: [2.) Please also confirm that the relation is included in the
Characteristics page for the Asset Type named "Data Set".*]
at
com.collibra.dgc.search.service.CheckedElasticsearchRequestExecutor.executeSearchRe
quest(CheckedElasticsearchRequestExecutor.java:56)
at
com.collibra.dgc.search.service.SearchServiceImpl.searchForHitsByCategory(SearchSer
viceImpl.java:181)
at
com.collibra.dgc.core.api.internal.component.search.InternalSearchApiImpl.searchFor
CategoriesHits(InternalSearchApiImpl.java:177)
at sun.reflect.GeneratedMethodAccessor5901.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
2019-08-09 14:44:19.171 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565361807639 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:44:32.177 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:45:00.012 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <34> statistics for statistic <active-users>
2019-08-09 14:45:00.012 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <34> statistics
2019-08-09 14:45:32.230 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:45:33.296 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/4fde286d-605a-4e71-a167-d7ae6fe62c13/workflows?
enabled=true&_=1565361807642 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 14:46:32.173 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:47:32.176 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:48:32.376 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:48:39.891 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/4fde286d-605a-4e71-a167-d7ae6fe62c13/workflows?
enabled=true&_=1565361807645 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 14:49:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:49:49.344 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/4fde286d-605a-4e71-a167-d7ae6fe62c13/workflows?
enabled=true&_=1565361807648 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 14:50:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:51:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 554 metrics to datadog
2019-08-09 14:51:40.738 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 1
2019-08-09 14:51:40.738 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.s.a.UserAuthenticationListener - User has explicitly logged out:
AuthenticationEvent{userName='d_green', sessionId='8a845236-0ce0-45f5-b82c-
d73c5dcf9ae9', timeout=1800000, licenseType=AUTHOR, productPermissions='null',
action=LOGOUT, remoteHost='10.0.6.66', userAgent='null', userAgentVersion='null',
failureReason=null, timestamp=1565362300738}
2019-08-09 14:51:42.952 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [Admin] & realm
[DGCRealm] successful.
2019-08-09 14:51:42.952 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [Admin] & realm
[DGCLdapRealm] failed.
2019-08-09 14:51:42.965 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 2
2019-08-09 14:51:42.968 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.a.UserAuthenticationListener - User logged in:
AuthenticationEvent{userName='Admin', sessionId='a50b0973-cef4-4973-9bf6-
546c0937651d', timeout=1800000, licenseType=AUTHOR,
productPermissions='bsg,dsm,helpdesk,policymanager,datadictionary,admin',
action=LOGIN, remoteHost='10.0.6.66', userAgent='Chrome',
userAgentVersion='75.0.3770.142', failureReason=null, timestamp=1565362302966}
2019-08-09 14:51:44.741 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/find?location=Dashboard%7CContent&_=1565362303324
contains form parameters in the request body but the request body has been consumed
by the servlet or a servlet filter accessing the request parameters. Only resource
methods using @FormParam will work as expected. Resource methods consuming the
request body by other means will not work as expected.
2019-08-09 14:51:44.908 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/00000000-0000-0000-0000-000000110002?
_=1565362303325 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:51:44.910 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/438741d6-6c1c-479c-93a2-0ccf5a60d39e?
_=1565362303326 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:51:44.912 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/8d27f448-bb2e-4c25-8a4a-25f36c2cf55f?
_=1565362303327 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:51:44.917 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/3ca22dd2-92f1-43cd-8e81-6048067257e4?
_=1565362303328 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:51:44.919 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/74ee1822-b46c-4717-ae99-5501f0a6e596?
_=1565362303329 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:51:44.920 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/view/00000000-0000-0000-0000-000000110003?
_=1565362303330 contains form parameters in the request body but the request body
has been consumed by the servlet or a servlet filter accessing the request
parameters. Only resource methods using @FormParam will work as expected. Resource
methods consuming the request body by other means will not work as expected.
2019-08-09 14:52:32.329 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 14:53:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 14:54:19.490 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303331 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:54:22.947 [ajp-nio-0.0.0.0-8009-exec-42] ERROR
c.c.c.ui.server.render.PageRenderer - Error while rendering page '/asset/5c8508df-
dc5e-4ad0-8345-588b657c2411': null
java.lang.NullPointerException: null
at
com.collibra.common.ui.server.render.PageRenderer.renderLegacyPage(PageRenderer.jav
a:280)
at
com.collibra.common.ui.server.render.PageRenderer.doRenderPage(PageRenderer.java:18
9)
at
com.collibra.common.ui.server.render.PageRenderer.handlePageRendering(PageRenderer.
java:119)
at
com.collibra.dgc.web.mvc.MainUIController.handlePageRendering(MainUIController.java
:160)
at com.collibra.dgc.web.mvc.MainUIController$$FastClassBySpringCGLIB$
$805d8092.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoi
nt(CglibAopProxy.java:736)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:70)
at sun.reflect.GeneratedMethodAccessor1084.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept
(CglibAopProxy.java:671)
at com.collibra.dgc.web.mvc.MainUIController$$EnhancerBySpringCGLIB$
$4881ee9.handlePageRendering(<generated>)
at com.collibra.dgc.web.mvc.MainUIController$$FastClassBySpringCGLIB$
$805d8092.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoi
nt(CglibAopProxy.java:736)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(Delegat
ingIntroductionInterceptor.java:133)
at
org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(Delegating
IntroductionInterceptor.java:121)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept
(CglibAopProxy.java:671)
at com.collibra.dgc.web.mvc.MainUIController$$EnhancerBySpringCGLIB$
$1f5c0f20.handlePageRendering(<generated>)
at sun.reflect.GeneratedMethodAccessor1485.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHan
dlerMethod.java:205)
at
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(Invo
cableHandlerMethod.java:133)
at
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
at
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.
invokeHandlerMethod(RequestMappingHandlerAdapter.java:849)
at
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.
handleInternal(RequestMappingHandlerAdapter.java:760)
at
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(Abst
ractHandlerMethodAdapter.java:85)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java
:967)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:
901)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.ja
va:970)
at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:661)
at
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.LanguageFilter.doFilter(LanguageFilter.jav
a:34)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.InitializeRedirectFilter.doFilter(InitializeRedirectFil
ter.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.filter.LicenseFilter.doFilterInternal(LicenseFilter.java:51)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.db.EnableSessionFiltersFilter.doFilterInternal(En
ableSessionFiltersFilter.java:44)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61
)
at
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66
)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.j
ava:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:36
5)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:3
87)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilt
er.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal
(OpenSessionInViewFilter.java:151)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodin
gFilter.java:38)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:4
93)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:
800)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException: null
at
com.collibra.common.ui.server.render.PageRenderer.renderLegacyPage(PageRenderer.jav
a:280)
at
com.collibra.common.ui.server.render.PageRenderer.doRenderPage(PageRenderer.java:18
9)
at
com.collibra.common.ui.server.render.PageRenderer.handlePageRendering(PageRenderer.
java:119)
at
com.collibra.dgc.web.mvc.MainUIController.handlePageRendering(MainUIController.java
:160)
at com.collibra.dgc.web.mvc.MainUIController$$FastClassBySpringCGLIB$
$805d8092.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoi
nt(CglibAopProxy.java:736)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:70)
2019-08-09 14:54:32.329 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 14:55:32.394 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 14:56:32.338 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 14:57:28.148 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303333 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:57:28.148 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303332 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 14:57:32.360 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 14:58:32.329 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 14:59:32.243 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:00:00.010 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <29> statistics for statistic <active-users>
2019-08-09 15:00:00.011 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <29> statistics
2019-08-09 15:00:00.011 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <1> statistics for statistic <page-hit>
2019-08-09 15:00:00.014 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 15:00:00.233 [workflowExecutor-3] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 15:00:00.638 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303334 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:00:00.638 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303335 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:00:10.035 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <1> statistics
2019-08-09 15:00:32.301 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:01:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:02:09.910 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303336 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:02:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:03:32.296 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:04:32.199 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:05:09.141 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/c8202f66-6102-4cf7-8273-83afa344ec56/workflows?
enabled=true&_=1565362303339 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 15:05:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:06:32.368 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:07:32.327 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:08:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:09:32.215 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:10:32.282 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:11:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:12:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:13:09.066 [SessionValidationThread-1] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 1
2019-08-09 15:13:09.067 [SessionValidationThread-1] INFO
c.c.d.c.s.a.UserAuthenticationListener - User was implicitly logged out through
session timeout: AuthenticationEvent{userName='connect_user', sessionId='4195cd31-
487a-4096-9cc7-ad0e0b01a4d5', timeout=1800000, licenseType=AUTHOR,
productPermissions='null', action=SESSION_TIMEOUT, remoteHost='10.0.5.83',
userAgent='null', userAgentVersion='null', failureReason=null,
timestamp=1565363556703}
2019-08-09 15:13:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:14:13.546 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303340 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:14:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:15:00.007 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <24> statistics for statistic <active-users>
2019-08-09 15:15:00.007 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <24> statistics
2019-08-09 15:15:32.257 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:16:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:16:33.332 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303342 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:16:33.332 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303341 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:17:32.368 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:18:32.365 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:19:32.174 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:20:32.403 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:21:32.267 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:22:32.417 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:23:32.300 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:24:32.305 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:25:32.202 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:26:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:27:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:28:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:29:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:30:00.007 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <24> statistics for statistic <active-users>
2019-08-09 15:30:00.015 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <24> statistics
2019-08-09 15:30:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:31:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:32:32.177 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:33:32.313 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:33:37.519 [Timer-2] INFO
o.o.s.m.r.i.AbstractReloadingMetadataResolver - Metadata Resolver
FilesystemMetadataResolver metadataResolver: Next refresh cycle for metadata
provider '/collibra/collibra_data/dgc/security/saml.xml' will occur on '2019-08-
09T18:33:37.519Z' ('2019-08-09T18:33:37.519Z' local time)
2019-08-09 15:34:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:34:58.395 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783709 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:35:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:36:32.152 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:37:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:38:32.292 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:39:32.377 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:40:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:41:32.443 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:42:08.809 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565300783710 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:42:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:43:32.237 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:44:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:45:00.009 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <24> statistics for statistic <active-users>
2019-08-09 15:45:00.015 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <24> statistics
2019-08-09 15:45:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:46:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:47:04.261 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 0
2019-08-09 15:47:04.261 [ajp-nio-0.0.0.0-8009-exec-17] INFO
c.c.d.c.s.a.UserAuthenticationListener - User was implicitly logged out through
session timeout: AuthenticationEvent{userName='Admin', sessionId='a50b0973-cef4-
4973-9bf6-546c0937651d', timeout=1800000, licenseType=AUTHOR,
productPermissions='null', action=SESSION_TIMEOUT, remoteHost='10.0.6.66',
userAgent='Chrome', userAgentVersion='75.0.3770.142', failureReason=null,
timestamp=1565365616027}
2019-08-09 15:47:32.184 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:48:23.025 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303369 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 15:48:32.240 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:49:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:50:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:51:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:52:32.345 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:53:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:54:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:55:32.337 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:56:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:57:32.311 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:58:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 15:59:32.365 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:00:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 16:00:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 16:00:00.004 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <1> statistics for statistic <page-hit>
2019-08-09 16:00:00.008 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 16:00:00.048 [workflowExecutor-4] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 16:00:10.019 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <1> statistics
2019-08-09 16:00:32.409 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:01:32.195 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:02:32.285 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:03:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:04:32.259 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:05:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:06:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:07:32.364 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:08:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:09:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:10:32.344 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:11:32.205 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:12:32.343 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:13:32.191 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:14:32.312 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:15:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 16:15:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 16:15:32.368 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:16:32.309 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:17:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:18:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:19:32.201 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:20:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:21:32.362 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:22:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:23:32.237 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:24:32.286 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:25:32.224 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:26:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:27:32.293 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:28:32.361 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:29:33.836 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 16:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 16:30:32.362 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:31:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:32:32.196 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:33:32.217 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:34:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:35:32.301 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:36:32.292 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:37:32.219 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:38:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:39:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:40:32.149 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:41:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:42:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:43:32.175 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:44:32.336 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 16:45:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 16:45:32.199 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:46:32.274 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:47:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:48:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:49:32.306 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:50:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:51:32.258 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:52:32.295 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:53:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:54:32.237 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:55:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:56:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:57:32.331 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:58:32.181 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 16:59:32.266 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:00:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 17:00:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 17:00:00.002 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 17:00:00.007 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 17:00:00.826 [workflowExecutor-2] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 17:00:32.266 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:01:32.247 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:02:32.292 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:03:32.203 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:04:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:05:32.226 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:06:32.196 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:07:32.232 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:08:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:09:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:10:32.398 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:11:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:12:32.244 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:13:32.326 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:14:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 17:15:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 17:15:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:16:32.192 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:17:32.299 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:18:32.302 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:19:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:20:32.328 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:21:32.316 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:22:32.300 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:23:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:24:32.305 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:25:32.176 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:26:32.231 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:27:32.315 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:28:32.383 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:29:32.282 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:30:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 17:30:00.001 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 17:30:32.309 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:31:32.398 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:32:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:33:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:34:32.308 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:35:32.312 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:36:32.341 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:37:32.278 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:38:32.208 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:39:32.279 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:40:32.357 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:41:32.352 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:42:32.175 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:43:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:44:32.376 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:45:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 17:45:00.002 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 17:45:32.309 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:46:32.284 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:47:32.177 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:48:32.304 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:49:32.303 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:50:32.271 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:51:32.406 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:52:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:53:32.180 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:54:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:55:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:56:32.214 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:57:32.273 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:58:32.225 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 17:59:32.374 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:00:00.000 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 18:00:00.000 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 18:00:00.003 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <page-hit>
2019-08-09 18:00:00.008 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 18:00:00.620 [workflowExecutor-5] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 18:00:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:01:32.245 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:02:32.188 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:03:32.282 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:04:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:05:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:06:32.337 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:07:32.378 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:08:32.479 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:09:32.185 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:10:32.265 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:11:32.452 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:12:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:13:32.413 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:14:32.275 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:15:00.001 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <11> statistics for statistic <active-users>
2019-08-09 18:15:00.005 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <11> statistics
2019-08-09 18:15:32.263 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:16:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:17:32.239 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:18:32.258 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:19:32.179 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:20:32.250 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:20:38.236 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476146 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:20:43.050 [ajp-nio-0.0.0.0-8009-exec-38] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCRealm] successful.
2019-08-09 18:20:43.050 [ajp-nio-0.0.0.0-8009-exec-38] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCLdapRealm] failed.
2019-08-09 18:20:43.065 [ajp-nio-0.0.0.0-8009-exec-38] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 1
2019-08-09 18:20:43.068 [ajp-nio-0.0.0.0-8009-exec-38] INFO
c.c.d.c.s.a.UserAuthenticationListener - User logged in:
AuthenticationEvent{userName='connect_user', sessionId='d32480b6-bc9b-46b8-a239-
89fc0b7acff9', timeout=1800000, licenseType=AUTHOR,
productPermissions='bsg,helpdesk,policymanager,datadictionary', action=LOGIN,
remoteHost='10.0.6.66', userAgent='Chrome', userAgentVersion='75.0.3770.100',
failureReason=null, timestamp=1565374843066}
2019-08-09 18:20:49.439 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565288798769 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:20:51.042 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 0
2019-08-09 18:20:51.042 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.a.UserAuthenticationListener - User has explicitly logged out:
AuthenticationEvent{userName='connect_user', sessionId='d32480b6-bc9b-46b8-a239-
89fc0b7acff9', timeout=1800000, licenseType=AUTHOR, productPermissions='null',
action=LOGOUT, remoteHost='10.0.6.66', userAgent='null', userAgentVersion='null',
failureReason=null, timestamp=1565374851042}
2019-08-09 18:20:51.068 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCRealm] successful.
2019-08-09 18:20:51.068 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCLdapRealm] failed.
2019-08-09 18:20:51.078 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 1
2019-08-09 18:20:51.080 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.a.UserAuthenticationListener - User logged in:
AuthenticationEvent{userName='connect_user', sessionId='16158cab-8d15-4125-a24b-
f60267d43b81', timeout=1800000, licenseType=AUTHOR,
productPermissions='bsg,helpdesk,policymanager,datadictionary', action=LOGIN,
remoteHost='10.0.6.66', userAgent='Chrome', userAgentVersion='75.0.3770.100',
failureReason=null, timestamp=1565374851079}
2019-08-09 18:21:02.727 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476147 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:21:03.735 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855147 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:21:06.804 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855148 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:21:32.223 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:22:08.899 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476148 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:22:23.920 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/4fde286d-605a-4e71-a167-d7ae6fe62c13/workflows?
enabled=true&_=1565281476151 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 18:22:32.254 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:23:32.299 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:23:57.124 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476152 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:24:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:25:32.277 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:26:32.285 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:27:32.357 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:28:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:29:32.327 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:30:00.008 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <22> statistics for statistic <active-users>
2019-08-09 18:30:00.010 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <22> statistics
2019-08-09 18:30:32.337 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:31:32.279 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:31:35.861 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476153 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:31:36.900 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855149 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:31:38.558 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476154 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:32:32.226 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:33:32.280 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:33:37.519 [Timer-2] INFO
o.o.s.m.r.i.AbstractReloadingMetadataResolver - Metadata Resolver
FilesystemMetadataResolver metadataResolver: Next refresh cycle for metadata
provider '/collibra/collibra_data/dgc/security/saml.xml' will occur on '2019-08-
09T21:33:37.519Z' ('2019-08-09T21:33:37.519Z' local time)
2019-08-09 18:34:17.062 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855150 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:34:19.852 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476155 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:34:32.229 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:34:51.804 [ajp-nio-0.0.0.0-8009-exec-38] ERROR
c.c.d.c.s.a.AuthorizationHelper - User 123019e9-765d-4d26-8aa3-a2e805c8960b has no
vocabulary_edit permission on vocabulary Calliber physical data
2019-08-09 18:34:51.804 [ajp-nio-0.0.0.0-8009-exec-38] ERROR
c.c.d.c.a.c.instance.DomainApi - Error in api component call 'public abstract
com.collibra.dgc.core.api.model.instance.Domain
com.collibra.dgc.core.api.component.instance.DomainApi.changeDomain(com.collibra.dg
c.core.api.dto.instance.domain.ChangeDomainRequest)' errorCode
'resourceNoPermission'.
com.collibra.common.exception.AuthorizationException: resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.security.authorization.AuthorizationHelper.checkAuthorization
(AuthorizationHelper.java:156)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabulary(Vocabu
laryServiceImpl.java:325)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.lambda$authorizeVocabulari
es$7(VocabularyServiceImpl.java:321)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1556)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabularies(Voca
bularyServiceImpl.java:321)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.changeVocabularies(Vocabul
aryServiceImpl.java:295)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.changeVocabulary(Vocabular
yServiceImpl.java:286)
at
com.collibra.dgc.core.api.component.instance.DomainApiImpl.changeDomain(DomainApiIm
pl.java:168)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.aspect.ComponentCallLogAspect.logComponentCallInfo(ComponentC
allLogAspect.java:78)
at sun.reflect.GeneratedMethodAccessor764.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(Meth
odBeforeAdviceInterceptor.java:56)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.executeJoinPoint(DGCTransa
ctionalAspect.java:209)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.access$200(DGCTransactiona
lAspect.java:60)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect$DGCTransactionCallback.doI
nTransaction(DGCTransactionalAspect.java:384)
at
com.collibra.dgc.core.cache.transaction.CacheSupportedTransactionTemplate.execute(C
acheSupportedTransactionTemplate.java:67)
at
com.collibra.dgc.core.exceptions.ExceptionResolvingWithCachingTransactionTemplate.e
xecute(ExceptionResolvingWithCachingTransactionTemplate.java:37)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.processDGCTransactionalAnn
otation(DGCTransactionalAspect.java:177)
at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrow
ingAdvice.java:62)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:50)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:213)
at com.sun.proxy.$Proxy246.changeDomain(Unknown Source)
at
com.collibra.dgc.graphql.instance.domain.mutation.ChangeDomainDataFetcher.get(Chang
eDomainDataFetcher.java:23)
at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:219)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:165)
at
graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$1(AsyncSerialExecutio
nStrategy.java:45)
at graphql.execution.Async.eachSequentiallyImpl(Async.java:72)
at graphql.execution.Async.eachSequentially(Async.java:62)
at
graphql.execution.AsyncSerialExecutionStrategy.execute(AsyncSerialExecutionStrategy
.java:40)
at graphql.execution.Execution.executeOperation(Execution.java:154)
at graphql.execution.Execution.execute(Execution.java:98)
at graphql.GraphQL.execute(GraphQL.java:546)
at graphql.GraphQL.parseValidateAndExecute(GraphQL.java:488)
at graphql.GraphQL.executeAsync(GraphQL.java:463)
at graphql.GraphQL.execute(GraphQL.java:394)
at
com.collibra.common.ui.graphql.api.impl.GraphQLApiImpl.execute(GraphQLApiImpl.java:
50)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.getGraphQLExecutionResult(Graph
QLResource.java:131)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.execute(GraphQLResource.java:78
)
at sun.reflect.GeneratedMethodAccessor1104.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.l
ambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.r
un(AbstractJavaResourceMethodDispatcher.java:148)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.inv
oke(AbstractJavaResourceMethodDispatcher.java:191)
at
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$Typ
eOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:243)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dis
patch(AbstractJavaResourceMethodDispatcher.java:103)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoke
r.java:493)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:415)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289
)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at
org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at
com.collibra.dgc.web.rest.CollibraJerseyServletContainer.service(CollibraJerseyServ
letContainer.java:31)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.ThrottlingFilter.doFilter(ThrottlingFilter.java:92)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.LanguageFilter.doFilter(LanguageFilter.jav
a:34)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.InitializeRedirectFilter.doFilter(InitializeRedirectFil
ter.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.filter.LicenseFilter.doFilterInternal(LicenseFilter.java:51)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.XFrameOptionsFilter.doFilter(XFrameOptions
Filter.java:48)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.rest.filter.CSRFFilter.doFilterInternal(CSRFFilter.java:102)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.db.EnableSessionFiltersFilter.doFilterInternal(En
ableSessionFiltersFilter.java:44)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61
)
at
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66
)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.j
ava:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:36
5)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:3
87)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilt
er.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal
(OpenSessionInViewFilter.java:151)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodin
gFilter.java:38)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:4
93)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:
800)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
com.collibra.common.exception.AuthorizationException: resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.security.authorization.AuthorizationHelper.checkAuthorization
(AuthorizationHelper.java:156)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabulary(Vocabu
laryServiceImpl.java:325)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.lambda$authorizeVocabulari
es$7(VocabularyServiceImpl.java:321)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1556)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
2019-08-09 18:34:51.805 [ajp-nio-0.0.0.0-8009-exec-38] WARN
g.e.SimpleDataFetcherExceptionHandler - Exception while fetching data
(/changeDomain) : com.collibra.common.exception.AuthorizationException:
resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
com.collibra.common.api.exception.ApiAuthorizationException:
com.collibra.common.exception.AuthorizationException: resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:60)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:213)
at com.sun.proxy.$Proxy246.changeDomain(Unknown Source)
at
com.collibra.dgc.graphql.instance.domain.mutation.ChangeDomainDataFetcher.get(Chang
eDomainDataFetcher.java:23)
at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:219)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:165)
at
graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$1(AsyncSerialExecutio
nStrategy.java:45)
at graphql.execution.Async.eachSequentiallyImpl(Async.java:72)
at graphql.execution.Async.eachSequentially(Async.java:62)
at
graphql.execution.AsyncSerialExecutionStrategy.execute(AsyncSerialExecutionStrategy
.java:40)
at graphql.execution.Execution.executeOperation(Execution.java:154)
at graphql.execution.Execution.execute(Execution.java:98)
at graphql.GraphQL.execute(GraphQL.java:546)
at graphql.GraphQL.parseValidateAndExecute(GraphQL.java:488)
at graphql.GraphQL.executeAsync(GraphQL.java:463)
at graphql.GraphQL.execute(GraphQL.java:394)
at
com.collibra.common.ui.graphql.api.impl.GraphQLApiImpl.execute(GraphQLApiImpl.java:
50)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.getGraphQLExecutionResult(Graph
QLResource.java:131)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.execute(GraphQLResource.java:78
)
at sun.reflect.GeneratedMethodAccessor1104.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.l
ambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.r
un(AbstractJavaResourceMethodDispatcher.java:148)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.inv
oke(AbstractJavaResourceMethodDispatcher.java:191)
at
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$Typ
eOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:243)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dis
patch(AbstractJavaResourceMethodDispatcher.java:103)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoke
r.java:493)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:415)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289
)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at
org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at
com.collibra.dgc.web.rest.CollibraJerseyServletContainer.service(CollibraJerseyServ
letContainer.java:31)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.ThrottlingFilter.doFilter(ThrottlingFilter.java:92)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.LanguageFilter.doFilter(LanguageFilter.jav
a:34)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.InitializeRedirectFilter.doFilter(InitializeRedirectFil
ter.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.filter.LicenseFilter.doFilterInternal(LicenseFilter.java:51)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.XFrameOptionsFilter.doFilter(XFrameOptions
Filter.java:48)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.rest.filter.CSRFFilter.doFilterInternal(CSRFFilter.java:102)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.db.EnableSessionFiltersFilter.doFilterInternal(En
ableSessionFiltersFilter.java:44)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61
)
at
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66
)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.j
ava:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:36
5)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:3
87)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilt
er.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal
(OpenSessionInViewFilter.java:151)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodin
gFilter.java:38)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:4
93)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:
800)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.collibra.common.exception.AuthorizationException:
resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.security.authorization.AuthorizationHelper.checkAuthorization
(AuthorizationHelper.java:156)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabulary(Vocabu
laryServiceImpl.java:325)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.lambda$authorizeVocabulari
es$7(VocabularyServiceImpl.java:321)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1556)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabularies(Voca
bularyServiceImpl.java:321)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.changeVocabularies(Vocabul
aryServiceImpl.java:295)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.changeVocabulary(Vocabular
yServiceImpl.java:286)
at
com.collibra.dgc.core.api.component.instance.DomainApiImpl.changeDomain(DomainApiIm
pl.java:168)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.aspect.ComponentCallLogAspect.logComponentCallInfo(ComponentC
allLogAspect.java:78)
at sun.reflect.GeneratedMethodAccessor764.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(Meth
odBeforeAdviceInterceptor.java:56)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.executeJoinPoint(DGCTransa
ctionalAspect.java:209)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.access$200(DGCTransactiona
lAspect.java:60)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect$DGCTransactionCallback.doI
nTransaction(DGCTransactionalAspect.java:384)
at
com.collibra.dgc.core.cache.transaction.CacheSupportedTransactionTemplate.execute(C
acheSupportedTransactionTemplate.java:67)
at
com.collibra.dgc.core.exceptions.ExceptionResolvingWithCachingTransactionTemplate.e
xecute(ExceptionResolvingWithCachingTransactionTemplate.java:37)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.processDGCTransactionalAnn
otation(DGCTransactionalAspect.java:177)
at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrow
ingAdvice.java:62)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:50)
... 132 common frames omitted
com.collibra.common.api.exception.ApiAuthorizationException:
com.collibra.common.exception.AuthorizationException: resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:60)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
Caused by: com.collibra.common.exception.AuthorizationException:
resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.security.authorization.AuthorizationHelper.checkAuthorization
(AuthorizationHelper.java:156)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabulary(Vocabu
laryServiceImpl.java:325)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.lambda$authorizeVocabulari
es$7(VocabularyServiceImpl.java:321)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1556)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
2019-08-09 18:35:08.880 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476156 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:35:14.375 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476157 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:35:32.255 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:36:32.262 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:37:32.294 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:37:46.003 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476158 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:38:19.125 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476159 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:38:32.309 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:39:24.736 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476160 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:39:32.242 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:39:35.056 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/5258a555-6b6e-41a6-b694-b06742a65558/workflows?
enabled=true&_=1565281476163 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 18:39:43.409 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855151 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:39:51.208 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476164 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:40:24.867 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855152 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:40:25.411 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476165 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:40:32.215 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:40:36.679 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476166 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:40:37.228 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855153 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:40:38.426 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476167 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:40:39.139 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855154 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:41:24.947 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476168 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:41:32.215 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:42:32.238 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:43:32.220 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:44:32.307 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:45:00.006 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <22> statistics for statistic <active-users>
2019-08-09 18:45:00.006 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <22> statistics
2019-08-09 18:45:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:46:32.324 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:47:32.384 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:48:32.305 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:49:29.083 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476169 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:49:32.241 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:49:55.432 [ajp-nio-0.0.0.0-8009-exec-41] ERROR
c.c.d.c.s.a.AuthorizationHelper - User 123019e9-765d-4d26-8aa3-a2e805c8960b has no
vocabulary_edit permission on vocabulary Calliber physical data
2019-08-09 18:49:55.433 [ajp-nio-0.0.0.0-8009-exec-41] ERROR
c.c.d.c.a.c.instance.DomainApi - Error in api component call 'public abstract
com.collibra.dgc.core.api.model.instance.Domain
com.collibra.dgc.core.api.component.instance.DomainApi.changeDomain(com.collibra.dg
c.core.api.dto.instance.domain.ChangeDomainRequest)' errorCode
'resourceNoPermission'.
com.collibra.common.exception.AuthorizationException: resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.security.authorization.AuthorizationHelper.checkAuthorization
(AuthorizationHelper.java:156)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabulary(Vocabu
laryServiceImpl.java:325)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.lambda$authorizeVocabulari
es$7(VocabularyServiceImpl.java:321)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1556)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabularies(Voca
bularyServiceImpl.java:321)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.changeVocabularies(Vocabul
aryServiceImpl.java:295)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.changeVocabulary(Vocabular
yServiceImpl.java:286)
at
com.collibra.dgc.core.api.component.instance.DomainApiImpl.changeDomain(DomainApiIm
pl.java:168)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.aspect.ComponentCallLogAspect.logComponentCallInfo(ComponentC
allLogAspect.java:78)
at sun.reflect.GeneratedMethodAccessor764.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(Meth
odBeforeAdviceInterceptor.java:56)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.executeJoinPoint(DGCTransa
ctionalAspect.java:209)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.access$200(DGCTransactiona
lAspect.java:60)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect$DGCTransactionCallback.doI
nTransaction(DGCTransactionalAspect.java:384)
at
com.collibra.dgc.core.cache.transaction.CacheSupportedTransactionTemplate.execute(C
acheSupportedTransactionTemplate.java:67)
at
com.collibra.dgc.core.exceptions.ExceptionResolvingWithCachingTransactionTemplate.e
xecute(ExceptionResolvingWithCachingTransactionTemplate.java:37)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.processDGCTransactionalAnn
otation(DGCTransactionalAspect.java:177)
at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrow
ingAdvice.java:62)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:50)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:213)
at com.sun.proxy.$Proxy246.changeDomain(Unknown Source)
at
com.collibra.dgc.graphql.instance.domain.mutation.ChangeDomainDataFetcher.get(Chang
eDomainDataFetcher.java:23)
at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:219)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:165)
at
graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$1(AsyncSerialExecutio
nStrategy.java:45)
at graphql.execution.Async.eachSequentiallyImpl(Async.java:72)
at graphql.execution.Async.eachSequentially(Async.java:62)
at
graphql.execution.AsyncSerialExecutionStrategy.execute(AsyncSerialExecutionStrategy
.java:40)
at graphql.execution.Execution.executeOperation(Execution.java:154)
at graphql.execution.Execution.execute(Execution.java:98)
at graphql.GraphQL.execute(GraphQL.java:546)
at graphql.GraphQL.parseValidateAndExecute(GraphQL.java:488)
at graphql.GraphQL.executeAsync(GraphQL.java:463)
at graphql.GraphQL.execute(GraphQL.java:394)
at
com.collibra.common.ui.graphql.api.impl.GraphQLApiImpl.execute(GraphQLApiImpl.java:
50)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.getGraphQLExecutionResult(Graph
QLResource.java:131)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.execute(GraphQLResource.java:78
)
at sun.reflect.GeneratedMethodAccessor1104.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.l
ambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.r
un(AbstractJavaResourceMethodDispatcher.java:148)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.inv
oke(AbstractJavaResourceMethodDispatcher.java:191)
at
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$Typ
eOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:243)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dis
patch(AbstractJavaResourceMethodDispatcher.java:103)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoke
r.java:493)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:415)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289
)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at
org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at
com.collibra.dgc.web.rest.CollibraJerseyServletContainer.service(CollibraJerseyServ
letContainer.java:31)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.ThrottlingFilter.doFilter(ThrottlingFilter.java:92)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.LanguageFilter.doFilter(LanguageFilter.jav
a:34)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.InitializeRedirectFilter.doFilter(InitializeRedirectFil
ter.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.filter.LicenseFilter.doFilterInternal(LicenseFilter.java:51)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.XFrameOptionsFilter.doFilter(XFrameOptions
Filter.java:48)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.rest.filter.CSRFFilter.doFilterInternal(CSRFFilter.java:102)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.db.EnableSessionFiltersFilter.doFilterInternal(En
ableSessionFiltersFilter.java:44)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61
)
at
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66
)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.j
ava:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:36
5)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:3
87)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilt
er.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal
(OpenSessionInViewFilter.java:151)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodin
gFilter.java:38)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:4
93)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:
800)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
com.collibra.common.exception.AuthorizationException: resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.security.authorization.AuthorizationHelper.checkAuthorization
(AuthorizationHelper.java:156)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabulary(Vocabu
laryServiceImpl.java:325)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.lambda$authorizeVocabulari
es$7(VocabularyServiceImpl.java:321)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1556)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
2019-08-09 18:49:55.434 [ajp-nio-0.0.0.0-8009-exec-41] WARN
g.e.SimpleDataFetcherExceptionHandler - Exception while fetching data
(/changeDomain) : com.collibra.common.exception.AuthorizationException:
resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
com.collibra.common.api.exception.ApiAuthorizationException:
com.collibra.common.exception.AuthorizationException: resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:60)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:213)
at com.sun.proxy.$Proxy246.changeDomain(Unknown Source)
at
com.collibra.dgc.graphql.instance.domain.mutation.ChangeDomainDataFetcher.get(Chang
eDomainDataFetcher.java:23)
at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:219)
at
graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:165)
at
graphql.execution.AsyncSerialExecutionStrategy.lambda$execute$1(AsyncSerialExecutio
nStrategy.java:45)
at graphql.execution.Async.eachSequentiallyImpl(Async.java:72)
at graphql.execution.Async.eachSequentially(Async.java:62)
at
graphql.execution.AsyncSerialExecutionStrategy.execute(AsyncSerialExecutionStrategy
.java:40)
at graphql.execution.Execution.executeOperation(Execution.java:154)
at graphql.execution.Execution.execute(Execution.java:98)
at graphql.GraphQL.execute(GraphQL.java:546)
at graphql.GraphQL.parseValidateAndExecute(GraphQL.java:488)
at graphql.GraphQL.executeAsync(GraphQL.java:463)
at graphql.GraphQL.execute(GraphQL.java:394)
at
com.collibra.common.ui.graphql.api.impl.GraphQLApiImpl.execute(GraphQLApiImpl.java:
50)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.getGraphQLExecutionResult(Graph
QLResource.java:131)
at
com.collibra.common.ui.graphql.rest.GraphQLResource.execute(GraphQLResource.java:78
)
at sun.reflect.GeneratedMethodAccessor1104.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.l
ambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.r
un(AbstractJavaResourceMethodDispatcher.java:148)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.inv
oke(AbstractJavaResourceMethodDispatcher.java:191)
at
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$Typ
eOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:243)
at
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dis
patch(AbstractJavaResourceMethodDispatcher.java:103)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoke
r.java:493)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:415)
at
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker
.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289
)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at
org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at
com.collibra.dgc.web.rest.CollibraJerseyServletContainer.service(CollibraJerseyServ
letContainer.java:31)
at
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilt
er.java:55)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.ThrottlingFilter.doFilter(ThrottlingFilter.java:92)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.LanguageFilter.doFilter(LanguageFilter.jav
a:34)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.InitializeRedirectFilter.doFilter(InitializeRedirectFil
ter.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.filter.LicenseFilter.doFilterInternal(LicenseFilter.java:51)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.filter.XFrameOptionsFilter.doFilter(XFrameOptions
Filter.java:48)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.rest.filter.CSRFFilter.doFilterInternal(CSRFFilter.java:102)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.core.application.db.EnableSessionFiltersFilter.doFilterInternal(En
ableSessionFiltersFilter.java:44)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61
)
at
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66
)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.j
ava:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:36
5)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:3
87)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilt
er.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.jav
a:125)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilte
rProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy
.java:263)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal
(OpenSessionInViewFilter.java:151)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.j
ava:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
com.collibra.dgc.web.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodin
gFilter.java:38)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterC
hain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.jav
a:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:4
93)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:
800)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.collibra.common.exception.AuthorizationException:
resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.security.authorization.AuthorizationHelper.checkAuthorization
(AuthorizationHelper.java:156)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabulary(Vocabu
laryServiceImpl.java:325)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.lambda$authorizeVocabulari
es$7(VocabularyServiceImpl.java:321)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1556)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabularies(Voca
bularyServiceImpl.java:321)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.changeVocabularies(Vocabul
aryServiceImpl.java:295)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.changeVocabulary(Vocabular
yServiceImpl.java:286)
at
com.collibra.dgc.core.api.component.instance.DomainApiImpl.changeDomain(DomainApiIm
pl.java:168)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.ja
va:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(Reflec
tiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:157)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.aspect.ComponentCallLogAspect.logComponentCallInfo(ComponentC
allLogAspect.java:78)
at sun.reflect.GeneratedMethodAccessor764.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(Meth
odBeforeAdviceInterceptor.java:56)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.executeJoinPoint(DGCTransa
ctionalAspect.java:209)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.access$200(DGCTransactiona
lAspect.java:60)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect$DGCTransactionCallback.doI
nTransaction(DGCTransactionalAspect.java:384)
at
com.collibra.dgc.core.cache.transaction.CacheSupportedTransactionTemplate.execute(C
acheSupportedTransactionTemplate.java:67)
at
com.collibra.dgc.core.exceptions.ExceptionResolvingWithCachingTransactionTemplate.e
xecute(ExceptionResolvingWithCachingTransactionTemplate.java:37)
at
com.collibra.dgc.core.transaction.DGCTransactionalAspect.processDGCTransactionalAnn
otation(DGCTransactionalAspect.java:177)
at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrow
ingAdvice.java:62)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodI
nvocationProceedingJoinPoint.java:84)
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:50)
... 132 common frames omitted
com.collibra.common.api.exception.ApiAuthorizationException:
com.collibra.common.exception.AuthorizationException: resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.api.aspect.ApiExceptionHandlingAspect.mapExceptions(ApiExcept
ionHandlingAspect.java:60)
at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenAr
gs(AbstractAspectJAdvice.java:627)
at
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAs
pectJAdvice.java:616)
at
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java
:70)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:92)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:179)
Caused by: com.collibra.common.exception.AuthorizationException:
resourceNoPermission
Params: [Calliber physical data][14ee36f3-4e24-4cdc-a2c6-f36190014b14]
at
com.collibra.dgc.core.security.authorization.AuthorizationHelper.checkAuthorization
(AuthorizationHelper.java:156)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.authorizeVocabulary(Vocabu
laryServiceImpl.java:325)
at
com.collibra.dgc.core.service.impl.VocabularyServiceImpl.lambda$authorizeVocabulari
es$7(VocabularyServiceImpl.java:321)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1556)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
2019-08-09 18:50:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:51:27.271 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476171 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:51:32.248 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:52:32.346 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:53:02.952 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476174 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:53:32.252 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:54:32.311 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:55:32.313 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:56:16.948 [ajp-nio-0.0.0.0-8009-exec-41] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476178 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 18:56:32.266 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:56:59.772 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/c8202f66-6102-4cf7-8273-83afa344ec56/workflows?
enabled=true&_=1565281476182 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 18:57:32.228 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:58:32.323 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 18:59:32.286 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:00:00.008 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <22> statistics for statistic <active-users>
2019-08-09 19:00:00.010 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <22> statistics
2019-08-09 19:00:00.010 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <1> statistics for statistic <page-hit>
2019-08-09 19:00:00.014 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <0> statistics for statistic <task-count>
2019-08-09 19:00:00.477 [workflowExecutor-1] ERROR
c.c.d.c.api.component.LoggerApiImpl - Capture Scorecard Metrics : And error
occurred during last run, please check logs and reset 'Status' configuration
variable from 'ERROR' TO 'SCHEDULED'
2019-08-09 19:00:10.034 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <1> statistics
2019-08-09 19:00:32.225 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:01:13.594 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476187 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:01:26.152 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476188 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:01:29.545 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476189 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:01:32.354 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:02:08.432 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/5258a555-6b6e-41a6-b694-b06742a65558/workflows?
enabled=true&_=1565281476193 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 19:02:29.109 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565376692167 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:02:32.326 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:03:00.109 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476195 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:03:19.690 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/4fde286d-605a-4e71-a167-d7ae6fe62c13/workflows?
enabled=true&_=1565281476198 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 19:03:32.377 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:04:23.417 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855169 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:04:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:04:57.071 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855170 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:05:11.781 [ajp-nio-0.0.0.0-8009-exec-43] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476201 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:05:32.182 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:06:20.867 [ajp-nio-0.0.0.0-8009-exec-38] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCRealm] successful.
2019-08-09 19:06:20.867 [ajp-nio-0.0.0.0-8009-exec-38] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCLdapRealm] failed.
2019-08-09 19:06:20.881 [ajp-nio-0.0.0.0-8009-exec-38] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 1
2019-08-09 19:06:20.884 [ajp-nio-0.0.0.0-8009-exec-38] INFO
c.c.d.c.s.a.UserAuthenticationListener - User logged in:
AuthenticationEvent{userName='connect_user', sessionId='bef1215f-f2a6-4307-911d-
3006c56d223c', timeout=1800000, licenseType=AUTHOR,
productPermissions='bsg,helpdesk,policymanager,datadictionary', action=LOGIN,
remoteHost='10.0.6.66', userAgent='unknown', userAgentVersion='',
failureReason=null, timestamp=1565377580882}
2019-08-09 19:06:21.869 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='06153c50-
cf2d-44a6-b39d-e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:21.870 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='06153c50-cf2d-44a6-b39d-e5800ca7a0c3', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:21.870 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:06:21.947 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:06:21.947 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:06:21.947 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:06:21.947 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='06153c50-cf2d-44a6-b39d-e5800ca7a0c3', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:21.948 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='06153c50-cf2d-44a6-b39d-e5800ca7a0c3', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:21.948 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:06:21.950 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:06:21.950 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:06:21.952 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:06:21.952 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.082 s
2019-08-09 19:06:21.953 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Database":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031006"}},"PARENT":{"Test Technology Asset":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"eac48e76-b4f9-4938-ae77-9eda39ca174e"}}}}}'.
2019-08-09 19:06:21.954 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='06153c50-
cf2d-44a6-b39d-e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:21.954 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:06:21.956 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 6 ms
2019-08-09 19:06:21.958 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:06:21.958 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='06153c50-cf2d-44a6-b39d-
e5800ca7a0c3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 87ms.
2019-08-09 19:06:21.958 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 4ms.
2019-08-09 19:06:23.233 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='bdc430c2-
9ed0-4541-b53d-a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:23.233 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='bdc430c2-9ed0-4541-b53d-a5dcea5eb63b', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:23.234 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:06:23.297 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:06:23.297 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:06:23.297 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:06:23.297 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='bdc430c2-9ed0-4541-b53d-a5dcea5eb63b', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:23.298 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='bdc430c2-9ed0-4541-b53d-a5dcea5eb63b', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:23.298 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:06:23.300 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:06:23.300 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:06:23.302 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:06:23.302 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.068 s
2019-08-09 19:06:23.302 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Schema":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000400000002"}},"PARENT":{"Glasswars physical data":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"eeb83bd5-c385-40b9-8a1f-44af3307871a"}}}}}'.
2019-08-09 19:06:23.304 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='bdc430c2-
9ed0-4541-b53d-a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:23.305 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 5 ms
2019-08-09 19:06:23.305 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:06:23.307 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 2ms.
2019-08-09 19:06:23.307 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:06:23.307 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='bdc430c2-9ed0-4541-b53d-
a5dcea5eb63b', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 73ms.
2019-08-09 19:06:23.912 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565281476203 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:06:24.430 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='fb860e70-
90a0-4b87-9e54-e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:24.430 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='fb860e70-90a0-4b87-9e54-e098744b5cef', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:24.430 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:06:24.504 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:06:24.504 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:06:24.505 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:06:24.505 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='fb860e70-90a0-4b87-9e54-e098744b5cef', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:24.507 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='fb860e70-90a0-4b87-9e54-e098744b5cef', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:24.507 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:06:24.511 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:06:24.511 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:06:24.513 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:06:24.514 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.084 s
2019-08-09 19:06:24.514 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Data Set":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000400000001"}},"PARENT":{"Dataset":{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"e27f5365-
a0ed-4a6a-9f33-2691a14ebc09"}}}}}'.
2019-08-09 19:06:24.514 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='fb860e70-
90a0-4b87-9e54-e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:24.515 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:06:24.515 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 5 ms
2019-08-09 19:06:24.517 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:06:24.517 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='fb860e70-90a0-4b87-9e54-
e098744b5cef', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 86ms.
2019-08-09 19:06:24.517 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 2ms.
2019-08-09 19:06:24.518 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <12> statistics
2019-08-09 19:06:25.082 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='d8284a4e-
3e2e-45e6-9d38-f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:25.082 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='d8284a4e-3e2e-45e6-9d38-f4ff312ef578', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:25.082 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:06:25.164 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:06:25.164 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:06:25.164 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:06:25.164 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='d8284a4e-3e2e-45e6-9d38-f4ff312ef578', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:25.165 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-f4ff312ef578', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:25.165 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:06:25.171 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:06:25.172 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:06:25.173 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 5 ms
2019-08-09 19:06:25.173 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:06:25.174 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.092 s
2019-08-09 19:06:25.174 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Table":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031007"}},"PARENT":{"Glasswars physical data":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"eeb83bd5-c385-40b9-8a1f-44af3307871a"}}},"RE":
{"TYPE":{"is part of \/ contains":{"ADD":1,"UPDATE":0,"REMOVE":0,"ID":"c342ba99-
d04a-44a1-bcbe-8ced5dba36ac"}}}}}'.
2019-08-09 19:06:25.174 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='d8284a4e-
3e2e-45e6-9d38-f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:25.176 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:06:25.178 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:06:25.178 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='d8284a4e-3e2e-45e6-9d38-
f4ff312ef578', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 94ms.
2019-08-09 19:06:25.179 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 3ms.
2019-08-09 19:06:26.721 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='1f59dd37-
c0e1-4d57-92be-1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:26.721 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='1f59dd37-c0e1-4d57-92be-1690d73bed4c', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:26.721 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:06:26.928 [Output view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 22,
importing progress: 100.0.
2019-08-09 19:06:26.928 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:06:26.928 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:06:26.928 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='1f59dd37-c0e1-4d57-92be-1690d73bed4c', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:26.928 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='1f59dd37-c0e1-4d57-92be-1690d73bed4c', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:06:26.928 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:06:26.958 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:06:26.958 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:06:26.962 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:06:26.962 [Output view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.241 s
2019-08-09 19:06:26.962 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Column":
{"ADD":0,"UPDATE":23,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031008"}},"PARENT":{"Glasswars physical data":
{"ADD":0,"UPDATE":23,"REMOVE":0,"ID":"eeb83bd5-c385-40b9-8a1f-44af3307871a"}}}}}'.
2019-08-09 19:06:26.962 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='1f59dd37-
c0e1-4d57-92be-1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:06:26.965 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:06:26.968 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:06:26.968 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='1f59dd37-c0e1-4d57-92be-
1690d73bed4c', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 244ms.
2019-08-09 19:06:26.976 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 23 elements in batch
took 19 ms
2019-08-09 19:06:26.977 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 12ms.
2019-08-09 19:06:32.167 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:06:34.531 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <8> statistics
2019-08-09 19:06:58.927 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/4fde286d-605a-4e71-a167-d7ae6fe62c13/workflows?
enabled=true&_=1565377587053 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 19:07:32.375 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:08:32.327 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:09:32.198 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:09:46.041 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303370 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:10:03.618 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303371 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:10:03.743 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587054 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:10:06.462 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303372 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:10:06.615 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [Admin] & realm
[DGCRealm] successful.
2019-08-09 19:10:06.615 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [Admin] & realm
[DGCLdapRealm] failed.
2019-08-09 19:10:06.629 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 2
2019-08-09 19:10:06.631 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.a.UserAuthenticationListener - User logged in:
AuthenticationEvent{userName='Admin', sessionId='3e3883af-5aa8-4cb7-b322-
89d8820c6215', timeout=1800000, licenseType=AUTHOR,
productPermissions='bsg,dsm,helpdesk,policymanager,datadictionary,admin',
action=LOGIN, remoteHost='10.0.5.83', userAgent='Chrome',
userAgentVersion='75.0.3770.142', failureReason=null, timestamp=1565377806630}
2019-08-09 19:10:32.277 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 556 metrics to datadog
2019-08-09 19:11:32.296 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:12:32.012 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303373 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:12:32.316 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:12:46.487 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303374 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:13:06.298 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303375 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:13:32.372 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:14:30.468 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587055 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:14:32.279 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:14:41.538 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303376 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:15:00.010 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <29> statistics for statistic <active-users>
2019-08-09 19:15:00.010 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <29> statistics
2019-08-09 19:15:23.788 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587056 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:15:32.331 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:16:32.233 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:16:39.561 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='9a792a91-
e586-4e33-b5f7-3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:39.561 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='9a792a91-e586-4e33-b5f7-3d6cb1a149d3', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:16:39.561 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:16:39.637 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:16:39.638 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:16:39.638 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:16:39.638 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='9a792a91-e586-4e33-b5f7-3d6cb1a149d3', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:39.638 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='9a792a91-e586-4e33-b5f7-3d6cb1a149d3', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:16:39.638 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:16:39.640 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:16:39.641 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:16:39.643 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:16:39.643 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.082 s
2019-08-09 19:16:39.643 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Database":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031006"}},"PARENT":{"Test Technology Asset":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"eac48e76-b4f9-4938-ae77-9eda39ca174e"}}}}}'.
2019-08-09 19:16:39.643 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='9a792a91-
e586-4e33-b5f7-3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:39.644 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 4 ms
2019-08-09 19:16:39.645 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:16:39.649 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:16:39.649 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='9a792a91-e586-4e33-b5f7-
3d6cb1a149d3', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 86ms.
2019-08-09 19:16:39.650 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 5ms.
2019-08-09 19:16:40.046 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <4> statistics
2019-08-09 19:16:40.239 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='21e7bc6e-
e35c-4e83-9bf4-b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:40.239 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-b27ffc138acf', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:16:40.239 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:16:40.345 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:16:40.345 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:16:40.345 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:16:40.345 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-b27ffc138acf', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:40.349 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-b27ffc138acf', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:16:40.349 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:16:40.352 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:16:40.352 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:16:40.354 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:16:40.354 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.115 s
2019-08-09 19:16:40.355 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Schema":
{"ADD":1,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000400000002"}},"PARENT":{"Calliber physical data":
{"ADD":1,"UPDATE":0,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-f36190014b14"}}},"RE":
{"TYPE":{"implemented in \/ implements":
{"ADD":1,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-000000007005"}}}}}'.
2019-08-09 19:16:40.355 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='21e7bc6e-
e35c-4e83-9bf4-b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:40.356 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 4 ms
2019-08-09 19:16:40.356 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:16:40.357 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:16:40.357 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='21e7bc6e-e35c-4e83-9bf4-
b27ffc138acf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 118ms.
2019-08-09 19:16:40.358 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 2ms.
2019-08-09 19:16:42.385 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='8f111cc9-
38dc-4d9a-994f-04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:42.385 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='8f111cc9-38dc-4d9a-994f-04510c48efb6', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:16:42.385 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:16:42.466 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 2,
importing progress: 100.0.
2019-08-09 19:16:42.466 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:16:42.466 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:16:42.466 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='8f111cc9-38dc-4d9a-994f-04510c48efb6', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:42.466 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='8f111cc9-38dc-4d9a-994f-04510c48efb6', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:16:42.466 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:16:42.473 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:16:42.473 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:16:42.475 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:16:42.476 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.091 s
2019-08-09 19:16:42.476 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Data Set":
{"ADD":0,"UPDATE":3,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000400000001"}},"PARENT":{"Dataset":{"ADD":0,"UPDATE":3,"REMOVE":0,"ID":"e27f5365-
a0ed-4a6a-9f33-2691a14ebc09"}}}}}'.
2019-08-09 19:16:42.476 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='8f111cc9-
38dc-4d9a-994f-04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:42.477 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:16:42.478 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 3 elements in batch
took 6 ms
2019-08-09 19:16:42.479 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 2ms.
2019-08-09 19:16:42.480 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:16:42.480 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='8f111cc9-38dc-4d9a-994f-
04510c48efb6', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 93ms.
2019-08-09 19:16:43.078 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='ed688a46-
4c16-4897-a1f7-9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:43.079 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='ed688a46-4c16-4897-a1f7-9941f3330aea', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:16:43.079 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:16:43.758 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 100,
importing progress: 100.0.
2019-08-09 19:16:43.758 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:16:43.758 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:16:43.758 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='ed688a46-4c16-4897-a1f7-9941f3330aea', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:43.767 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='ed688a46-4c16-4897-a1f7-9941f3330aea', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:16:43.768 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:16:43.866 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:16:43.868 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:16:43.874 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:16:43.875 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.796 s
2019-08-09 19:16:43.875 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Table":
{"ADD":101,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031007"}},"PARENT":{"Calliber physical data":
{"ADD":101,"UPDATE":0,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-
f36190014b14"}}},"RE":{"TYPE":{"contains \/ is part of":
{"ADD":101,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-000000007043"},"is
part of \/ contains":{"ADD":4,"UPDATE":0,"REMOVE":0,"ID":"c342ba99-d04a-44a1-bcbe-
8ced5dba36ac"},"implemented in \/ implements":
{"ADD":101,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-000000007005"}}}}}'.
2019-08-09 19:16:43.875 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='ed688a46-
4c16-4897-a1f7-9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:16:43.877 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 101 elements in batch
took 17 ms
2019-08-09 19:16:43.879 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:16:43.879 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:16:43.879 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='ed688a46-4c16-4897-a1f7-
9941f3330aea', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 799ms.
2019-08-09 19:16:43.881 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <12> statistics
2019-08-09 19:16:43.920 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 41ms.
2019-08-09 19:17:26.298 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='e9b05df3-
cdd8-4464-83b2-7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:17:26.298 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='e9b05df3-cdd8-4464-83b2-7425811e970a', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:17:26.299 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:17:32.265 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:17:55.249 [ajp-nio-0.0.0.0-8009-exec-43] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587057 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:18:07.239 [Output view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 999,
importing progress: 100.0.
2019-08-09 19:18:07.239 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:18:07.240 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:18:07.240 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='e9b05df3-cdd8-4464-83b2-7425811e970a', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:18:07.519 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='e9b05df3-cdd8-4464-83b2-7425811e970a', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:18:07.519 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:18:09.431 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 2000 elements in batch
took 336 ms
2019-08-09 19:18:09.793 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 2000 elements in batch
took 362 ms
2019-08-09 19:18:10.162 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 2000 elements in batch
took 368 ms
2019-08-09 19:18:10.199 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:18:10.199 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:18:10.576 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:18:10.576 [Output view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 44.277 s
2019-08-09 19:18:10.584 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Column":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031008"}},"PARENT":{"Calliber physical data":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-
f36190014b14"}}},"RE":{"TYPE":{"is part of \/ contains":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000007042"},"implemented in \/ implements":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000007005"}}},"AT":{"TYPE":{"Char octet Length":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-000500000012"},"Is
Nullable":{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000500000011"},"Note":{"ADD":699,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-
0000-000000003116"},"Data Type Precision":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000000220"},"Column Position":{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-
0000-0000-0001-000500000020"},"Original Name":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000500000032"},"Technical Data Type":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000000219"}}}}}'.
2019-08-09 19:18:10.584 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='e9b05df3-
cdd8-4464-83b2-7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:18:10.598 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:18:10.598 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e9b05df3-cdd8-4464-83b2-
7425811e970a', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 44288ms.
2019-08-09 19:18:10.632 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1699 elements in batch
took 470 ms
2019-08-09 19:18:10.722 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:18:12.179 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took
1457ms.
2019-08-09 19:18:14.380 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <4> statistics
2019-08-09 19:18:20.362 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='3fe8c779-
0a52-4116-9911-25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:18:20.362 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='3fe8c779-0a52-4116-9911-25e69bab9669', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:18:20.362 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:18:24.353 [ajp-nio-0.0.0.0-8009-exec-43] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/5258a555-6b6e-41a6-b694-b06742a65558/workflows?
enabled=true&_=1565377587060 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 19:18:32.317 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:18:40.988 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587061 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:18:43.977 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 999,
importing progress: 100.0.
2019-08-09 19:18:43.977 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:18:43.977 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:18:43.977 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='3fe8c779-0a52-4116-9911-25e69bab9669', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:18:44.240 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='3fe8c779-0a52-4116-9911-25e69bab9669', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:18:44.240 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:18:46.159 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 2000 elements in batch
took 263 ms
2019-08-09 19:18:46.504 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 2000 elements in batch
took 344 ms
2019-08-09 19:18:46.862 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 2000 elements in batch
took 357 ms
2019-08-09 19:18:46.898 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:18:46.898 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:18:47.105 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:18:47.105 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 26.743 s
2019-08-09 19:18:47.116 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Column":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031008"}},"PARENT":{"Calliber physical data":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-
f36190014b14"}}},"RE":{"TYPE":{"is part of \/ contains":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000007042"},"implemented in \/ implements":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000007005"}}},"AT":{"TYPE":{"Char octet Length":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-000500000012"},"Is
Nullable":{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000500000011"},"Note":{"ADD":162,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-
0000-000000003116"},"Data Type Precision":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000000220"},"Column Position":{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-
0000-0000-0001-000500000020"},"Original Name":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000500000032"},"Technical Data Type":
{"ADD":1000,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000000219"}}}}}'.
2019-08-09 19:18:47.116 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='3fe8c779-
0a52-4116-9911-25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:18:47.136 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:18:47.136 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='3fe8c779-0a52-4116-9911-
25e69bab9669', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 26762ms.
2019-08-09 19:18:47.161 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1162 elements in batch
took 298 ms
2019-08-09 19:18:47.224 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:18:48.466 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took
1242ms.
2019-08-09 19:18:52.662 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='c38c7ad3-
4276-4cdb-8cae-732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:18:52.662 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='c38c7ad3-4276-4cdb-8cae-732234fd6535', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:18:52.662 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:18:53.484 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 31,
importing progress: 100.0.
2019-08-09 19:18:53.484 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:18:53.485 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:18:53.485 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='c38c7ad3-4276-4cdb-8cae-732234fd6535', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:18:53.497 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-732234fd6535', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:18:53.497 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:18:53.572 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:18:53.572 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:18:53.591 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:18:53.591 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.929 s
2019-08-09 19:18:53.592 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Column":
{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031008"}},"PARENT":{"Calliber physical data":
{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-
f36190014b14"}}},"RE":{"TYPE":{"is part of \/ contains":
{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000007042"},"implemented in \/ implements":
{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000007005"}}},"AT":{"TYPE":{"Char octet Length":
{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-000500000012"},"Is
Nullable":{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000500000011"},"Data Type Precision":
{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000000220"},"Column Position":{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-
0000-0000-0001-000500000020"},"Original Name":
{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000500000032"},"Technical Data Type":
{"ADD":32,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0000-000000000219"}}}}}'.
2019-08-09 19:18:53.593 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='c38c7ad3-
4276-4cdb-8cae-732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:18:53.598 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:18:53.599 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:18:53.599 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='c38c7ad3-4276-4cdb-8cae-
732234fd6535', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 933ms.
2019-08-09 19:18:53.613 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 224 elements in batch
took 48 ms
2019-08-09 19:18:53.640 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 41ms.
2019-08-09 19:18:54.409 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <8> statistics
2019-08-09 19:19:32.306 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:20:07.082 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587062 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:20:07.345 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565376692168 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:20:32.354 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:21:13.705 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/2f4fccc9-04dd-43b8-a825-275b5917f049/workflows?
enabled=true&_=1565376692171 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 19:21:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:22:18.900 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565376692173 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:22:32.222 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:22:55.035 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587063 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:22:59.403 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565376692175 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:23:00.776 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565374855189 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:23:32.268 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:23:32.984 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587064 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:24:00.713 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='a458ac65-
8894-4278-afd2-a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:00.714 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='a458ac65-8894-4278-afd2-a09ecb474adf', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:00.714 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:24:00.792 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:24:00.792 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:24:00.792 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:24:00.792 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='a458ac65-8894-4278-afd2-a09ecb474adf', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:00.793 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='a458ac65-8894-4278-afd2-a09ecb474adf', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:00.793 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:24:00.797 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:24:00.797 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:24:00.800 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 4 ms
2019-08-09 19:24:00.800 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:24:00.800 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.086 s
2019-08-09 19:24:00.800 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Database":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031006"}},"PARENT":{"Test Technology Asset":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"eac48e76-b4f9-4938-ae77-9eda39ca174e"}}}}}'.
2019-08-09 19:24:00.800 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='a458ac65-
8894-4278-afd2-a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:00.803 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:24:00.806 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 3ms.
2019-08-09 19:24:00.808 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:24:00.808 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='a458ac65-8894-4278-afd2-
a09ecb474adf', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 89ms.
2019-08-09 19:24:01.106 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='00e61e41-
8b26-4399-b7fb-20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:01.106 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='00e61e41-8b26-4399-b7fb-20fe627de695', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:01.106 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:24:01.171 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:24:01.171 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:24:01.171 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:24:01.171 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='00e61e41-8b26-4399-b7fb-20fe627de695', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:01.171 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='00e61e41-8b26-4399-b7fb-20fe627de695', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:01.171 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:24:01.175 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:24:01.175 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:24:01.177 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:24:01.178 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 4 ms
2019-08-09 19:24:01.178 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.072 s
2019-08-09 19:24:01.179 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Schema":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000400000002"}},"PARENT":{"Calliber physical data":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-f36190014b14"}}}}}'.
2019-08-09 19:24:01.179 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='00e61e41-
8b26-4399-b7fb-20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:01.183 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:24:01.185 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 2ms.
2019-08-09 19:24:01.187 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:24:01.187 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='00e61e41-8b26-4399-b7fb-
20fe627de695', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 75ms.
2019-08-09 19:24:02.391 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='dd4953b2-
6e24-4723-9bf3-22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:02.391 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='dd4953b2-6e24-4723-9bf3-22d1c1206961', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:02.391 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:24:02.462 [Output view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:24:02.462 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:24:02.462 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:24:02.462 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='dd4953b2-6e24-4723-9bf3-22d1c1206961', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:02.464 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='dd4953b2-6e24-4723-9bf3-22d1c1206961', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:02.465 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:24:02.469 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:24:02.469 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:24:02.471 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:24:02.471 [Output view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.08 s
2019-08-09 19:24:02.471 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Data Set":
{"ADD":1,"UPDATE":0,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000400000001"}},"PARENT":{"Dataset":{"ADD":1,"UPDATE":0,"REMOVE":0,"ID":"e27f5365-
a0ed-4a6a-9f33-2691a14ebc09"}}}}}'.
2019-08-09 19:24:02.471 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='dd4953b2-
6e24-4723-9bf3-22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:02.473 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:24:02.473 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 5 ms
2019-08-09 19:24:02.473 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:24:02.473 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='dd4953b2-6e24-4723-9bf3-
22d1c1206961', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 82ms.
2019-08-09 19:24:02.475 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 2ms.
2019-08-09 19:24:02.475 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <12> statistics
2019-08-09 19:24:02.758 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='aa985c97-
41a9-4888-ac00-a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:02.758 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='aa985c97-41a9-4888-ac00-a8b3d1837400', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:02.758 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:24:02.836 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:24:02.836 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:24:02.836 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:24:02.836 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='aa985c97-41a9-4888-ac00-a8b3d1837400', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:02.837 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='aa985c97-41a9-4888-ac00-a8b3d1837400', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:02.837 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:24:02.840 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:24:02.840 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:24:02.842 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:24:02.842 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.084 s
2019-08-09 19:24:02.843 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Table":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031007"}},"PARENT":{"Calliber physical data":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-f36190014b14"}}},"RE":
{"TYPE":{"is part of \/ contains":{"ADD":1,"UPDATE":0,"REMOVE":0,"ID":"c342ba99-
d04a-44a1-bcbe-8ced5dba36ac"}}}}}'.
2019-08-09 19:24:02.843 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='aa985c97-
41a9-4888-ac00-a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:02.844 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 4 ms
2019-08-09 19:24:02.844 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:24:02.845 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:24:02.845 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='aa985c97-41a9-4888-ac00-
a8b3d1837400', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 87ms.
2019-08-09 19:24:02.847 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 3ms.
2019-08-09 19:24:03.166 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='02d65980-
92b8-4205-9554-cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:03.166 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='02d65980-92b8-4205-9554-cac3b9a4ec97', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:03.166 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:24:03.320 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 10,
importing progress: 100.0.
2019-08-09 19:24:03.320 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:24:03.320 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:24:03.320 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='02d65980-92b8-4205-9554-cac3b9a4ec97', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:03.320 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='02d65980-92b8-4205-9554-cac3b9a4ec97', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:24:03.320 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:24:03.338 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:24:03.338 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:24:03.341 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:24:03.341 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.175 s
2019-08-09 19:24:03.341 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Column":
{"ADD":0,"UPDATE":11,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031008"}},"PARENT":{"Calliber physical data":
{"ADD":0,"UPDATE":11,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-f36190014b14"}}}}}'.
2019-08-09 19:24:03.341 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='02d65980-
92b8-4205-9554-cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:24:03.343 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:24:03.344 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:24:03.344 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 11 elements in batch
took 8 ms
2019-08-09 19:24:03.344 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='02d65980-92b8-4205-9554-
cac3b9a4ec97', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 177ms.
2019-08-09 19:24:03.347 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 4ms.
2019-08-09 19:24:12.490 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <8> statistics
2019-08-09 19:24:17.785 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565377587065 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:24:32.222 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:24:50.049 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/9591f64a-686d-4bf6-979a-05149541706c/workflows?
enabled=true&_=1565378662273 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 19:25:32.198 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:26:15.244 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303377 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:26:32.318 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:27:32.050 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:28:32.357 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:29:32.310 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 559 metrics to datadog
2019-08-09 19:29:56.504 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='89e0b72e-
10de-4c98-ab47-e1c606f7e154', name='Removal of relation types', user='00000000-
0000-0000-0000-000000900002', state=RUNNING} done.
2019-08-09 19:29:56.504 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='89e0b72e-10de-4c98-ab47-e1c606f7e154', name='Removal of relation
types', user='00000000-0000-0000-0000-000000900002', state=RUNNING}.
2019-08-09 19:29:56.940 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Record of Processing view' (17c71821-7328-409b-aed6-
c032293e346a) in location 'domain-assets'.
2019-08-09 19:29:56.943 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'WG Record of Processing view' (17c71821-7328-409b-
aed6-c032293e346a) in location 'domain-assets'.
2019-08-09 19:29:56.946 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Data Set View' (07278152-2764-4353-a37f-eb17b1ccef7f) in
location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Record of Processing View' (84a1547e-17cd-4935-8dc4-
48295a4454ac) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'WG Record of Processing View' (84a1547e-17cd-4935-
8dc4-48295a4454ac) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Record of Processing View' (4de82363-fa52-4894-bd5d-
7455fa068a02) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'WG Record of Processing View' (4de82363-fa52-4894-
bd5d-7455fa068a02) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Data Set View' (1416ca17-4cfc-411a-b6f7-bab52a64c5d9) in
location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Table - Dataset Upload' (8ac82008-ed0a-43a4-8114-
5ad7742ceeb2) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Table - Dataset Upload' (8ac82008-ed0a-43a4-8114-
5ad7742ceeb2) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Record of Processing View' (91282a26-e911-4e4f-83a8-
22757e77456a) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'WG Record of Processing View' (91282a26-e911-4e4f-
83a8-22757e77456a) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Data Set View' (e0ddec1c-3190-4972-8c0c-6a9b4542a2ba) in
location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Data Set View' (193cf840-f519-4331-8154-d9d0adc44e6a) in
location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Table - Dataset upload view' (2f80a78e-b3bc-459a-a322-
a1044f34b019) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Table - Dataset upload view' (2f80a78e-b3bc-459a-
a322-a1044f34b019) in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Tables - Import View' (35f8e8b9-f7bb-4969-88c0-3d1cf4581d95)
in location 'domain-assets'.
2019-08-09 19:29:56.947 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Tables - Import View' (35f8e8b9-f7bb-4969-88c0-
3d1cf4581d95) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Data Set View' (79b0696d-fa4f-48f9-b067-e4e4cac4128f) in
location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Default - OEMM' (4881daef-8b35-4f81-825d-c9e884232a6e) in
location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Default - OEMM' (4881daef-8b35-4f81-825d-
c9e884232a6e) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Record of Processing view' (6c427626-4a82-4def-927e-
f83f97db3f64) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'WG Record of Processing view' (6c427626-4a82-4def-
927e-f83f97db3f64) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Data Set - Tables upload view' (690e78cb-c315-41db-a0f6-
c46cf6506786) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'WG Data Set - Tables upload view' (690e78cb-c315-
41db-a0f6-c46cf6506786) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Record of Processing extract view' (cb29b8e1-60b6-4bc0-
ba12-676f547f8c30) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'WG Record of Processing extract view' (cb29b8e1-60b6-
4bc0-ba12-676f547f8c30) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Default' (3042d965-7d96-4fe3-977b-686387acaefe) in location
'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Default' (3042d965-7d96-4fe3-977b-686387acaefe) in
location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Default' (6118f618-4fe0-4ab2-a8c6-41f62f6eccc6) in location
'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Default' (6118f618-4fe0-4ab2-a8c6-41f62f6eccc6) in
location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Default' (65f2b801-7d1f-44eb-b61f-9d9cd68420c8) in location
'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Fields view with Hierarchy' (902dd4f4-f27a-4c53-a93e-
b3d1394891ac) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Fields view with Hierarchy' (902dd4f4-f27a-4c53-a93e-
b3d1394891ac) in location 'domain-assets'.
2019-08-09 19:29:56.948 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Record of Processing View' (2f19a862-24e3-4249-bdb1-
8f445d29a191) in location 'global-view'.
2019-08-09 19:29:56.949 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Tables - View with hierarchy' (2f111b0c-83ca-48fa-9dde-
0bd0d140a0ee) in location 'domain-assets'.
2019-08-09 19:29:56.949 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Tables - View with hierarchy' (2f111b0c-83ca-48fa-
9dde-0bd0d140a0ee) in location 'domain-assets'.
2019-08-09 19:29:56.949 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'WG Data Set View' (e7781eb0-7511-49de-b7dc-336aa24f6d5b) in
location 'domain-assets'.
2019-08-09 19:29:56.949 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Found hit for 'f6260432-7676-4946-9018-
a604a5b8c7ac' in view 'Default - OEMM' (bc161907-c94c-4d85-a5ce-1690cc61ee08) in
location 'domain-assets'.
2019-08-09 19:29:56.949 [Input view job thread] INFO
c.c.d.c.s.v.t.i.ViewTableEventListener - Removed reference to 'f6260432-7676-4946-
9018-a604a5b8c7ac' from view 'Default - OEMM' (bc161907-c94c-4d85-a5ce-
1690cc61ee08) in location 'domain-assets'.
2019-08-09 19:29:56.949 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='89e0b72e-10de-4c98-ab47-
e1c606f7e154', name='Removal of relation types', user='00000000-0000-0000-0000-
000000900002', state=RUNNING} done.
2019-08-09 19:29:56.949 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='89e0b72e-10de-4c98-ab47-e1c606f7e154', name='Removal of relation
types', user='00000000-0000-0000-0000-000000900002', state=RUNNING} done.
2019-08-09 19:29:57.311 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='89e0b72e-10de-4c98-ab47-e1c606f7e154', name='Removal of
relation types', user='00000000-0000-0000-0000-000000900002', state=RUNNING}.
2019-08-09 19:29:57.311 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='89e0b72e-10de-4c98-ab47-
e1c606f7e154', name='Removal of relation types', user='00000000-0000-0000-0000-
000000900002', state=RUNNING} completed: 'Done with deleting relation types'.
2019-08-09 19:29:57.311 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='89e0b72e-
10de-4c98-ab47-e1c606f7e154', name='Removal of relation types', user='00000000-
0000-0000-0000-000000900002', state=RUNNING} done.
2019-08-09 19:29:57.313 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='89e0b72e-10de-4c98-ab47-
e1c606f7e154', name='Removal of relation types', user='00000000-0000-0000-0000-
000000900002', state=COMPLETED} saved to the database.
2019-08-09 19:29:57.313 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='89e0b72e-10de-4c98-ab47-
e1c606f7e154', name='Removal of relation types', user='00000000-0000-0000-0000-
000000900002', state=COMPLETED} finished in 812ms.
2019-08-09 19:30:00.011 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <29> statistics for statistic <active-users>
2019-08-09 19:30:00.011 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <29> statistics
2019-08-09 19:30:32.335 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:30:53.823 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303378 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:31:20.945 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565378662274 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:31:32.371 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:32:32.234 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:33:32.320 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:34:32.204 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:35:32.278 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:35:47.468 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565378662275 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:36:32.258 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:37:32.301 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:38:32.325 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:38:57.078 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCRealm] successful.
2019-08-09 19:38:57.078 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.a.s.DGCAuthenticationStrategy - Authentication for username [connect_user]
& realm [DGCLdapRealm] failed.
2019-08-09 19:38:57.089 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.i.ConcurrentUsersServiceImpl - Concurrent users - Consumer: 0, Author: 2
2019-08-09 19:38:57.092 [ajp-nio-0.0.0.0-8009-exec-42] INFO
c.c.d.c.s.a.UserAuthenticationListener - User logged in:
AuthenticationEvent{userName='connect_user', sessionId='29761f0d-0aa9-4bb5-9518-
917393b1e3be', timeout=1800000, licenseType=AUTHOR,
productPermissions='bsg,helpdesk,policymanager,datadictionary', action=LOGIN,
remoteHost='10.0.5.83', userAgent='unknown', userAgentVersion='',
failureReason=null, timestamp=1565379537090}
2019-08-09 19:38:59.469 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='b80cfe8e-
a2c0-4205-8c13-02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:38:59.469 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='b80cfe8e-a2c0-4205-8c13-02206b8c1395', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:38:59.469 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:38:59.548 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:38:59.548 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:38:59.548 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:38:59.548 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='b80cfe8e-a2c0-4205-8c13-02206b8c1395', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:38:59.549 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-02206b8c1395', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:38:59.549 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:38:59.554 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:38:59.554 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:38:59.556 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:38:59.556 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.087 s
2019-08-09 19:38:59.556 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Database":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031006"}},"PARENT":{"Test Technology Asset":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"eac48e76-b4f9-4938-ae77-9eda39ca174e"}}}}}'.
2019-08-09 19:38:59.556 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='b80cfe8e-
a2c0-4205-8c13-02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:38:59.556 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 4 ms
2019-08-09 19:38:59.560 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:38:59.563 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 3ms.
2019-08-09 19:38:59.566 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:38:59.566 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='b80cfe8e-a2c0-4205-8c13-
02206b8c1395', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 90ms.
2019-08-09 19:39:00.105 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <4> statistics
2019-08-09 19:39:01.177 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='88d6da64-
4cdd-4463-972c-d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:01.177 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='88d6da64-4cdd-4463-972c-d67a7fee48a9', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:39:01.178 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:39:01.244 [Output view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:39:01.244 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:39:01.244 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:39:01.244 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='88d6da64-4cdd-4463-972c-d67a7fee48a9', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:01.244 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='88d6da64-4cdd-4463-972c-d67a7fee48a9', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:39:01.244 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:39:01.247 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:39:01.247 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:39:01.249 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:39:01.249 [Output view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.071 s
2019-08-09 19:39:01.250 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Schema":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000400000002"}},"PARENT":{"Calliber physical data":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-f36190014b14"}}}}}'.
2019-08-09 19:39:01.250 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='88d6da64-
4cdd-4463-972c-d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:01.251 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 4 ms
2019-08-09 19:39:01.251 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:39:01.255 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 4ms.
2019-08-09 19:39:01.257 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:39:01.257 [Output view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='88d6da64-4cdd-4463-972c-
d67a7fee48a9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 75ms.
2019-08-09 19:39:02.952 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='e44ea12f-
9275-429a-a643-69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:02.952 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='e44ea12f-9275-429a-a643-69cc2706a900', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:39:02.952 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:39:03.017 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:39:03.017 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:39:03.017 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:39:03.017 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='e44ea12f-9275-429a-a643-69cc2706a900', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:03.018 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='e44ea12f-9275-429a-a643-69cc2706a900', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:39:03.018 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:39:03.020 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:39:03.020 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:39:03.022 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:39:03.023 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.071 s
2019-08-09 19:39:03.023 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Data Set":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0001-
000400000001"}},"PARENT":{"Dataset":{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"e27f5365-
a0ed-4a6a-9f33-2691a14ebc09"}}}}}'.
2019-08-09 19:39:03.023 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='e44ea12f-
9275-429a-a643-69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:03.024 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 4 ms
2019-08-09 19:39:03.025 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:39:03.027 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:39:03.027 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='e44ea12f-9275-429a-a643-
69cc2706a900', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 73ms.
2019-08-09 19:39:03.027 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 2ms.
2019-08-09 19:39:04.462 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='65b43a3b-
8184-4326-ade3-d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:04.462 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='65b43a3b-8184-4326-ade3-d1db7b23bd40', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:39:04.462 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:39:04.548 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 0,
importing progress: 100.0.
2019-08-09 19:39:04.548 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:39:04.548 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:39:04.548 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='65b43a3b-8184-4326-ade3-d1db7b23bd40', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:04.549 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='65b43a3b-8184-4326-ade3-d1db7b23bd40', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:39:04.549 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:39:04.553 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:39:04.553 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:39:04.555 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:39:04.556 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.094 s
2019-08-09 19:39:04.556 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Table":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031007"}},"PARENT":{"Calliber physical data":
{"ADD":0,"UPDATE":1,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-f36190014b14"}}}}}'.
2019-08-09 19:39:04.556 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='65b43a3b-
8184-4326-ade3-d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:04.557 [elasticsearch[_client_][listener][T#1]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 1 elements in batch
took 5 ms
2019-08-09 19:39:04.558 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:39:04.560 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:39:04.560 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='65b43a3b-8184-4326-ade3-
d1db7b23bd40', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 96ms.
2019-08-09 19:39:04.560 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 2ms.
2019-08-09 19:39:04.562 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <10> statistics
2019-08-09 19:39:06.163 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Preprocessing of job ActiveJob{id='7fcaa4f6-
9ec0-48e4-b645-13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:06.163 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction started for job
ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-13e30fa31ad9', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:39:06.163 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' started.
2019-08-09 19:39:06.281 [Input view job thread] INFO
c.c.d.i.c.j.i.BasicBatchedImportJobProgressHandler - Finished batch 0 - 10,
importing progress: 100.0.
2019-08-09 19:39:06.281 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'importing' finished.
2019-08-09 19:39:06.281 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} done.
2019-08-09 19:39:06.281 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Transaction postprocessing of job
ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-13e30fa31ad9', name='Import', user='123019e9-
765d-4d26-8aa3-a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:06.282 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job finished running, starting postprocessing
of job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-13e30fa31ad9', name='Import',
user='123019e9-765d-4d26-8aa3-a2e805c8960b', state=RUNNING}.
2019-08-09 19:39:06.282 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' started.
2019-08-09 19:39:06.310 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'indexing' finished.
2019-08-09 19:39:06.310 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' started.
2019-08-09 19:39:06.314 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} subsection 'hyperlinking' finished.
2019-08-09 19:39:06.314 [Input view job thread] INFO
c.c.d.i.c.j.AbstractImportJobRunner - Import completed in 0.151 s
2019-08-09 19:39:06.314 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=RUNNING} completed: '{"type":"IMPORT","types":{"TE":{"TYPE":{"Column":
{"ADD":0,"UPDATE":11,"REMOVE":0,"ID":"00000000-0000-0000-0000-
000000031008"}},"PARENT":{"Calliber physical data":
{"ADD":0,"UPDATE":11,"REMOVE":0,"ID":"14ee36f3-4e24-4cdc-a2c6-f36190014b14"}}}}}'.
2019-08-09 19:39:06.314 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Postprocessing of job ActiveJob{id='7fcaa4f6-
9ec0-48e4-b645-13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-
a2e805c8960b', state=RUNNING} done.
2019-08-09 19:39:06.316 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Start partial re-computation of hyper-links.
2019-08-09 19:39:06.317 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} saved to the database.
2019-08-09 19:39:06.317 [Input view job thread] INFO
c.c.d.c.s.job.impl.JobServiceImpl - Job ActiveJob{id='7fcaa4f6-9ec0-48e4-b645-
13e30fa31ad9', name='Import', user='123019e9-765d-4d26-8aa3-a2e805c8960b',
state=COMPLETED} finished in 153ms.
2019-08-09 19:39:06.320 [elasticsearch[_client_][listener][T#2]] INFO
c.c.dgc.search.service.BulkListener - Successful reindex of 11 elements in batch
took 13 ms
2019-08-09 19:39:06.321 [EventSystem-DB-Poller-1] INFO
c.c.d.h.c.HyperlinkEventConsumer - Partial re-computation of hyper-links took 5ms.
2019-08-09 19:39:14.572 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <6> statistics
2019-08-09 19:39:27.478 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565378662276 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:39:32.236 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:39:45.332 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/9591f64a-686d-4bf6-979a-05149541706c/workflows?
enabled=true&_=1565378662279 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 19:40:32.251 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:41:08.147 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565378662280 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:41:32.331 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:42:32.323 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:43:32.256 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:44:32.226 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:45:00.010 [quartzJobExecutor-1] INFO c.c.d.c.s.StatisticSchedulerJob
- StatisticScheduler saving <29> statistics for statistic <active-users>
2019-08-09 19:45:00.010 [pool-9-thread-1] INFO
c.c.d.core.statistic.StatisticBuffer - Persisting <29> statistics
2019-08-09 19:45:32.326 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:46:32.235 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:46:54.224 [ajp-nio-0.0.0.0-8009-exec-43] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303386 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:47:32.270 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:48:32.165 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:48:40.762 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303389 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:49:32.210 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:49:58.994 [ajp-nio-0.0.0.0-8009-exec-43] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565378662281 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:50:32.397 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:51:13.746 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565378662282 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:51:25.588 [ajp-nio-0.0.0.0-8009-exec-39] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/term/9591f64a-686d-4bf6-979a-05149541706c/workflows?
enabled=true&_=1565378662285 contains form parameters in the request body but the
request body has been consumed by the servlet or a servlet filter accessing the
request parameters. Only resource methods using @FormParam will work as expected.
Resource methods consuming the request body by other means will not work as
expected.
2019-08-09 19:51:32.246 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:52:32.276 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:53:32.305 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:54:21.632 [ajp-nio-0.0.0.0-8009-exec-42] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303396 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:54:32.393 [pool-2-thread-1] INFO i.m.datadog.DatadogMeterRegistry -
successfully sent 561 metrics to datadog
2019-08-09 19:54:33.911 [ajp-nio-0.0.0.0-8009-exec-38] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303397 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.
2019-08-09 19:54:36.214 [ajp-nio-0.0.0.0-8009-exec-17] WARN
o.g.jersey.servlet.WebComponent - A servlet request to the URI https://wargaming-
dev-uk.collibra.com/rest/1.0/user/loggedin?_=1565362303398 contains form parameters
in the request body but the request body has been consumed by the servlet or a
servlet filter accessing the request parameters. Only resource methods using
@FormParam will work as expected. Resource methods consuming the request body by
other means will not work as expected.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy