You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2018/06/30 23:10:50 UTC

[oodt] branch development updated (836499d -> 818d781)

This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a change to branch development
in repository https://gitbox.apache.org/repos/asf/oodt.git.


    from 836499d  [OODT-979] Removed XML RPC versions of workflow manager client from all possible places and added client.close() wherever necessary. Now the WM client CLI is working without any hanging.
     add 86b877d  [OODT-987] Upgraded oodt-conf package from log4j to log4j2
     add 6ef3e9b  [OODT-982] Updated crawler logging to log4j2
     add ecd1756  [OODT-693] Added maven dependency to redirect JUL to slf4j
     add a5dcd9e  [OODT-981] slf4j logging improvements and workflow/file manager client usage improvements to close once done
     add 94af8cc  [OODT-980] slf4j logging improvements and file manager CLI improvements for closing client
     add e5d1b7d  [OODT-981] Further logging improvements for workflow manager
     add c77ca81  [OODT-984] Logging improvements for PGE and fixed NPE in workflowInstanceId in PGETaskInstance
     add a3e51ed  [OODT-693] Changed log4j2.xml's file appender's append property. Previously it was false. Removed it.
     add 818d781  Fixed NPE in Product.toString() and fixed JUL logger related test failure in PGETaskInstance

No new revisions were added by this update.

