You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/05/26 12:48:41 UTC

[GitHub] [iotdb] yschengzi opened a new pull request, #6037: [IOTDB-3271] Wrong multi IP for one sender in receiver

yschengzi opened a new pull request, #6037:
URL: https://github.com/apache/iotdb/pull/6037

   Problem:
   1、In Receiver,set 127.0.1.1 to hostname in "/etc/hosts".
   2、In Sender, start pipserver;
         In Receiver,create pipesink ..., create pip ...,start pip ...
   ERROR:  3、Now, in Receiver, at "data/sync/receiver" , created two folder
   I think, The two folders point to the same host(Sender,192.168.130.12
   ERROR:  4、 start writing data...
   In Receiver,the data will sync to folder  ***-127.0.1.1, not the truth folder(192.168.130.12)
   And, the sent data was not automatically moved to the data folder
   ERROR: 5、
   In this commit,The first start pipe is worked,After that, stop pipe and start pipe are not working
   Solution:
   Two different IP in TransportClient, change them into one.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou merged pull request #6037: [IOTDB-3271] Wrong multi IP for one sender in receiver

Posted by GitBox <gi...@apache.org>.
HTHou merged PR #6037:
URL: https://github.com/apache/iotdb/pull/6037


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org