-
## Expected Behavior
* Hubspot => Heroku Postgres
* Expected to see a normalized table when I turned on normalization
## Current Behavior
* I see something about normalization in the logs but th…
-
Kairos: 1.2.1
Cassandra: latest, from docker
Config: default + FileQueueProcessor
KairosDB can not read queue data from the disk after restart.
And it lasts "forever".
`06-13|12:48:41.307 [ma…
xelex updated
3 years ago
-
-
## Description Behavior
A user reported the following exception when trying to sync a 40gb table from MySQL:
```
2021-02-16 13:27:22 INFO (/tmp/workspace/100/0) LineGobbler(voidCall):69 - 2021-02-16 …
-
## Expected Behavior
* Unit tests may be running twice because it seems they run a second time when we run the `integrationTest` task.
In the example below `PostgresDestinationTest` is a unit test…
-
After upgrading the tf-operator to tag `v1.0.1`, controller starts failing with error:
```
E0122 19:05:34.207808 1 runtime.go:78] Observed a panic: "invalid memory address or nil pointer dere…
-
Hello logz.io team,
i am trying to add the logz.io appender version 1.0.9 to a spring boot application. Here are the versions i am using:
1.4.1.RELEASE
Camden.SR1
1.3.5
When i add t…
-
Is there a way to shuffle the values which are stored in the queue?
-
```
goos: linux
goarch: amd64
pkg: github.com/grandecola/bigqueue
BenchmarkNewMmapQueue/ArenaSize-4KB-8 288 4376092 ns/op 2853 B/op 46 allocs/op
BenchmarkNewMmapQueue/A…
-
We can try two difference approaches -
* In this approach, we keep the queue single threaded and acquire lock from outside
* In this approach, we acquire locks on all the subcomponents such as index…