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

MB-64604: Fix interpreting scorch config: "fieldTFRCacheThreshold" #2116

Closed
wants to merge 1 commit into from

Conversation

abhinavdangeti
Copy link
Member

@abhinavdangeti abhinavdangeti commented Dec 17, 2024

  • Firstly, refactor FieldTFRCacheThreshold to fieldTFRCacheThreshold for some naming consistency here.
  • This threshold can be used to toggle recycling of TermFieldReaders on/off.
  • Couchbase users will have the ability to provide this setting within a JSON payload, which when interpreted into a map[string]interface{} will need to be interpreted as a float64.
  • Should library users set it as int we'll honor that setting as well.

+ Firstly, refactor FieldTFRCacheThreshold to fieldTFRCacheThreshold
  for _some_ naming consistency here.
+ This threshold can be used to toggle recycling of TermFieldReaders
  on/off.
+ Couchbase users will have the ability to provide this setting within
  a JSON payload, which when interpreted into a map[string]interface{}
  will need to be interpreted as a `float64`.
+ Should library users set it as `int` we'll honor that setting as well.
@abhinavdangeti abhinavdangeti changed the title Fix interpreting scorch config: "FieldTFRCacheThreshold" Fix interpreting scorch config: "fieldTFRCacheThreshold" Dec 17, 2024
@abhinavdangeti abhinavdangeti changed the title Fix interpreting scorch config: "fieldTFRCacheThreshold" MB-64604: Fix interpreting scorch config: "fieldTFRCacheThreshold" Dec 17, 2024
@abhinavdangeti abhinavdangeti removed this from the v2.5.0 milestone Dec 17, 2024
@abhinavdangeti
Copy link
Member Author

Let's use #2117 instead and forward merge trinity-couchbase into master after.

@abhinavdangeti abhinavdangeti deleted the FieldTFRCacheThreshold branch December 17, 2024 03:23
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.

1 participant