https://venicedb.org logo
Join Slack
Powered by
# contributor-sync
  • k

    Kristy Lee

    12/18/2024, 9:35 PM
    After the sync on Monday; was wondering if there should be an additional cleanup to unsubscribed state. [per the comment attached to PR]
  • k

    Koorous Vargha

    01/13/2025, 5:01 PM
    Will be 10 min late to sync up
  • k

    Kristy Lee

    01/13/2025, 6:51 PM
    https://github.com/linkedin/venice/pull/1332
    k
    j
    • 3
    • 76
  • z

    Zac Policzer

    01/27/2025, 5:06 PM
    Hey guys, I know there's a contributor sync this morning but I think I need to miss it. Not feeling well this morning.
    k
    • 2
    • 1
  • k

    Koorous Vargha

    02/10/2025, 5:07 PM
    @Manu The reminder bot seems to not be working. Can you please take a look?
    👀 1
    m
    • 2
    • 1
  • m

    Manu

    02/10/2025, 7:21 PM
    set up a reminder on “Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting” in this channel at 9AM every other Friday (next occurrence is February 21st), Pacific Standard Time.
    gratitude thank you 1
    👍 1
  • u

    user

    02/21/2025, 5:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
    k
    z
    k
    • 4
    • 15
  • u

    user

    03/07/2025, 5:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
  • u

    user

    03/21/2025, 4:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
    k
    k
    k
    • 4
    • 3
  • k

    Koorous Vargha

    03/24/2025, 3:58 PM
    Will be 5 min late
  • u

    user

    04/04/2025, 4:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
  • u

    user

    04/18/2025, 4:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
  • k

    Koorous Vargha

    04/21/2025, 5:10 PM
    Here's the issue that we discussed over the meeting @Gabriel Drouin. Before getting started, please make sure you go through the workspace setup. Also, as part of the issue, please make sure to add appropriate unit/integration tests. Let me know if you have any questions.
    👍 1
    g
    • 2
    • 5
  • z

    Zac Policzer

    04/21/2025, 5:11 PM
    Sorry for missing today's sync on short notice, I got roped into an internal meeting last minute this morning
    k
    • 2
    • 1
  • g

    Gabriel Drouin

    04/21/2025, 5:13 PM
    Thank you @Koorous Vargha, I really appreciate your help and guidance. I will keep you updated this week. Hope to see you again on the next sync @Zac Policzer. I've been digging deep over the past 3-4 days, and I have a week off before my next semester starts, so I plan on working on this issue and learning as much as possible over the next 7 days.
    👍 1
    🚀 1
  • u

    user

    05/02/2025, 4:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
    🙌 1
    z
    f
    • 3
    • 2
  • u

    user

    05/16/2025, 4:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
    ❤️ 1
    k
    m
    g
    • 4
    • 9
  • k

    Koorous Vargha

    05/20/2025, 2:52 AM
    We only delete the backup version in DaVinci once the future version is ready to serve and is set as the current version. Deletion of the backup version happens here, when we set
    daVinciCurrentVersionRef
    to the future version. Logic for the deletion is here.
    Copy code
    2025-05-19 19:40:22 - [] INFO [StoreBackend] [DaVinci_Bootstrapping_Check_Executor-t0] Ready to serve partitions [0, 1, 2] of store_da7ee7f95b05_2bb73946_v2
    2025-05-19 19:40:22 - [] INFO [StoreBackend] [DaVinci_Bootstrapping_Check_Executor-t0] Switching to new version store_da7ee7f95b05_2bb73946_v2, currentVersion store_da7ee7f95b05_2bb73946_v1
    2025-05-19 19:40:22 - [] INFO [VersionBackend] [pool-148-thread-1] Deleting local version store_da7ee7f95b05_2bb73946_v1
    2025-05-19 19:40:22 - [] INFO [VersionBackend] [DaVinci_Bootstrapping_Check_Executor-t0] Bootstrapping aware subscription to store: store_da7ee7f95b05_2bb73946, version: 2 is completed
    2025-05-19 19:40:22 - [] INFO [VersionBackend] [pool-148-thread-1] Closing local version store_da7ee7f95b05_2bb73946_v1
    cc: @Zac Policzer @Gabriel Drouin
    👍 1
  • g

    Gabriel Drouin

    05/20/2025, 3:14 AM
    Are the meeting recordings kept internally only? And/or are there transcriptions available? If you think it could be worthwhile for me to have access to it, or to wait for the write-up instead
    k
    z
    • 3
    • 10
  • g

    Gabriel Drouin

    05/21/2025, 11:40 AM
    I've pushed a small commit on my PR regarding replacing uses of
    VeniceProperties.empty()
    with
    veniceConfigLoader.getCombinedProperties()
    , and left some comments regarding some issues I'm facing as of now Nothing too hard to come by I believe, but could still take some of your thoughts before I continue on. Quite a good challenge to get a better grasp of Venice's architecture 😃 Other tasks I plan on completing afterwards are: • Adding a flag param to turn on/off retries • Automating the publishing of contributor sync recordings to Slack Will probably have some more time on Friday Thank you all! 👍
    🎉 2
    k
    • 2
    • 17
  • g

    Gabriel Drouin

    05/22/2025, 1:20 AM
    After investigating how to automate publishing zoom recordings to Slack, I've come to understand that: • Zoom provides various webhooks, one of which is a
    recording.completed
    event, and Slack also has a feature to accept incoming webhooks • However, the Zoom webhook can't be directly received and processed by Slack; some middleware app is required for parsing • This can be done with a no-code SaaS solution (Zapier, Make, etc.) or a custom app (ex. Node.js/Express) hosted as a serverless function on cloud or managed service (Railway/Render/Heroku, etc.) Something like
    Copy code
    app.post('/webhook', (req, res) => { 
      const recording = req.body.payload.object;
      const meetingTopic = recording.topic;
      const recordingLinks = recording.recording_files.map(file => file.download_url);
      
      const slackMessage = {
        text: `New Zoom recording available: ${meetingTopic}`,
        attachments: [{
          title: 'View Recording',
          title_link: recordingLinks[0], 
          text: 'The recording from today\'s meeting is now available.'
        }]
      };
    
      fetch('YOUR_SLACK_WEBHOOK_URL', {
        method: 'POST',
        headers: {
          'Content-Type': 'application/json',
        },
        body: JSON.stringify(slackMessage)
      });
      
      res.status(200).send('Event received');
    });
    Example repo I've found
    k
    • 2
    • 5
  • u

    user

    05/30/2025, 4:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
    ❤️ 1
    k
    • 2
    • 1
  • f

    Felix GV

    06/10/2025, 3:18 PM
    [Notes on the use of mocking and reflection in tests]
    k
    • 2
    • 2
  • u

    user

    06/13/2025, 4:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
    👀 1
    z
    • 2
    • 1
  • w

    Welcome Bot

    06/13/2025, 4:27 PM
    [Testing - please ignore!] Welcome @Minh to Venice Contributors Channel!
    m
    m
    f
    • 4
    • 4
  • f

    Felix GV

    06/16/2025, 4:37 PM
    @Gabriel Drouin, @Koorous Vargha, check this out: https://github.com/datastax/venice-helm-chart
  • k

    Koorous Vargha

    06/16/2025, 5:25 PM
    Just merged @Gabriel Drouin's second code related PR. Thank you for your hard work and perseverance!
    🎉 4
    g
    • 2
    • 1
  • g

    Gabriel Drouin

    06/16/2025, 6:15 PM
    This thread summarizes June 16th 2025's sync on contributing for Venice through a capstone university project beginning in January 2026
    k
    f
    • 3
    • 41
  • u

    user

    06/27/2025, 4:00 PM
    Reminder: Monday is our contributor Sync meeting at 9AM PST/12 AM Eastern/6 PM Central Europe, Here is the zoom link to join the meeting.
    g
    k
    • 3
    • 2
  • f

    Felix GV

    06/27/2025, 7:54 PM
    @Gabriel Drouin: https://github.com/rayokota/kwack
    👍 1
    g
    k
    • 3
    • 16