ryerraguntla commented on code in PR #3140:
URL: https://github.com/apache/iggy/pull/3140#discussion_r3138795539
##########
core/connectors/sinks/quickwit_sink/src/lib.rs:
##########
@@ -114,34 +114,65 @@ impl QuickwitSink {
pub async fn ingest(&self, messages: Vec<simd_json::OwnedValue>) ->
Result<(), Error> {
let url = format!(
- "{}/api/v1/{}/ingest?commit=auto",
+ "{}/api/v1/{}/ingest?commit=force",
Review Comment:
This was due to my container resource constraint and made changes for the
local tests passing. Accidentally checked in. I am not supposed to check in
anything other than inflxudb code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]