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

Qlbridge schema & Dependency problems #66

Merged
merged 12 commits into from
Nov 6, 2017
Merged

Qlbridge schema & Dependency problems #66

merged 12 commits into from
Nov 6, 2017

Conversation

araddon
Copy link
Contributor

@araddon araddon commented Oct 29, 2017

There currently is a pretty large upgrade needed in the Schema Registry. Schema today is discovered through introspection. However, this must be done in each node in cluster and is non-deterministic possibly (when sampling csv, json files where which rows get sampled may vary per server). So, a new Schema Applyer to allow raft/etcd coordination of ETCD is in the works, and this refactors the codebase to include that. https://github.com/araddon/qlbridge/blob/master/schema/registry.go

  • Also, dependency management was problematic due to the usage of test packages that got imported via dep, and should not be. Remove testing dependencies in pkgs.
  • Upgrade tests

@araddon araddon merged commit f5b2328 into master Nov 6, 2017
@araddon araddon deleted the qlbridge_schema branch November 6, 2017 05:31
@araddon araddon changed the title Qlbridge schema Qlbridge schema & Dependency problems Nov 11, 2017
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

Successfully merging this pull request may close these issues.

None yet

1 participant