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

Deployment issue #818

Open
wants to merge 29 commits into
base: client-403-issue
Choose a base branch
from
Open

Deployment issue #818

wants to merge 29 commits into from

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e0b619e View commit details
    Browse the repository at this point in the history
  2. branch admin -prepare release emodb-6.5.83

    jenkins committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fa5d3c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    240a93d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. branch admin -prepare release emodb-6.5.84

    jenkins committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3a17878 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. updated to CLTWO

    mukeshsbbv committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e59d42b View commit details
    Browse the repository at this point in the history
  2. 5xx Exceptions: Updating CL_LOCAL_QUORUM to CL_TWO (#820)

    * updatedcltwo_final
    
    * updatedcltwo_final_consistency
    mukeshsbbv authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9ba296c View commit details
    Browse the repository at this point in the history
  3. Update Snapshot Version for Read Consistency Changes (#821)

    * updatedcltwo_final
    
    * updatedcltwo_final_consistency
    
    * snapshot_update
    mukeshsbbv authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ed01731 View commit details
    Browse the repository at this point in the history
  4. branch admin -prepare release emodb-6.5.98

    jenkins committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d8ca339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8a8110 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    d3bacb9 View commit details
    Browse the repository at this point in the history
  2. branch admin -prepare release emodb-6.5.109

    jenkins committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    68545a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    421fb20 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Pd 241513 (#824)

    * Added document_id as env variable
    
    * Test changes
    
    * branch admin -prepare release emodb-6.5.134
    
    * branch admin -prepare for next development iteration
    
    ---------
    
    Co-authored-by: abhyudaya-mohanty_bveng <[email protected]>
    Co-authored-by: jenkins <[email protected]>
    3 people authored May 22, 2024
    Configuration menu
    Copy the full SHA
    c5895a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10a29b View commit details
    Browse the repository at this point in the history
  3. branch admin -prepare release emodb-6.5.136

    jenkins committed May 22, 2024
    Configuration menu
    Copy the full SHA
    71f294a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16992be View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. SQS integration in blob and metrics for queue service migration prere…

    …quisite (#829)
    
    * feat: integrate sqs to blob service
    
    * Create an sqs service to send messages to sqs
    
    * Send all the incoming PUT and DELETE request to sqs
    
    * feat: inlcude functionality to store encoded blob in sqs
    
    * Convert the incoming blob to bytearray, encode it and send it to sqs
    * Handle the incoming api request of PUT blob object
    * Send the attributes and object to sqs
    
    * feat: restructure the queue intialization following better architecture
    
    * Create interface for queue, so can include multiple implementations
    
    * Follow lose coupling
    
    * Use a factory method for sqs initialization
    
    * PD-239427 fix: fix logging and simplified factory
    
    * feat: include params required for iss, send to sqs and update queue name
    
    * Include queue url param to be sent to sqs
    
    * Update the queue name
    
    * Update the factory as per the required changes
    
    * update: update tags for deployment
    
    * branch admin -prepare release emodb-6.5.135
    
    * branch admin -prepare for next development iteration
    
    * update: add fifo queue for blobstore migration and tag changes
    
    * branch admin -prepare release emodb-6.5.144
    
    * branch admin -prepare for next development iteration
    
    * fix: remove sending of bytecode to sqs
    
    * For large files , bytecode is too huge to be sent to sqs
    
    * Send request url instead of bytecode
    
    * feat: add custom exceptions
    
    * handle exceptions in a robust way
    
    * add digestbytes to sqs
    
    * chore: add tags skip sonatype for deployment
    
    * branch admin -prepare release emodb-6.5.159
    
    * branch admin -prepare for next development iteration
    
    * fix: add back sonatype dependency
    
    * branch admin -prepare release emodb-6.5.160
    
    * branch admin -prepare for next development iteration
    
    * Removed bytearray in sqs put
    
    * Update MessagingService.java for removing byte
    
    * Update SQSService.java
    
    * branch admin -prepare release emodb-6.5.161
    
    * branch admin -prepare for next development iteration
    
    * skipping nexus plugin for testing --parent.pom
    
    * branch admin -prepare release emodb-6.5.162
    
    * branch admin -prepare for next development iteration
    
    * add metrics to Queue poll
    
    * branch admin -prepare release emodb-6.5.163
    
    * branch admin -prepare for next development iteration
    
    * update pom version
    
    * branch admin -prepare release emodb-6.5.165
    
    * branch admin -prepare for next development iteration
    
    * branch admin -prepare release emodb-6.5.166
    
    * branch admin -prepare for next development iteration
    
    * feat: add poll metrics for dedupq
    
    * feat: add send count metrics
    
    * fix: add metrics for sendBatch
    
    * udate: update tags from 167 to 168
    
    * fix: fix the compilation issue remove metricregistry from constructor
    
    * branch admin -prepare release emodb-6.5.168
    
    * branch admin -prepare for next development iteration
    
    * chore: update tags from 168 to 169
    
    * branch admin -prepare release emodb-6.5.169
    
    * branch admin -prepare for next development iteration
    
    * fix: fix the metric tag name issue
    
    * branch admin -prepare release emodb-6.5.170
    
    * branch admin -prepare for next development iteration
    
    ---------
    
    Co-authored-by: jenkins <[email protected]>
    Co-authored-by: anandujayan <[email protected]>
    Co-authored-by: ReddyAnand-BV <[email protected]>
    Co-authored-by: Nabajyoti Dash <[email protected]>
    5 people authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3538bbf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. PD-257019 Changes for emodb stabilization, kafka integration and step…

    …function firing (#844)
    
    * PD-257019 Stabilization emodb queue service changes (#831)
    
    * PD-249429: integrated emodb with datastorage-media-service for getting the metadata from s3.
    
    * PD-249429: refactored code.
    
    * PD-249428: DELETE blob with blob id.
    
    * PD-249428: Implemented upload blob from byte array.
    
    * PD-249428: Implemented upload blob from byte array.
    
    * PD-249428: Fixed failing ITs.
    
    * PD-249428: Fixed failing ITs.
    
    * PD-249428: Changed the snapshot version.
    
    * PD-249428: Refactored code.
    
    * PD-249428: changed the version to 172.
    
    * PD-249428: commented tests.
    
    * branch admin -prepare release emodb-6.5.172
    
    * PD-249428: changed snapshot versions.
    
    * PD-249428: changed snapshot versions.
    
    * branch admin -prepare release emodb-6.5.173
    
    * branch admin -prepare for next development iteration
    
    * changed the BASE_URL
    
    * PD-256742: fixed all bugs.
    
    * PD-256742: changed snapshot version.
    
    * PD-256742: changed snapshot version.
    
    * branch admin -prepare release emodb-6.5.176
    
    * branch admin -prepare for next development iteration
    
    * for testing
    
    * feat: integrate kafka to emodb
    
    * Create kafka producer and admin service
    
    * Overload the sendAll method to reroute messages to kafka
    
    * Make the required changes in Clients like jersey2
    
    * feat: include logic for separation  of queue and dedupq
    
    * feat: include guava dependency injection for emodb
    
    * fix: seperation of producer and admin service and proper injection
    
    * fix: fix DI wiring issue
    
    * feat: integrate triggering step function execution on creation of new topic
    
    * feat: merge changes for stepfunction
    
    * branch admin -prepare release emodb-6.5.175
    
    * branch admin -prepare for next development iteration
    
    * feat: add parameter store
    
    * fix:add aws core dependency
    
    * fix:remove credentialProvider
    
    * fix: changes for ci deployment
    
    * fix: pom changes for blob
    
    * chore: update tags to 177 for deployment
    
    * branch admin -prepare release emodb-6.5.177
    
    * branch admin -prepare for next development iteration
    
    * chore: update msk servers
    
    * fix: include msk server url
    
    * chore: snapshot update to 181
    
    * branch admin -prepare release emodb-6.5.181
    
    * branch admin -prepare for next development iteration
    
    * feat: include working parameter store and stepfn changes
    
    * add proper exception handling in parameter store and stepfn
    
    * make abstractqueue service code modular and organized
    
    * branch admin -prepare release emodb-6.5.182
    
    * branch admin -prepare for next development iteration
    
    * feat: fetch kafka configs from ssm and dependency injection for stepfn
    
    * fetch aws configs from ssm parameter store
    
    * introduce dependency injection for stepfunction service
    
    * branch admin -prepare release emodb-6.5.183
    
    * branch admin -prepare for next development iteration
    
    * feat: feature flag implementation for queue migrations
    
    * include the proper naming for each stepfn execution
    
    * include all required contracts for stepfn
    
    * include the feature flag logic, fetch params from parameter store and based on the allowed queues migrate
    
    * fix: fix param for allowedQueues
    
    * branch admin -prepare release emodb-6.5.184
    
    * branch admin -prepare for next development iteration
    
    * fix: remove blob changes
    
    * chore: add comments and fix  start.sh
    
    * fix: changed logic for feature flag
    * add changed logic for feature flag implementation
    
    * wrap the payload for stepfn around a executionInput parameter
    
    * fix: fixed exception handling and code refactoring
    
    * throw back exceptions after logging
    
    * include create topic and checktopic in one function
    
    * add comments for better description
    
    ---------
    
    Co-authored-by: vikram-vikram_bveng <[email protected]>
    Co-authored-by: jenkins <[email protected]>
    Co-authored-by: nabajyotiDash-hub <[email protected]>
    
    * update pom version
    
    * branch admin -prepare release emodb-6.5.192
    
    * branch admin -prepare for next development iteration
    
    * modify producer properties (#834)
    
    * PD-257019 Add universe fetching and bug fixes (#835)
    
    * feat: add universe fetching and bug fixes
    
    * fix: remove debug logs
    
    * branch admin -prepare release emodb-6.5.193
    
    * branch admin -prepare for next development iteration
    
    * uncached_size for dedupq (#837)
    
    * PD-257019 Producer send and logging changes (#838)
    
    * fix: fix send logic and exception handling changes
    
    * added exception handling
    
    * changed producer send logic to be synchronous
    
    * removed redundant logs
    
    * uncached_size for dedupq (#837)
    
    * chore: rename queuetype as per convention
    
    * chore: fix naming issue
    
    ---------
    
    Co-authored-by: nabajyotiDash-hub <[email protected]>
    
    * branch admin -prepare release emodb-6.5.194
    
    * branch admin -prepare for next development iteration
    
    * branch admin -prepare release emodb-6.5.195
    
    * branch admin -prepare for next development iteration
    
    * branch admin -prepare release emodb-6.5.196
    
    * branch admin -prepare for next development iteration
    
    * chore: snapshot updates
    
    * branch admin -prepare release emodb-6.5.194
    
    * branch admin -prepare for next development iteration
    
    * [PD-258160] added dd metrics for queue name and queue size (#836)
    
    * branch admin -prepare release emodb-6.5.195
    
    * alter pom version for bvengineering deployment
    
    * branch admin -prepare release emodb-6.5.196
    
    * update pom to 6.5.197-SNAPSHOT
    
    * branch admin -prepare release emodb-6.5.197
    
    * branch admin -prepare for next development iteration
    
    * branch admin -prepare release emodb-6.5.198
    
    * branch admin -prepare for next development iteration
    
    * add cache
    
    * add allowedQueues cache
    
    * feat: producer future logic and caching changes
    
    * chore: clear out unused code
    
    * PD-257019 Producer send and logging changes (#838)
    
    * fix: fix send logic and exception handling changes
    
    * added exception handling
    
    * changed producer send logic to be synchronous
    
    * removed redundant logs
    
    * uncached_size for dedupq (#837)
    
    * chore: rename queuetype as per convention
    
    * chore: fix naming issue
    
    ---------
    
    Co-authored-by: nabajyotiDash-hub <[email protected]>
    
    * fix: fix the config changes
    
    * Revert "Merge branch 'master' into PD-257019-producer-async-fixes"
    
    This reverts commit 93f5a76, reversing
    changes made to 15ce863.
    
    * chore: snapshot updates for deployement
    
    * chore: clear up testing logs
    
    * fix: remove default servers
    
    * branch admin -prepare release emodb-6.5.202
    
    * branch admin -prepare for next development iteration
    
    * chore: caching logs refactoring
    
    * branch admin -prepare release emodb-6.5.203
    
    * branch admin -prepare for next development iteration
    
    ---------
    
    Co-authored-by: vikram-vikram_bveng <[email protected]>
    Co-authored-by: jenkins <[email protected]>
    Co-authored-by: nabajyotiDash-hub <[email protected]>
    Co-authored-by: nabajyotiDash-hub <[email protected]>
    Co-authored-by: Anurag Dubey <[email protected]>
    6 people authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    032af2b View commit details
    Browse the repository at this point in the history
  2. branch admin -prepare release emodb-6.5.204

    jenkins committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ecda251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a344557 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Databus Throttling Changes (#847)

    * feat: execution name sanitization and unit test for stepfn
    
    * master_size api changes
    
    * Admin API changes (#845)
    
    1. /UpdateParameterStore
    2. /QueueExecutionAttributes/<queue_type>/<queue_name>
    
    * PD-257044-changes-for-databus (#846)
    
    * added datadog metrics changes
    
    * [PD-257044] databus changes rebase (#848)
    
    * PD-257044-changes-for-databus
    
    * duplicated kafka and ssm util packages in emo sor module
    
    * removed redundant dependencies
    
    * admin api and queue name split
    
    * Pd 257044 databus changes rebase (#849)
    
    * PD-257044-changes-for-databus
    
    * duplicated kafka and ssm util packages in emo sor module
    
    * removed redundant dependencies
    
    * additional changes
    
    * additional changes
    
    * additional changes
    
    * removed unneccessary dependencies
    
    * Revert "added datadog metrics changes"
    
    This reverts commit 62dc31e.
    
    * build fix
    
    * endpoint change and databus changes
    
    * updated updateRefInDatabus method
    
    * address review commnets
    
    * branch admin -prepare release emodb-6.5.205
    
    * branch admin -prepare for next development iteration
    
    ---------
    
    Co-authored-by: Rishu Yadav <[email protected]>
    Co-authored-by: shanmohammed-bv <[email protected]>
    Co-authored-by: Anurag Dubey <[email protected]>
    Co-authored-by: Anandu Jayan <[email protected]>
    Co-authored-by: jenkins <[email protected]>
    6 people authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    387db36 View commit details
    Browse the repository at this point in the history
  2. branch admin -prepare release emodb-6.5.209

    jenkins committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e5e5bd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31cea14 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. PD-257039 : Fix Serialisation issue in databus (#850)

    * fix serialization issue in databus
    
    * remove unused code
    
    * update pom versions
    
    * Update sor/src/main/java/com/bazaarvoice/emodb/sor/core/DefaultDataStore.java
    
    Co-authored-by: Igor Kruiper <[email protected]>
    
    * fix build failure
    
    ---------
    
    Co-authored-by: Igor Kruiper <[email protected]>
    nabajyotiDash-hub and IgorKruiper authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bfdc7d9 View commit details
    Browse the repository at this point in the history
  2. branch admin -prepare release emodb-6.5.211

    jenkins committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    04b4809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e73faa View commit details
    Browse the repository at this point in the history
  4. Hotfix for EU databus throttler (#851)

    * add logs
    
    * branch admin -prepare release emodb-6.5.212
    
    * branch admin -prepare for next development iteration
    
    * add default to Datstore
    
    * branch admin -prepare release emodb-6.5.213
    
    * branch admin -prepare for next development iteration
    
    * format logs for release
    
    ---------
    
    Co-authored-by: jenkins <[email protected]>
    nabajyotiDash-hub and jenkins authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dfa42aa View commit details
    Browse the repository at this point in the history
  5. branch admin -prepare release emodb-6.5.214

    jenkins committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bf90025 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8184514 View commit details
    Browse the repository at this point in the history