Summary of changes:
 config/pom.xml                                     |   4 +-
 config/src/main/assembly/assembly.xml              |   2 +-
 config/src/main/resources/log4j.xml                |  53 ----
 .../src/main/resources/log4j2.xml                  |  41 +--
 config/src/main/scripts/conf-publisher             |   6 +-
 core/pom.xml                                       |  23 +-
 crawler/pom.xml                                    |   6 +
 crawler/src/main/assembly/assembly.xml             |   1 +
 crawler/src/main/bin/crawlctl                      |   5 +-
 crawler/src/main/bin/crawler_launcher              |   1 +
 crawler/src/main/resources/log4j2.xml              |  39 +++
 crawler/src/main/resources/logging.properties      |   2 +-
 filemgr/pom.xml                                    |  22 +-
 filemgr/src/main/assembly/assembly.xml             |   2 +-
 filemgr/src/main/bin/filemgr                       |   4 +-
 filemgr/src/main/bin/filemgr-client                |   1 +
 .../oodt/cas/filemgr/catalog/LuceneCatalog.java    |  22 +-
 .../cli/action/AbstractDeleteProductCliAction.java |   6 +-
 .../filemgr/cli/action/AbstractQueryCliAction.java |   6 +-
 .../cli/action/AddProductTypeCliAction.java        |   9 +-
 .../cli/action/DeleteProductByIdCliAction.java     |  18 +-
 .../cli/action/DeleteProductByNameCliAction.java   |  20 +-
 .../filemgr/cli/action/DumpMetadataCliAction.java  |   7 +-
 .../filemgr/cli/action/FileManagerCliAction.java   |  50 ++--
 .../cli/action/GetCurrentTransferCliAction.java    |   5 +-
 .../cli/action/GetCurrentTransfersCliAction.java   |   6 +-
 .../action/GetFilePercentTransferredCliAction.java |   6 +-
 .../filemgr/cli/action/GetFirstPageCliAction.java  |  11 +-
 .../filemgr/cli/action/GetLastPageCliAction.java   |   4 +-
 .../filemgr/cli/action/GetNextPageCliAction.java   |   4 +-
 .../cli/action/GetNumProductsCliAction.java        |   3 +-
 .../filemgr/cli/action/GetPrevPageCliAction.java   |   4 +-
 .../cli/action/GetProductByIdCliAction.java        |  15 +-
 .../cli/action/GetProductByNameCliAction.java      |  15 +-
 .../GetProductPercentTransferredCliAction.java     |   4 +-
 .../cli/action/GetProductTypeByNameCliAction.java  |   5 +-
 .../filemgr/cli/action/HasProductCliAction.java    |   6 +-
 .../filemgr/cli/action/IngestProductCliAction.java |   4 +-
 .../filemgr/cli/action/RetrieveFilesCliAction.java |  11 +-
 .../apache/oodt/cas/filemgr/ingest/LocalCache.java |   6 +
 .../apache/oodt/cas/filemgr/structs/Product.java   |  14 +-
 .../oodt/cas/filemgr/structs/ProductPage.java      |   6 +-
 .../cas/filemgr/system/AvroFileManagerClient.java  |  80 +++---
 .../cas/filemgr/system/AvroFileManagerServer.java  |  42 ++--
 .../oodt/cas/filemgr/system/FileManager.java       |  43 ++--
 .../oodt/cas/filemgr/util/AvroTypeFactory.java     |  12 +-
 filemgr/src/main/resources/log4j2.xml              |  39 +++
 filemgr/src/main/resources/logging.properties      |   2 +-
 .../main/java/org/apache/oodt/cas/pge/PGETask.java |   8 +-
 .../org/apache/oodt/cas/pge/PGETaskInstance.java   | 279 ++++++++++-----------
 .../cas/pge/staging/FileManagerFileStager.java     |  13 +-
 .../apache/oodt/cas/pge/staging/FileStager.java    |  29 +--
 .../oodt/cas/pge/util/GenericPgeObjectFactory.java |  46 +---
 .../apache/oodt/cas/pge/TestPGETaskInstance.java   |  36 +--
 workflow/pom.xml                                   |  19 +-
 workflow/src/main/assembly/assembly.xml            |   1 +
 workflow/src/main/bin/wmgr                         |   1 +
 workflow/src/main/bin/wmgr-client                  |   1 +
 .../cli/action/GetConditionByIdCliAction.java      |   3 +-
 .../workflow/cli/action/GetFirstPageCliAction.java |   6 +-
 .../workflow/cli/action/GetLastPageCliAction.java  |   3 +-
 .../workflow/cli/action/GetNextPageCliAction.java  |   3 +-
 .../workflow/cli/action/GetPrevPageCliAction.java  |   3 +-
 .../cli/action/GetRegisteredEventsCliAction.java   |   9 +-
 .../workflow/cli/action/GetTaskByIdCliAction.java  |  52 ++--
 .../cli/action/GetTaskWallClockTimeCliAction.java  |   6 +-
 .../cli/action/GetWallClockTimeCliAction.java      |   6 +-
 .../cli/action/GetWorkflowByIdCliAction.java       |   8 +-
 .../cli/action/GetWorkflowInstCliAction.java       |   6 +-
 .../cli/action/GetWorkflowInstMetCliAction.java    |   5 +-
 .../cli/action/GetWorkflowInstsCliAction.java      |   5 +-
 .../cli/action/GetWorkflowsByEventCliAction.java   |  10 +-
 .../workflow/cli/action/GetWorkflowsCliAction.java |   5 +-
 .../cli/action/PauseWorkflowInstCliAction.java     |  11 +-
 .../cli/action/ResumeWorkflowInstCliAction.java    |   5 +-
 .../workflow/cli/action/SendEventCliAction.java    |   9 +-
 .../cli/action/StopWorkflowInstCliAction.java      |  11 +-
 .../cas/workflow/cli/action/WorkflowCliAction.java |   4 +-
 .../engine/IterativeWorkflowProcessorThread.java   | 157 +++++-------
 .../cas/workflow/structs/WorkflowInstance.java     |  27 +-
 .../cas/workflow/structs/WorkflowInstancePage.java |   5 +
 .../workflow/system/AvroRpcWorkflowManager.java    | 202 +++++++--------
 .../system/AvroRpcWorkflowManagerClient.java       |  17 +-
 workflow/src/main/resources/log4j2.xml             |  39 +++
 workflow/src/main/resources/logging.properties     |   2 +-
 .../system/TestAvroRpcWorkflowManager.java         |  40 +--
 .../system/TestXmlRpcWorkflowManagerClient.java    |  68 +++--
 87 files changed, 931 insertions(+), 926 deletions(-)
 delete mode 100644 config/src/main/resources/log4j.xml
 rename filemgr/src/main/resources/log4j.xml => config/src/main/resources/log4j2.xml (50%)
 create mode 100644 crawler/src/main/resources/log4j2.xml
 create mode 100644 filemgr/src/main/resources/log4j2.xml
 create mode 100644 workflow/src/main/resources/log4j2.xml