View Issue Details

IDProjectCategoryView StatusLast Update
0005301SymmetricDS ProBugpublic2022-06-06 12:37
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.4 
Target Version3.13.5Fixed in Version3.13.5 
Summary0005301: Manage Logging panel opens log file and never closes when layout in log4j2.xml is different from original installed layout
DescriptionWhen the log4j2.xml file has a modified layout for the log messages in the log file, the LoggingPanel never closes the opened log file on a refresh.
Steps To Reproduce1. Change the log4j2.xml file, the SymRollingFile appender, the PatternLayout
Currently:
"%d %p [%X{engineName}] [%c{1}] [%t] %m%ex%n"
Change it in any way:
"%d %-6p [%X{engineName}] [%c{1}] [%t] %m%ex%n"
2. Run the Symmetric instance
3. Run:
lsof -p `cat symmetric.pid` | grep symmetric.log | wc -l
3. Go to Manage Logging, and press Refresh several times
4. Run:
lsof -p `cat symmetric.pid` | grep symmetric.log | wc -l

The number should keep increasing as Refresh is pressed on the Logging Panel.
Tagslogging

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-05-17 13:32 pmarzullo New Issue
2022-05-17 13:32 pmarzullo Status new => assigned
2022-05-17 13:32 pmarzullo Assigned To => pmarzullo
2022-05-17 13:32 pmarzullo Tag Attached: logging
2022-05-17 14:19 pmarzullo Status assigned => resolved
2022-05-17 14:19 pmarzullo Resolution open => fixed
2022-05-17 14:19 pmarzullo Fixed in Version => 3.13.5
2022-06-06 12:37 admin Status resolved => closed