pkommoju
pkommoju
This test is from NIST test suite. RunNistTests needs to be run but asserts are suppressed. NIST Test dml014. SELECT PNUM FROM PROJ WHERE BUDGET >= 40000 AND BUDGET PROJ.BUDGET...
select sum(1), avg(2), min(3), max(4), count(5), count(distinct 6), stddev_samp(7.38) from a should return 3,2,3,4,3,1,0 instead the actual result is 3,2,3,4,3,3,0
* Performance setup details. * Ignite profile snapshot from VisualVM. * Ignite, NCM, ACA and Test Controller logs
* Fixed the statistics which were wrong and updated the plot.
DPM doesn't use transactions at the moment. This may be resulting in sending inconsistant information down to NCM and ACA. This task is to track the correctness of the code...
ENHANCEMENT At the moment when nodes are created through /upload end point they are not sent to DPM and NCM. #598 has kept this behavior unchanged. The enhancement should send...
Node Manager should group the nodes being created by NCM and send to each group to the respective NCM.