You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/08/11 18:46:54 UTC

[incubator-sdap-ingester] branch granule-ingester-error-handling updated (383045a -> 6937c5a)

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

eamonford pushed a change to branch granule-ingester-error-handling
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.


 discard 383045a  better error handling
 discard edbafd7  handle the error where a granule cant be opened
     add 1e492cf  SDAP-279: Collection Manager should poll filesystem for file updates (#17)
     add bc75c25  SDAP-280: Collection Manager to talk to Ingestion History asynchronously (#16)
     add 168ab41  handle the error where a granule cant be opened
     add 6937c5a  better error handling

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (383045a)
            \
             N -- N -- N   refs/heads/granule-ingester-error-handling (6937c5a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 collection_manager/README.md                       | 14 ++++----
 .../services/CollectionProcessor.py                |  8 ++---
 .../services/CollectionWatcher.py                  | 25 ++++++++------
 .../history_manager/FileIngestionHistory.py        |  9 ++---
 .../services/history_manager/IngestionHistory.py   | 26 +++++++--------
 .../history_manager/SolrIngestionHistory.py        | 11 +++----
 collection_manager/docker/Dockerfile               | 12 ++++---
 collection_manager/requirements.txt                |  2 +-
 .../history_manager/test_FileIngestionHistory.py   | 38 +++++++++++++---------
 .../tests/services/test_CollectionProcessor.py     | 16 +++++----
 .../tests/services/test_CollectionWatcher.py       |  1 -
 common/common/async_utils/AsyncUtils.py            | 11 +++++++
 common/common/async_utils/__init__.py              |  1 +
 granule_ingester/README.md                         | 21 ++++++------
 granule_ingester/docker/Dockerfile                 | 14 ++++----
 .../granule_ingester/writers/SolrStore.py          | 17 +++-------
 16 files changed, 125 insertions(+), 101 deletions(-)
 create mode 100644 common/common/async_utils/AsyncUtils.py
 create mode 100644 common/common/async_utils/__init__.py