Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starrocks 用官网给出的 csv 例子 sink 端一直在 INITIALIZING #378

Open
yuxuan-luo opened this issue Jul 31, 2024 · 0 comments
Open

Comments

@yuxuan-luo
Copy link

用的这个 examples:https://github.com/StarRocks/starrocks-connector-for-apache-flink/blob/main/examples/src/main/java/com/starrocks/connector/flink/examples/datastream/LoadCustomJavaRecords.java

2024-07-31 15:22:17.211 [Sink: Unnamed (2/2)#0] INFO org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend [] - Using predefined options: DEFAULT.
2024-07-31 15:22:17.211 [Sink: Unnamed (2/2)#0] INFO org.apache.flink.streaming.runtime.tasks.StreamTask [] - Using application-defined state backend: EmbeddedRocksDBStateBackend{, localRocksDbDirectories=[/data/rocksdb], enableIncrementalCheckpointing=TRUE, numberOfTransferThreads=4, writeBatchSize=2097152}
2024-07-31 15:22:17.212 [Sink: Unnamed (2/2)#0] INFO org.apache.flink.runtime.state.StateBackendLoader [] - State backend loader loads the state backend as EmbeddedRocksDBStateBackend
2024-07-31 15:22:17.267 [Sink: Unnamed (2/2)#0] INFO org.apache.flink.streaming.runtime.tasks.StreamTask [] - Using job/cluster config to configure application-defined checkpoint storage: org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage@59882121
2024-07-31 15:22:17.280 [Sink: Unnamed (2/2)#0] INFO org.apache.flink.runtime.taskmanager.Task [] - Sink: Unnamed (2/2)#0 (f06378184db6180160b3dc7e062cf937_0a448493b4782967b150582570326227_1_0) switched from DEPLOYING to INITIALIZING.
2024-07-31 15:22:17.478 [Sink: Unnamed (2/2)#0] INFO com.starrocks.connector.flink.table.sink.StarRocksDynamicSinkFunctionV2 [] - Initialize state
2024-07-31 15:22:17.542 [Sink: Unnamed (2/2)#0] INFO com.starrocks.connector.flink.table.sink.StarRocksDynamicSinkFunctionV2 [] - Close sink function
2024-07-31 15:22:17.542 [Sink: Unnamed (2/2)#0] INFO com.starrocks.data.load.stream.v2.StreamLoadManagerV2 [] - Stream load manager flush

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant