Skip to content

Commit 1fb0125

Browse files
authored
Merge pull request #1487 from 708yamaguchi/throttle-mongo-store-master
[jsk_fetch_startup] Use mongodb_store which can manage logerr throttle rate
2 parents 5e6ec78 + f37e1de commit 1fb0125

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

jsk_fetch_robot/jsk_fetch.rosinstall.melodic

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,14 @@
9191
local-name: ros/common_msgs/visualization_msgs
9292
uri: https://github.com/ros-gbp/common_msgs-release/archive/release/kinetic/visualization_msgs/1.12.7-0.tar.gz
9393
version: common_msgs-release-release-kinetic-visualization_msgs-1.12.7-0
94+
# Following error is output at about 25Hz for about 4 hours
95+
# [ERROR] [1653231340.987602] [/replicator_node:rosout]: [mongorestore] - E11000 duplicate key error collection: jsk_robot_lifelog.fetch1075 index: _id_ dup key: { : ObjectId('6243af9651998d10f0c7787c') }
96+
# Errors are now output once per hour
97+
# PR: https://github.com/strands-project/mongodb_store/pull/271
9498
- git:
9599
local-name: strands-project/mongodb_store
96-
uri: https://github.com/strands-project/mongodb_store.git
97-
version: 0.4.4
100+
uri: https://github.com/708yamaguchi/mongodb_store.git
101+
version: fetch15
98102
# we need to use the development branch (fetch15 branch in knorth55's fork)
99103
# until it is merged to master
100104
- git:

0 commit comments

Comments
 (0)