You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2022/05/16 02:37:51 UTC

[juddi] branch master updated: NOJIRA adding logging to debug ci test failures

This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git


The following commit(s) were added to refs/heads/master by this push:
     new 52760e8ac NOJIRA adding logging to debug ci test failures
52760e8ac is described below

commit 52760e8ac20a82ab47ed05f798a1c2a296259e70
Author: Alex O'Ree <al...@apache.org>
AuthorDate: Sun May 15 22:37:46 2022 -0400

    NOJIRA adding logging to debug ci test failures
---
 .../src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java
index ae257986d..ddd17628b 100644
--- a/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java
+++ b/juddi-core/src/main/java/org/apache/juddi/api/impl/UDDIReplicationImpl.java
@@ -1203,6 +1203,7 @@ public class UDDIReplicationImpl extends AuthenticatedService implements UDDIRep
                         serviceCounter.update(ReplicationQuery.GET_HIGHWATERMARKS, QueryStatus.SUCCESS, procTime);
 
                 } catch (Exception drfm) {
+                        logger.fatal("Error, this node is: " + getNode(), drfm);
                         throw new FatalErrorException(new ErrorMessage("E_fatalError", drfm.getMessage()));
 
                 } finally {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org