atlas-booker

Results 27 issues of atlas-booker

e.g, `UnionConfig.product_get` Can not jump to `product_get`, however, `UnionConfig` is good.

``` 2022/08/08 07:17:26 [error] Received err: file does not exist for table 13775352. Cleaning up... panic: file does not exist for table 13775352 goroutine 1 [running]: github.com/kelindar/talaria/internal/storage/disk.Open({0x40003c8bba, 0x5}, {0x40003c8cb0, 0x8},...

``` 2022/07/13 06:44:44 received signal terminated, start graceful shutdown 2022/07/13 06:44:44 Cancel ctx done 2022/07/13 06:44:44 Close gossip done 2022/07/13 06:44:44 server: wait exit... 2022/07/13 06:44:44 GRPC GracefulStop done, it...

If we abort talaria and restart it, we may have issues. It happened frequently in the new version, I reported the case here: #92 And we would better wait until...

https://github.com/talariadb/talaria/pull/86/files This MR introduced `sink` configs, which means to abstract writers, however it does not compatable with old config files.

``` // WriteBlock writes a one or multiple blocks to the underlying writer. func (s *Flusher) WriteBlock(blocks []block.Block, schema typeof.Schema) error { if s.writer == nil || len(blocks) == 0...

``` panic: Base level can't be zero. goroutine 935 [running]: github.com/dgraph-io/badger/v3.(*levelsController).fillTablesL0ToLbase(0x400091e4d0, 0x4000837770, 0x4000837400) /go/src/talaria/vendor/github.com/dgraph-io/badger/v3/levels.go:1168 +0x610 github.com/dgraph-io/badger/v3.(*levelsController).fillTablesL0(0x400091e4d0, 0x4000837770, 0x1d3c40c) /go/src/talaria/vendor/github.com/dgraph-io/badger/v3/levels.go:1229 +0x30 github.com/dgraph-io/badger/v3.(*levelsController).doCompact(0x400091e4d0, 0x2, 0x0, 0x3ff3333333333333, 0x3ff028509ce1b939, 0x0, 0x0, 0x0, 0x0, 0x40004c80a8,...

Currently, we have Computed used for compute a new column, we can leverage the computed use for event filter. This is the demo: #93

``` 2022/05/17 07:22:49 [error] ServerError: target=storage/writer/writer.go.158, reason=Internal Server Error, msg=stream: writer was not configured 2022/05/17 07:22:49 [error] ServerError: target=table/timeseries/timeseries.go.124, reason=Internal Server Error, msg=error reading from uri due to scheme is...