-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release candidate for chronus based on 1.8.3 #14
Open
jasonjoo2010
wants to merge
46
commits into
angopher:master
Choose a base branch
from
jasonjoo2010:influx1.8.3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add ignore files Introduce testify
- Add api interfaces to get status of metad cluster Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
- Introduce pool between coordinators (remote executors) - ShardWriter will share the pool - Introduce a one way packet to do write testing on connection - Other enhancement Remained - Remote iterators should not close the connection which hardly to detect Signed-off-by: Jason Joo <hblzxsj@163.com>
Changes: - Re-split connection pool into two individual pools for executors and writers - Polish configuration items, related: * coordinator: pool-max-idle-time, pool-min-streams-per-node, pool-max-streams-per-node * handoff: retry-concurrency, retry-rate-limit - Optimize some loggings and migrate from logger to zap engine to make it more unified - Introduce `Termination` property to remote iterator response which will be sent if the iterating finished - Make purging of handoff more reliable - Introduce concurrency control to handoff - Improve safety of connection pool Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
* Introduce freeze/unfreeze to node preventing new shard's creation temporarily * influxd-ctl supports viewing shards on specific node * Fix bug in DeleteDataNode operation which may break consensus between metad instances Signed-off-by: Jason Joo <hblzxsj@163.com>
* influxdb to 1.8.3 * badger to v2.2007.2 for better performance * etcd to 3.3.25 Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
- Add quick start Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Open
…ach level - Improve the leases in metad cluster to be eventually consistent Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Signed-off-by: Jason Joo <hblzxsj@163.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
metad-ctl
for meta cluster managementmetad
supports recovery from disaster