cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP Sender Adapter - Multiple Java Nodes

silentbull
Participant
0 Kudos
945

Hi

I have a produiton interface which has been running without any issues for the last two years.

I noticed that last two days it was picking up one file and was processing multiple times. Today, it was normal as only one file was processed as i did a controlled start and stop channels before processing.

Having further digged in, I can see that 3 java nodes seems to have polled at same time with difference of only milliseconds.

Please confirm the following

1. Is my understanding correct that at any particular time when the channel is polling, only one node and any one node should be polling and not all three of them.

2. Since this is SFTP adapter, there is a duplicate check handling, will this resolve my issue although i am not sure whether it will consider as duplicate when multiple nodes process at same time.

3. checking the forum, there seems to be an option of clusterSyncMode for file adapter. Is this the solution for SFTP as well?

4. If it is an issue of cluster nodes, then it should happen for all interfaces and for all adapters. But not sure why it happened only to SFTP sender.

What causes these multiple processing of cluster nodes as there was no change happened ?

Regards

AB

rosiesasidharan
Explorer
0 Kudos

Hello,

We are facing the same issue: same file is picked up by multiple java nodes of polling sFTP channel.

Have you been able to find a resolution for above issue?

Regards,

Rosie

praveen_aby
Explorer
0 Kudos
Was this resolved. We are also facing same issue now. SAP suggested 2424450 - Message processed twice at Sender Channel in SFTP Adapter, but I don't think that address the issue of the file getting pulled by multiple nodes

Accepted Solutions (0)

Answers (2)

Answers (2)

praveen_aby
Explorer
0 Kudos

Did you get an answer to this? We are also facing the same issue intermittently.

ankit_mishra09
Participant
0 Kudos

Was anyone able to find a solution? In our case even Duplicate check in SFTP sender adapter doesn't works. File are processing via different server nodes.