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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]