Skip to content

Commit 160c5a1

Browse files
committed
Added the review suggestions
1 parent e407984 commit 160c5a1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
9+
10+
### Fixed
911
- Fixes bug where same extractor shows up multiple times and all Clowder instances index db on reindex [#327](https://github.com/clowder-framework/clowder/issues/327)
1012

1113
## 1.20.1 - 2022-04-04

conf/application.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,20 @@ api.version="beta"
183183
# mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]
184184
mongodbURI = "mongodb://127.0.0.1:27017/clowder"
185185

186+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
187+
# Clowder Primary Instance
188+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
189+
# This is required if there are multiple clowder instances. This config variable indicates
190+
# the primary clowder instance who takes care of special actions like registering new extractors,
191+
# indexing db on a reindex etc. The default value is true which means only one instance of clowder running.
192+
clowder.primary=true
186193

187194
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
188195
# RabbitMQ
189196
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
190197
# All requests to extractors and any other external process is send
191198
# using rabbitmq, this will setup the connection information.
192199
clowder.rabbitmq.uri="amqp://guest:guest@localhost:5672/%2f"
193-
clowder.primary=true
194200
#clowder.rabbitmq.managmentPort=15672
195201
#clowder.rabbitmq.exchange=clowder
196202
# Following variable will use the url when sending messages over rabbitmq. This can be used in a docker

0 commit comments

Comments
 (0)