Skip to content
Snippets Groups Projects
  1. Jan 30, 2020
  2. Jan 29, 2020
  3. Jan 28, 2020
  4. Jan 23, 2020
  5. Jan 21, 2020
  6. Dec 13, 2019
  7. Dec 06, 2019
  8. Dec 05, 2019
    • Cecylia Bocovich's avatar
      Added another lock to protect broker stats · 06298eec
      Cecylia Bocovich authored
      Added another lock to the metrics struct to synchronize accesses to the
      broker stats. There's a possible race condition if stats are updated at
      the same time they are being logged.
      06298eec
    • Cecylia Bocovich's avatar
      Add tests to check for data race in broker · 42e16021
      Cecylia Bocovich authored
      We had some data races in the broker that occur when proxies and clients
      modify the heap/snowflake map at the same time. This test has a client
      and proxy access the broker simultaneously to check for data races.
      42e16021
    • Cecylia Bocovich's avatar
      Add synchronization to prevent race in broker · dccc15a6
      Cecylia Bocovich authored
      There's a race condition in the broker where both the proxy and the
      client processes try to pop/remove the same snowflake from the heap.
      This patch adds synchronization to prevent simultaneous accesses to
      snowflakes.
      dccc15a6
  9. Dec 03, 2019
  10. Nov 28, 2019
  11. Nov 22, 2019
  12. Nov 21, 2019
  13. Nov 13, 2019
Loading