This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a change to branch rabbitmq-fix
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.
discard c36ffaf undo
discard 0eed399 better error handling
add 68110d0 SDAP-273: Configure max threads in Granule Ingester (#13)
add d94c89f SDAP-266: add README note on synchronization of configmap
with local path (#14)
add fe6a1c5 SDAP-272: Support connecting to Solr through Zk in Granule
Ingester (#12)
new c54af96 better error handling
new b88d462 undo
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 (c36ffaf)
\
N -- N -- N refs/heads/rabbitmq-fix (b88d462)
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.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
config_operator/README.md | 14 ++++++++--
config_operator/config_operator/main.py | 17 +++++++-----
granule_ingester/docker/entrypoint.sh | 21 +++++++-------
.../granule_ingester/consumer/Consumer.py | 15 ++++++----
granule_ingester/granule_ingester/main.py | 24 +++++++++-------
.../granule_ingester/pipeline/Pipeline.py | 32 +++++++++++++---------
.../granule_ingester/writers/SolrStore.py | 2 +-
7 files changed, 77 insertions(+), 48 deletions(-)