[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-10 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-965916214 @fapifta Sorry for not making it clear before. Thank you for the test : ) -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-09 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-964737683 @fapifta Sorry for late reply. I think it's not adding a new field like ClientID. I created a commit for example, could you help to check?https://github.com/symious/hadoo

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-05 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-961627153 @fapifta Thanks for the comment. For the trade off, I think it's mainly on the reuse of the Connection, that is the ConnectionId. The current comparison of ConnectionId is

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-05 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-961627153 @fapifta Thanks for the comment. For the trade off, I think it's mainly on the reuse of the Connection, that is the ConnectionId. The current comparison of ConnectionId is

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-04 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-961627153 @fapifta Thanks for the comment. For the trade off, I think it's mainly on the reuse of the Connection, that is the ConnectionId. The current comparison of ConnectionId is

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-03 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-958605853 @fapifta Thanks for the explanation. Is the current situation as follows? Correct me if I'm wrong. Server S has two clients, client A of non-secure settings with "

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-03 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-958605853 @fapifta Thanks for the explanation. Is the current situation as follows? Correct me if I'm wrong. Server S has two clients, client A of non-secure settings with "

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-03 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-958605853 @fapifta Thanks for the explanation. Is the current situation as follows? Correct me if I'm wrong. Server S has two clients, client A of non-secure settings with "

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-11-02 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-958605853 @fapifta Thanks for the explanation. Is the current situation as follows? Correct me if I'm wrong. Server S has two clients, client A of non-secure settings with "

[GitHub] [hadoop] symious commented on pull request #3579: HADOOP-17975 Fallback to simple auth does not work for a secondary DistributedFileSystem instance.

2021-10-26 Thread GitBox
symious commented on pull request #3579: URL: https://github.com/apache/hadoop/pull/3579#issuecomment-951789112 Seems the issue is caused by the ConnectionPool can't distinguish two different connections? If the value of `fallbackToSimpleAuth` is a field of Client.ConnectionId, will the