gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: remove superfluous


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: remove superfluous rollback, insert rollback() before shutdown just for being nice
Date: Sun, 19 Aug 2018 11:37:19 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new f283782d remove superfluous rollback, insert rollback() before 
shutdown just for being nice
f283782d is described below

commit f283782d405a165a2eeca0407619cd581c650f43
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Aug 18 13:32:53 2018 +0200

    remove superfluous rollback, insert rollback() before shutdown just for 
being nice
---
 src/exchange/taler-exchange-wirewatch.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index 9f58b289..4a25773f 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -414,9 +414,6 @@ history_cb (void *cls,
     {
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "Got DB soft error for commit\n");
-      /* do we need to rollback explicitly on commit failure!? */
-      db_plugin->rollback (db_plugin->cls,
-                           session);
       /* reduce transaction size to reduce rollback probability */
       if (2 > current_batch_size)
         current_batch_size /= 2;
@@ -524,6 +521,8 @@ history_cb (void *cls,
   if (GNUNET_DB_STATUS_HARD_ERROR == qs)
   {
     GNUNET_break (0);
+    db_plugin->rollback (db_plugin->cls,
+                         session);
     GNUNET_SCHEDULER_shutdown ();
     return GNUNET_SYSERR;
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]