-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Note - I am able to run logshark(4.2.4) against another Tableau server ziplog which is on the same version successfully.
However, when running against this environment which is on the same version (2024.3.12), I keep running into this issue:
-
Run Failure Details:
- Total Run Time:
01:47:58 - Error Message:
Unhandled exception occurred while processing file stream from file "node1/vizqlserver_0.20242.25.0710.15397096112173115596405/logs/nativeapi_vizqlserver_1-0_2025_11_28_00_00_00.txt". Processing aborted. - The issue appears to be related to a HyperAPI.HyperException:
canceled after reaching timeout for external stream. - Exception Context:
node1/vizqlserver_0.20242.25.0710.15397096112173115596405/logs/nativeapi_vizqlserver_1-0_2025_11_28_00_00_00.txt - Error occurred inside
ResourceManagerEventsProcessorwhile attempting to handle aMemorySampleEventfrom the Vizqlserver log.
- Total Run Time:
-
General Observation:
- Processing failed due to the specific
vizqlserverlog file (nativeapi_vizqlserver_1-0_2025_11_28_00_00_00.txt) timing out while being processed by the LogShark pipeline. - As per my analysis this issue could be likely linked to a large or malformed log file, resulting in the reading process being terminated. I will need community's help on this.
- Processing failed due to the specific
-
Log Set Stats:
- Input: 71,540 MB compressed.
- Output Stats:
- Total Errors Logged: 1,913 errors.
- All errors reported by the
BackgrounderPluginbut appear unrelated to the fatal processing failure. - VizqlserverCpp: Processed the largest total log size (316,912 MB in 63 files at 981.22 MB/sec).
- General Performance: Most other plugins processed relatively smaller datasets at higher speeds.
-
Final Note:
- After the timeout exception, LogShark terminated the entire process, cleaned temporary files, and rolled back the processing task.
- The root cause seems to be a large or malformed Vizqlserver log file that leads to a timeout during processing by the HyperAPI component of
LogShark. Has anyone experienced similar issues? Can someone suggest if any additional changes need to be made on the config files for processing files?
Metadata
Metadata
Assignees
Labels
No labels