Hello Marton Greber, Zoltan Martonka, Gabriella Lotz, Attila Bukor, Kudu 
Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/23701

to look at the new patch set (#2).

Change subject: [java] Fix test result xml generation
......................................................................

[java] Fix test result xml generation

Recently the kudu-backup Java module, has started generating result xml
files with ~1Gb in size. This has resulted in unusable logs archiving in
dist-test (the __ARCHIVE_TOO_BIG__ when trying to access the test logs).
Additionally this would make any sort of test result parsing in Jenkins
difficult, as the memory usage would be huge.

This fix adds a new configuration file, to configure the Parquet
libraries log level to INFO, as the DEBUG level logging is excessivley
verbose. The worst offender test (testBackupWithSplitSizeBytes) has
previously generated ~300Mb of output, after this patch this went down
to ~0.5Mb.

Change-Id: Ib1f3353598ed24d296043e11a966e5ac7ca60e7e
---
A java/kudu-backup/src/test/resources/logback-test.xml
1 file changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/01/23701/2
--
To view, visit http://gerrit.cloudera.org:8080/23701
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib1f3353598ed24d296043e11a966e5ac7ca60e7e
Gerrit-Change-Number: 23701
Gerrit-PatchSet: 2
Gerrit-Owner: Zoltan Chovan <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Chovan <[email protected]>
Gerrit-Reviewer: Zoltan Martonka <[email protected]>

Reply via email to