You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/10/15 15:15:07 UTC

[GitHub] [skywalking] yanickxia commented on a change in pull request #3619: Fix more resonable error

yanickxia commented on a change in pull request #3619: Fix more resonable error
URL: https://github.com/apache/skywalking/pull/3619#discussion_r335015511
 
 

 ##########
 File path: oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/remote/client/RemoteClientManager.java
 ##########
 @@ -154,7 +159,7 @@ private void printRemoteClientList() {
     }
 
     public List<RemoteClient> getRemoteClient() {
-        return usingClients;
+        return ImmutableList.copyOf(usingClients);
 
 Review comment:
   i got it, will change it

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services