Tencent / TBase

TBase is an enterprise-level distributed HTAP database. Through a single database cluster to provide users with highly consistent distributed database services and high-performance data warehouse services, a set of integrated enterprise-level solutions is formed.
Other
1.38k stars 262 forks source link

Is global_snapshot_source='coordinator' supported? #38

Open yazun opened 4 years ago

yazun commented 4 years ago

Looks like it causes xid to be always 0, no matter if set on coordinator or datanode renders system unusable with messages like

ERROR:  XX000: start timestamp 0 is too old to execute, recentCommitTs 1840649352
Jasonysli commented 4 years ago

No, global_snapshot_source option is not supported any more!

yazun commented 4 years ago

Yes, it took us some time to understand this! Thanks for confirming!