-
Notifications
You must be signed in to change notification settings - Fork 203
[MOSIP-41325], [MOSIP-41327], [MOSIP-41328] - Performance fixes for commons #1675
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
Merged
Conversation
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
Signed-off-by: Md Tarique Azeez <tarique.azeez@technoforte.co.in>
Signed-off-by: Md Tarique Azeez <tarique.azeez@technoforte.co.in>
Signed-off-by: Md Tarique Azeez <tarique.azeez@technoforte.co.in>
Signed-off-by: Md Tarique Azeez <tarique.azeez@technoforte.co.in>
Signed-off-by: Md Tarique Azeez <tarique.azeez@technoforte.co.in>
Signed-off-by: Md Tarique Azeez <tarique.azeez@technoforte.co.in>
Signed-off-by: Md Tarique Azeez <tarique.azeez@technoforte.co.in>
Signed-off-by: Md Tarique Azeez <tarique.azeez@technoforte.co.in>
[MOSIP-41325] and [MOSIP-41328]
…le ID Repository Updates Status to ISSUED Without a Service Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
[MOSIP-41327] UIN Transfer Batch Only Processes ASSIGNED Records, While ID Repository Updates Status to ISSUED Without a Service
…nerator (#1663) * added logger to test time issue Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * use non-static variable to initialise static variable using postconstruct Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * add time value Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * use System.properties to read value from properties file Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * add logger to test function is working fine or not Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * remove unwanted logger Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * test with default value Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * remove unwanted logger Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * remove logger Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * create Utility class and read property value Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * remove logger Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> --------- Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
….2-SNAPSHOT (#1671) * update pom version to 1.2.0.2-SNAPSHOT Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * update pom version 1.2.0.2-SNAPSHOT Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * update pom version and add db script Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * fixed the PR comments Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * update pom version for kernel.logger.version Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> --------- Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* cherry-pick mvn central migration Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> * maven central migration Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> --------- Signed-off-by: tarique-azeez <mdtarique2703@gmail.com> Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com>
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
ashok-ksharma
approved these changes
Jul 17, 2025
Prafulrakhade
approved these changes
Jul 18, 2025
chetankh239
added a commit
to chetankh239/commons
that referenced
this pull request
Sep 8, 2025
…P-41327], [MOSIP-41328] - Performance fixes for commons mosip#1675 Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.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.
MOSIP-41325 - When UIN Table have huge records with ISSUED Status around 1M, then Batch Transfer job will be very slow
MOSIP-41327 - Currently UIN Transfer Batch only considering ASSIGNED records to move to history table. But ID Repository only update status as ISSUED. No service used to update ASSIGNED
MOSIP-41328 - Need to modify some Basic Configuration to reduce load to Id Generator