dave sinclair

Results 7 comments of dave sinclair

Is there a solution for this? > > And after creating the index on individual chunks, what do you do to keep creating it on new chunks? I found no...

Are you using the "old" Flume or Flume NG? This is for the older (much older) version of Flume

I have seen the same problem as @Yuhjiang, but haven't been able to reproduce it either. Here are the stacks when it occurs: ``` goroutine profile: total 1451 1258 @...

yes, you are correct @rhysh, it is 1.18.6. When this occurs, we see a bunch of " context deadline exceeded (Client.Timeout exceeded while awaiting headers)" POSTing to the same URL...

Thanks for point out those issues, @rhysh. [#36026](https://github.com/golang/go/issues/36026) does feel very similar. I am going to see if I can create a reproducer before opening an issue.

@rhysh here's the new issue: [#57478](https://github.com/golang/go/issues/57478). Still working on a reproducer.

@spetrunin are you still working on fixing this?