[MCOL-849] Process Manager leaving files called '+' lying around Created: 2017-08-01 Updated: 2020-08-25 Resolved: 2017-08-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ProcMgr |
| Affects Version/s: | 1.0.10, 1.1.0 |
| Fix Version/s: | 1.0.11, 1.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Sprint: | 2017-16 |
| Description |
|
processmanager.cpp line 6248 (develop-1.0) has the following:
The first pipe direction character should have a closing quote mark and file name should have an opening quote mark. Since it does not the log goes into a file called '+' in the current working directory. |
| Comments |
| Comment by David Hill (Inactive) [ 2017-08-09 ] |
|
fixed in develop-1.0 1.0.11 commit 06199595763c363dc36a6bd8d1c1d52a1eb2071c |
| Comment by David Hill (Inactive) [ 2017-08-09 ] |
|
1.1.0 merged from 1.0.10 commit 76fb89c13f8e1495e127078474f315850d5b86ea |
| Comment by David Hill (Inactive) [ 2017-08-16 ] |
|
a file called + will show up in $HOME after as ma stopSystem. to test, do a startsystem and stopsystem and make sure that a file called + doesnt exist in $HOME, /root for root install |
| Comment by Daniel Lee (Inactive) [ 2017-08-16 ] |
|
Builds verified: 1.0.11-1 and 1.1.0 (GitHub source) |