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

Reimplemented background indexing indication #1403

Merged
merged 4 commits into from
Aug 10, 2020
Merged

Reimplemented background indexing indication #1403

merged 4 commits into from
Aug 10, 2020

Conversation

rafie
Copy link
Contributor

@rafie rafie commented Aug 8, 2020

No description provided.

@codecov
Copy link

codecov bot commented Aug 9, 2020

Codecov Report

Merging #1403 into master will increase coverage by 0.01%.
The diff coverage is 95.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1403      +/-   ##
==========================================
+ Coverage   80.65%   80.66%   +0.01%     
==========================================
  Files         143      143              
  Lines       19952    19957       +5     
==========================================
+ Hits        16092    16099       +7     
+ Misses       3860     3858       -2     
Impacted Files Coverage Δ
src/info_command.c 89.07% <87.50%> (-0.31%) ⬇️
src/spec.c 87.88% <96.29%> (-0.24%) ⬇️
src/module.c 93.01% <100.00%> (+0.01%) ⬆️
src/query.c 88.00% <100.00%> (-0.15%) ⬇️
src/value.c 65.98% <0.00%> (+1.36%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d18d345...244b57c. Read the comment docs.

@rafie
Copy link
Contributor Author

rafie commented Aug 10, 2020

The corresponding Coordinator PR: RediSearch/RSCoordinator#145

src/info_command.c Show resolved Hide resolved
src/module.c Show resolved Hide resolved
src/pytest/test_aof.py Show resolved Hide resolved
src/spec.c Show resolved Hide resolved
src/spec.h Show resolved Hide resolved
Copy link
Collaborator

@MeirShpilraien MeirShpilraien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafie I added two small comments, other then this looks good.

@rafie rafie merged commit ad23b52 into master Aug 10, 2020
@rafie rafie deleted the rafi-indexing1 branch August 10, 2020 13:09
ashtul added a commit that referenced this pull request Aug 11, 2020
* replace w/o reindex

* WIP

* Add TODO comment

* handle SET/Rename

* hsetnx/hincrby/hincrbyfloat

* fix leak

* return ASAP

* rename for different index

* fix leak

* fix aof test

* restore/dump tests added

* comment

* Reimplemented background indexing indication (#1403)

* replace w/o reindex

* WIP

* Add TODO comment

* handle SET/Rename

* hsetnx/hincrby/hincrbyfloat

* fix leak

* return ASAP

* rename for different index

* fix leak

* fix aof test

* restore/dump tests added

* comment

* small fix for rebase

* use switch

* format

* add config flag

* fix test

Co-authored-by: Rafi Einstein <rafi@redislabs.com>
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

3 participants