Cache manager Optmisation#271
Open
ruksana2808 wants to merge 12 commits intoKB-iGOT:4.8.34-serviceOptmisation_redisfrom
Open
Cache manager Optmisation#271ruksana2808 wants to merge 12 commits intoKB-iGOT:4.8.34-serviceOptmisation_redisfrom
ruksana2808 wants to merge 12 commits intoKB-iGOT:4.8.34-serviceOptmisation_redisfrom
Conversation
* KB-13041 : Fix - Not all courses mapped to cb plan shown in my igot c… (KB-iGOT#230) * KB-13041 : Fix - Not all courses mapped to cb plan shown in my igot courses * Review Changes * Review Changes * Review Changes * KB-13094 Enabling Org specific 'Custom Fields' into Access Settings in Training Plan (KB-iGOT#232) --------- Co-authored-by: sreerag-tarento <sreerag.sajeesh@tarento.com> Co-authored-by: shankaragoudab <140387294+shankaragoudab@users.noreply.github.com>
* Cbrelease 4.8.32.1 (KB-iGOT#233) * KB-13041 : Fix - Not all courses mapped to cb plan shown in my igot c… (KB-iGOT#230) * KB-13041 : Fix - Not all courses mapped to cb plan shown in my igot courses * Review Changes * Review Changes * Review Changes * KB-13094 Enabling Org specific 'Custom Fields' into Access Settings in Training Plan (KB-iGOT#232) --------- Co-authored-by: sreerag-tarento <sreerag.sajeesh@tarento.com> Co-authored-by: shankaragoudab <140387294+shankaragoudab@users.noreply.github.com> * Cbrelease 4.8.32.1 (KB-iGOT#236) * KB-13041 : Fix - Not all courses mapped to cb plan shown in my igot c… (KB-iGOT#230) * KB-13041 : Fix - Not all courses mapped to cb plan shown in my igot courses * Review Changes * Review Changes * Review Changes * KB-13094 Enabling Org specific 'Custom Fields' into Access Settings in Training Plan (KB-iGOT#232) * KB-13094 : updated test case (KB-iGOT#235) * KB-13094 Enabling Org specific 'Custom Fields' into Access Settings in Training Plan * updated test case --------- Co-authored-by: sreerag-tarento <sreerag.sajeesh@tarento.com> Co-authored-by: shankaragoudab <140387294+shankaragoudab@users.noreply.github.com> --------- Co-authored-by: sreerag-tarento <sreerag.sajeesh@tarento.com> Co-authored-by: shankaragoudab <140387294+shankaragoudab@users.noreply.github.com>
…I to update AccessSettings in Course & Training Plan
…I to update AccessSettings in Course & Training Plan
…I to update AccessSettings in Course & Training Plan
Sahil-tarento
requested changes
Mar 28, 2026
|
|
||
|
|
||
|
|
||
| BitSet createBitSetForAttribute(Collection<Integer> attributeValues) { |
Contributor
There was a problem hiding this comment.
Please check for bitSet why this so
| continue; | ||
| } | ||
|
|
||
| log.info("Rule {} -> UserGroup {} ({}) -> CriteriaKey {} -> Values {}", |
Contributor
There was a problem hiding this comment.
Cassandra query will be performed batch by batch with the primary keys. this optimisation is done yet
| Map<String, Object> batchProps = new HashMap<>(propertiesMap); | ||
| batchProps.put("offset", offset); | ||
| batchProps.put("limit", fetchBatchSize); | ||
| List<Map<String, Object>> cbPlanList = cassandraOperation.getRecordsByProperties( |
Contributor
There was a problem hiding this comment.
Please validate if this is fetching the proper impl
This file contains hidden or 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
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.
No description provided.