Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32509309
D5027.1767101426.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
744 B
Referenced Files
None
Subscribers
None
D5027.1767101426.diff
View Options
diff --git a/services/backup/src/Reactors/server/SendLogReactor.cpp b/services/backup/src/Reactors/server/SendLogReactor.cpp
--- a/services/backup/src/Reactors/server/SendLogReactor.cpp
+++ b/services/backup/src/Reactors/server/SendLogReactor.cpp
@@ -160,13 +160,7 @@
void SendLogReactor::terminateCallback() {
const std::lock_guard<std::mutex> lock(this->reactorStateMutex);
- try {
- put_client_terminate_cxx();
- } catch (std::exception &e) {
- throw std::runtime_error(
- e.what()); // todo in base reactors we can just handle std exception
- // instead of keep rethrowing here
- }
+ put_client_terminate_cxx();
if (!this->getStatusHolder()->getStatus().ok()) {
throw std::runtime_error(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 30, 1:30 PM (8 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5867280
Default Alt Text
D5027.1767101426.diff (744 B)
Attached To
Mode
D5027: [services] Rust Integration - Backup - Stop rethrowing in send log reactor
Attached
Detach File
Event Timeline
Log In to Comment