| Summary: | (Plat) Allow user to stop/cancel log file import process | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Eugene Chan <ewchan> |
| Component: | Hyades | Assignee: | Alex Nan <apnan> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P1 | CC: | curtispd, george.christelis, khalsted |
| Version: | unspecified | Keywords: | Documentation |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
| Bug Depends on: | 79009, 79017 | ||
| Bug Blocks: | |||
|
Description
Eugene Chan
Targeted to 4.0 by the requirements team. Please create a description document in CVS. A 'Stop Here' button in 'Import Log file' dialog will be vey helpful. I have selected a large log file for parsing and if I cancel the the parsing it exits only after parsing the complete log file without showing the output in LTA. This takes time for large files without any output. Hence, if I have a 'Stop Here' button it would help to analyze the partial CBE output upto the moment I click the button. 2. add support to stop imports, analysis, correlation 3. add support to cancel import of SDBs and log files A progress view would be appreciated as well. in this release. The log import process should also separate each log import into separate job such that user can continue on working in LTA without having import log wizard holding the UI. *** Bug 80255 has been marked as a duplicate of this bug. *** *** Bug 67828 has been marked as a duplicate of this bug. *** Using Job API to schedule multiple files import into different jobs and allowing user to 'Stop' the job. Stopping a job will keep what is imported in the model and stop any further import on the log file. There will be no cancel support, ie. roll-back on import is not supported. I tried importing an apache http access log that was about 1.3MB. I was using the 2.0 rules parser. After waiting for 25 mins for it to import I had to give up and kill the process. It would have been really helpful to me to have some idea how much progress is being made when importing a log. Currently, there is a progress bar, but it only seems to increment on a per-log basis. We should have it more fine grained. At least something that I can use to figure out roughly if I'm getting close to finishing or if I'll be waiting all day. Also, it should be cancellable (and responsive when I hit cancel). Updating feature target per 01/10 UI main committers meeting Will require doc changes (minor) depend on 79009 GLA stop support 79017 GLA progress monitor support Documentation complete. Done. close feature |