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

the dev of [FEATURE]Auto reload model when cluster rebooted/node rejoin #639

Closed
wants to merge 35 commits into from

Commits on Dec 28, 2022

  1. Add .whitesource configuration file (#611)

    Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    mend-for-github-com[bot] authored and wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3e48e36 View commit details
    Browse the repository at this point in the history
  2. Update dependency junit:junit to v4.13.1 (#625)

    Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    mend-for-github-com[bot] authored and wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    80aaaa8 View commit details
    Browse the repository at this point in the history
  3. [wjunshen] #ML-Commons Model auto reload feat: add 2 properties about…

    … model auto reload
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b2f18e4 View commit details
    Browse the repository at this point in the history
  4. [wjunshen] #ML-Commons Model auto reload feat: code format by spotles…

    …sJavaApply
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a286309 View commit details
    Browse the repository at this point in the history
  5. [wjunshen] #N/A feat: add guava retry 3rd party jar

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d3047d6 View commit details
    Browse the repository at this point in the history
  6. [wjunshen] #N/A feat: init async method and add retry logic

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    25b9c36 View commit details
    Browse the repository at this point in the history
  7. [wjunshen] #N/A feat: add todo comment

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    31735c8 View commit details
    Browse the repository at this point in the history
  8. [wjunshen] #N/A feat: for loose couple, create new Manager class to i…

    …mplement auto reload model function
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d4db55d View commit details
    Browse the repository at this point in the history
  9. [wjunshen] #N/A feat: comment retry part

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c6850b7 View commit details
    Browse the repository at this point in the history
  10. [wjunshen] #N/A feat: finish the function: get all loaded model id fr…

    …om one node id
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0df9ac3 View commit details
    Browse the repository at this point in the history
  11. [wjunshen] #N/A feat: finish the function: auto reload model on assig…

    …ned node
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    4191631 View commit details
    Browse the repository at this point in the history
  12. [wjunshen] #N/A feat: new model reload index to stroe retry times and…

    … modify auto reload funtion to align with the latest requirement
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c273609 View commit details
    Browse the repository at this point in the history
  13. [wjunshen] #N/A feat: run spotless.JavaApply task

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9e321c5 View commit details
    Browse the repository at this point in the history
  14. [wjunshen] #N/A feat: add the function "create index"&"insert data"&"…

    …update data" under index ".plugins-ml-model-reload"
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    99b7639 View commit details
    Browse the repository at this point in the history
  15. [wjunshen] #N/A feat: add the function "create index"&"insert data"&"…

    …update data" under index ".plugins-ml-model-reload"
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    30068b3 View commit details
    Browse the repository at this point in the history
  16. [wjunshen] #N/A style: rollback MLModelManager.java and build.gradle(…

    …under plugin directory) to unchanged status
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7a4b0b8 View commit details
    Browse the repository at this point in the history
  17. [wjunshen] #N/A feat: modify the code acordding to the zan's opnion

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ae035df View commit details
    Browse the repository at this point in the history
  18. [wjunshen] #N/A docs: add java doc under MLModelAutoReloader class

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    5a50842 View commit details
    Browse the repository at this point in the history
  19. [wjunshen] #N/A feat: tuning code

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b9cd79f View commit details
    Browse the repository at this point in the history
  20. [wjunshen] #N/A feat: tunning code

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    01dc262 View commit details
    Browse the repository at this point in the history
  21. [wjunshen] #N/A test: add IT test code

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    507219e View commit details
    Browse the repository at this point in the history
  22. [wjunshen] #N/A fix: for resolve the problems of the check on github

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    bb0b5a2 View commit details
    Browse the repository at this point in the history
  23. [wjunshen] #N/A fix: for resolve the problems of the check on github

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    07252eb View commit details
    Browse the repository at this point in the history
  24. [wjunshen] #wjunshen<wjunshen@amazon.com> test: add some test codes

    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c5509cf View commit details
    Browse the repository at this point in the history
  25. [wjunshen] #N/A test: wjunshen@amazon.com

    add test code and modify code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    6959fd4 View commit details
    Browse the repository at this point in the history
  26. [wjunshen] #N/A test: wjunshen@amazon.com

    add test code and modify code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7b4465d View commit details
    Browse the repository at this point in the history
  27. [wjunshen] #N/A test: wjunshen@amazon.com

    add test code and modify code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c22f69d View commit details
    Browse the repository at this point in the history
  28. [wjunshen] #N/A test: wjunshen@amazon.com

    add test code and modify code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e85d3c4 View commit details
    Browse the repository at this point in the history
  29. [wjunshen] #N/A test: wjunshen@amazon.com

    add test code and modify code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3dc994b View commit details
    Browse the repository at this point in the history
  30. [wjunshen] #N/A test: wjunshen@amazon.com

    add test code and modify code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    fb75bf8 View commit details
    Browse the repository at this point in the history
  31. [wjunshen] #N/A test: wjunshen@amazon.com

    add test code and modify code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d8e3946 View commit details
    Browse the repository at this point in the history
  32. [wjunshen] #N/A test: wjunshen@amazon.com

    according to the second codereview conversation by niu zan,
    modify the test and implement code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    851e2d7 View commit details
    Browse the repository at this point in the history
  33. [wjunshen] #N/A test: wjunshen@amazon.com

    according to the second codereview conversation by niu zan,
    modify the test and implement code to tuning
    
    Signed-off-by: wujunshen <frank_wjs@hotmail.com>
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    f39385d View commit details
    Browse the repository at this point in the history
  34. [wjunshen] #N/A test: wjunshen@amazon.com

    according to the second codereview conversation by niu zan,
    rollback the gradle file
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    cdc5951 View commit details
    Browse the repository at this point in the history
  35. [wjunshen] #N/A test: wjunshen@amazon.com

    according to the second codereview conversation by niu zan,
    rollback the gradle file
    wujunshen committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    5183ddc View commit details
    Browse the repository at this point in the history