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 2018/07/29 12:10:20 UTC

[GitHub] wu-sheng commented on issue #1504: GloableIDGenerator may produce duplicate ids?

wu-sheng commented on issue #1504: GloableIDGenerator may produce duplicate ids?
URL: https://github.com/apache/incubator-skywalking/issues/1504#issuecomment-408673566
 
 
   I think you misunderstand the codes. Read again. This is not application id, it is application instance id.
   ```
           return new ID(
               RemoteDownstreamConfig.Agent.APPLICATION_INSTANCE_ID,
               Thread.currentThread().getId(),
               context.nextSeq()
           );
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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