Changes have been pushed for the repository "fawkes.git". (Fawkes Robotics Software Framework)
Clone: g...@git.fawkesrobotics.org:fawkes.git Gitweb: http://git.fawkesrobotics.org/fawkes.git Trac: http://trac.fawkesrobotics.org The branch, thofmann/robot-memory-fix-oplog-exception has been updated to 6b4aa1b92d48750bffe875409c0474ae47222698 (commit) from 5b9b3d858eb13c3693941feeddf2c66856928b38 (commit) http://git.fawkesrobotics.org/fawkes.git/thofmann/robot-memory-fix-oplog-exception Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - *Log* --------------------------------------------------------------- commit 6b4aa1b92d48750bffe875409c0474ae47222698 Author: Till Hofmann <hofm...@kbsg.rwth-aachen.de> AuthorDate: Sun Jun 17 11:55:35 2018 -0400 Commit: Till Hofmann <hofm...@kbsg.rwth-aachen.de> CommitDate: Sun Jun 17 11:55:35 2018 -0400 fixup! robot-memory: catch an exception while reading the oplog http://git.fawkesrobotics.org/fawkes.git/commit/6b4aa1b http://trac.fawkesrobotics.org/changeset/6b4aa1b - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Summary* ----------------------------------------------------------- src/plugins/robot-memory/event_trigger_manager.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) - *Diffs* ------------------------------------------------------------- - *commit* 6b4aa1b92d48750bffe875409c0474ae47222698 - - - - - - - - - - Author: Till Hofmann <hofm...@kbsg.rwth-aachen.de> Date: Sun Jun 17 11:55:35 2018 -0400 Subject: fixup! robot-memory: catch an exception while reading the oplog src/plugins/robot-memory/event_trigger_manager.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) _Diff for modified files_: diff --git a/src/plugins/robot-memory/event_trigger_manager.cpp b/src/plugins/robot-memory/event_trigger_manager.cpp index a53245f..6860ed7 100644 --- a/src/plugins/robot-memory/event_trigger_manager.cpp +++ b/src/plugins/robot-memory/event_trigger_manager.cpp @@ -89,7 +89,7 @@ void EventTriggerManager::check_events() //actually call the callback function trigger->callback(change); } - } catch (mongo::UserException &e) { + } catch (mongo::DBException &e) { logger_->log_error(name.c_str(), "Error while reading the oplog"); } if(trigger->oplog_cursor->isDead()) -- Fawkes Robotics Framework http://www.fawkesrobotics.org _______________________________________________ fawkes-commits mailing list fawkes-commits@lists.kbsg.rwth-aachen.de https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits