View Issue Details

IDProjectCategoryView StatusLast Update
0004059SymmetricDSBugpublic2019-08-26 12:52
Reportertoilv Assigned Toelong  
Priorityhigh 
Status closedResolutionno change required 
Product Version3.10.3 
Summary0004059: SymmetricDs hang at can not communicate with destination node
DescriptionSomtime when we have problem with network, the symmetricds hang and does not push or restart the process
TagsNo tags attached.

Activities

elong

2019-08-02 19:30

developer   ~0001568

Can you attach a symmetric.log file?

When it's hanging, find the process ID (the JDK has a jps command or just use ps or something similar), then get a stack trace of all running threads with "jstack -l 123 > output.txt" where 123 is the process ID.

admin

2019-08-26 12:51

administrator   ~0001593

We've seen this happen when someone overrides the http.timeout.ms parameter and sets it very high. In 3.10, the setting should be 90000 milliseconds (90 seconds).

Issue History

Date Modified Username Field Change
2019-08-02 09:32 toilv New Issue
2019-08-02 19:30 elong Assigned To => elong
2019-08-02 19:30 elong Status new => feedback
2019-08-02 19:30 elong Note Added: 0001568
2019-08-26 12:51 admin Note Added: 0001593
2019-08-26 12:52 admin Status feedback => closed
2019-08-26 12:52 admin Resolution open => no change required