This is an automated email from the ASF dual-hosted git repository.
aengineer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 46d6191 HDDS-1954. StackOverflowError in OzoneClientInvocationHandler
46d6191 is described below
commit 46d61913ff2a4ed6b5c77f348ba71c2c677b61ef
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Aug 12 21:43:00 2019 +0200
HDDS-1954. StackOverflowError in OzoneClientInvocationHandler
Signed-off-by: Anu Engineer <[email protected]>
---
.../org/apache/hadoop/ozone/client/OzoneClientInvocationHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneClientInvocationHandler.java
b/hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneClientInvocationHandler.java
index 3051e2d..cdc7702 100644
---
a/hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneClientInvocationHandler.java
+++
b/hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneClientInvocationHandler.java
@@ -48,7 +48,7 @@ public class OzoneClientInvocationHandler implements
InvocationHandler {
@Override
public Object invoke(Object proxy, Method method, Object[] args)
throws Throwable {
- LOG.trace("Invoking method {} on proxy {}", method, proxy);
+ LOG.trace("Invoking method {} on target {}", method, target);
try {
long startTime = Time.monotonicNow();
Object result = method.invoke(target, args);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]