polyzos commented on PR #1245:
URL: https://github.com/apache/fluss/pull/1245#issuecomment-3589315058
@michaelkoepf @luoyuxia I tested it out, and it works. But then I tried to
enable both lake tiering.
Seems like im getting different behaviors between runs.. On the first case,
although tiering worked fine, lake tiering wasn't adding any data.
On the second run i got this exception
```
Caused by: org.apache.fluss.exception.FlussRuntimeException: Failed to get
snapshot metadata for table bucket TableBucket{tableId=1, bucket=1}, snapshot
ID: 0, Table: ecommercedb.users
at
org.apache.fluss.client.table.scanner.TableScan.createBatchScanner(TableScan.java:138)
at
org.apache.fluss.flink.tiering.source.TieringSplitReader.checkSplitOrStartNext(TieringSplitReader.java:196)
at
org.apache.fluss.flink.tiering.source.TieringSplitReader.fetch(TieringSplitReader.java:123)
at
org.apache.flink.connector.base.source.reader.fetcher.FetchTask.run(FetchTask.java:58)
at
org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.runOnce(SplitFetcher.java:165)
... 6 more
Caused by: java.util.concurrent.ExecutionException:
org.apache.fluss.exception.KvSnapshotNotExistException: Failed to get kv
snapshot metadata for table bucket TableBucket{tableId=1, bucket=1} and
snapshot id 0. Error: Kv snapshot not found
at java.base/java.util.concurrent.CompletableFuture.reportGet(Unknown
Source)
at java.base/java.util.concurrent.CompletableFuture.get(Unknown Source)
at
org.apache.fluss.client.table.scanner.TableScan.createBatchScanner(TableScan.java:135)
```
Can someone test if you can make it work with both?
--
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]