Nitish Tiwari
Nitish Tiwari
Parseable mistakenly adds a `/` while creating a `.schema` file or other `.` files inside the log stream prefix. ``` Aug 27 14:19:46 parseable-server minio[743764]: Error: Object name invalid: parseable/app//.schema...
Currently the server uses `aws-sdk-s3` while Datafusion has a dependency on `object-storage` crate that uses `rusoto`. We need to unify and use a single S3 client in both the places...
Current `STREAM_INFO` map may have an issue with parallel writes to the map for the same stream. 1. We need to implement a locking mechanism that allows exclusive writes to...
Query is case sensitive, so we need to avoid modifying query string while processing the query.
on RUST_LOG=warn there are bunch of these warnings ``` aws_smithy_client::builder] Retries require a `sleep_impl`, but none was passed into the builder. No retries will occur with the current configuration. If...
Errors are of two major types: 1. Server error - to be logged on to the Parseable console. 2. API error - to be sent to the user as API...
We need to implement an effective algorithm that can take care of situations where local data and data on S3 is out of sync.
We need a stats api to report the storage ingested and storage used on object storage, per log stream.
We need to add a mechanism that allows users to specify which fields on incoming log stream they don't want to store.