rajin
rajin
RxJava version : 2.2.8 & 2.2.1 (tested in both versions) RxJava2Debug version : 1.4.0 ## Code (in Kotlin, in Android) ```kt val tmp = Observable.just(Unit) .flatMap { Observable.just(1, 2).delay(1000, TimeUnit.MILLISECONDS)...
to fix #61 related to https://github.com/lyft/Kronos-Android/issues/61#issuecomment-1035936886 Using the difference between deviceCurrentTime and deviceElapsedTime can trigger false negative on `isFromSameBoot`. To avoid this false-negative case, this PR uses boot count from...
### Which OpenObserve functionalities are the source of the bug? alerts ### Is this a regression? No ### Description Trying the realtime alert, I made an log based alert that...
fix https://github.com/vectordotdev/vector/issues/20798 Checkpoint migration was only executed when file_server is being initialized. However kubernetes_log's PathProvider doesn't load paths at the start-up (because it have to fetch k8s metadata). So for...
Checklist: * [x] I've included steps to reproduce the bug. * [x] I've included the version of argo rollouts. **Describe the bug** When a new rollout is deployed while a...
**What happened**: I connected clickhouse that contains Terrabytes of logs which has JSON column. When i used grafana, clickhouse cpu was heavily used. So when i looked at the clickhouse's...