haiqi96

Results 8 issues of haiqi96

### Bug When handling compression job with multiple input paths, the compression scheduler silently log and skip any input that doesn't resolve to any real on disk path. The compression...

bug

### Bug Currently CLG replaces ? with * in the search query because we don't handle ? wildcard and fallback to decompression and match. However, this doesn't consider the case...

bug

# Description # Validation performed Launched the package, verified that compression, decompression, ir extraction and search still work from command line

# References # Description Added unit test for LogEventSerializer and Deserializer The unit test does the following: 1. Encode two log events into an IR file 2. Decodes the two...

### Bug When CLP handles an ambigious token with wildcard attached, it seems to treat it as a float and int even if the token doesn't contain any numeric value....

bug

# Description When running container as root user, redis, results cache and rabbitmq containers lose the write permission to log and data directories. This PR adds a temporary fix. We...

# Description The BufferedFileReader was designed with the assumption that it always reads from the local file system. However, supporting compressing from a different input source, (s3 for example) would...