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

fix descending and range queries via IFQL RPC API #9105

Merged
merged 2 commits into from
Nov 14, 2017
Merged

Conversation

stuartcarnie
Copy link
Contributor

  • did not handle cached values correctly
  • sort shards by time in either ascending or descending
    order depending on the RPC request ordering to ensure they
    are traversed in the correct order.

(cherry picked from commit 2e04e87)

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

@@ -0,0 +1 @@
package tsm1
Copy link
Contributor

Choose a reason for hiding this comment

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

Empty test file?

}
}

// Ensure engine can create an ascending cursor for tsm values.
Copy link
Contributor

Choose a reason for hiding this comment

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

descending cursor in this test

CHANGELOG.md Outdated
@@ -1,3 +1,9 @@
## v1.4.1 [unreleased]
Copy link
Contributor

Choose a reason for hiding this comment

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

Since we're just doing a quick patch release for this, can you go ahead and set the date to 2017-11-13?

* did not handle cached values correctly
* sort shards by time in either ascending or descending
  order depending on the RPC request ordering to ensure they
  are traversed in the correct order.

(cherry picked from commit 2e04e87)

4039a76 Stuart Carnie <stuart.carnie@gmail.com> on 11/13/17 at 4:07 PM
        committed on 11/13/17 at 5:22 PM
@stuartcarnie stuartcarnie removed the request for review from nathanielc November 14, 2017 02:00
@stuartcarnie stuartcarnie merged commit 882ce87 into 1.4 Nov 14, 2017
@stuartcarnie stuartcarnie deleted the sgc-1.4-backport branch November 14, 2017 02:01
@ghost ghost removed the review label Nov 14, 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

2 participants