Commit Graph

14678 Commits

Author SHA1 Message Date
Lukas Joswiak ef99700363
Merge pull request #7 from sfc-gh-mpilman/features/actor-serialization
Features/actor serialization
2021-04-13 11:19:44 -07:00
Markus Pilman ec95b649b0 Any can't be used as an index type 2021-04-12 09:51:59 -06:00
Markus Pilman eb2fe0dbcf added serializable containers 2021-04-12 09:48:53 -06:00
Markus Pilman 13e00e8408 made ActorLineage thread safe 2021-04-12 09:43:45 -06:00
Markus Pilman 2efcf8efec Merge remote-tracking branch 'sfc/features/actor-lineage' into features/actor-serialization 2021-04-12 09:34:03 -06:00
Markus Pilman 6656557b6a made internal collect method private 2021-04-09 15:25:11 -06:00
Markus Pilman 8a6473c08a
Apply suggestions from code review
Co-authored-by: Lukas Joswiak <lukas.joswiak@snowflake.com>
2021-04-09 15:23:42 -06:00
Markus Pilman 20d98421af fix compiler errors 2021-04-09 15:16:07 -06:00
Markus Pilman eed7419a87
Merge pull request #6 from sfc-gh-ljoswiak/features/global-samples
Add global to fetch each type of sample
2021-04-09 15:10:57 -06:00
Markus Pilman 8ff7dfa0fd
Merge branch 'features/actor-lineage' into features/global-samples 2021-04-09 15:10:46 -06:00
Markus Pilman ed8d43cb87
Merge pull request #5 from sfc-gh-ljoswiak/features/network-actors
Sample actors waiting on network
2021-04-09 15:07:53 -06:00
Markus Pilman 2064903705 collect and serialize 2021-04-09 14:25:11 -06:00
Lukas Joswiak 83cf965875 Add global variable to fetch each type of sample 2021-04-07 15:38:01 -07:00
Lukas Joswiak 130e520ad7 Use object lifetimes instead of function calls 2021-04-07 13:27:31 -07:00
Lukas Joswiak d60011aa74 Update annotation class name 2021-04-07 13:27:31 -07:00
Lukas Joswiak d6c4aa67d7 Sample actors waiting on network 2021-04-07 13:27:31 -07:00
Lukas Joswiak 5c79d29140 Use object lifetimes instead of function calls 2021-04-07 10:59:45 -07:00
Lukas Joswiak c481ba2cfa Update annotation class name 2021-04-06 17:32:02 -07:00
Lukas Joswiak 433872e17d Sample actors waiting on network 2021-04-06 17:28:28 -07:00
Markus Pilman ab3efd7d9d Merge remote-tracking branch 'origin/master' into features/actor-lineage 2021-04-06 10:33:34 -06:00
Markus Pilman 9bcde529f8
Merge pull request #4 from sfc-gh-ljoswiak/features/current-actor
Sample running actor
2021-04-05 11:36:48 -06:00
Aaron Molitor 781255d2c2
Update README.md 2021-04-02 17:43:19 -05:00
Kao Makino 587d89d1a2
Add devtoolset-8-systemtap-sdt-devel (#4538)
Co-authored-by: Aaron Molitor <ammolitor@users.noreply.github.com>
2021-04-02 17:25:13 -05:00
Scott Fines 275e650a80 Disabling tests that don't really work in the ctest development environment. They aren't important tests anyway 2021-04-02 11:09:08 -05:00
Meng Xu 4590c48073
Merge pull request #4605 from ammolitor/master
align developer aliases with CI build commands
2021-04-01 14:27:36 -07:00
Aaron Molitor 723d34ec15 align developer aliases with CI build commands
align developer aliases with CI build commands
2021-04-01 12:52:34 -05:00
Lukas Joswiak c90be2003f Profile running actor 2021-04-01 10:34:59 -07:00
Evan Tschannen 9f048c4e22
Merge pull request #4601 from sfc-gh-mpilman/buildcop/2021/03/31/MoveKeysSideband
Buildcop/2021/03/31/move keys sideband
2021-04-01 10:24:01 -07:00
Evan Tschannen 644707a865
Merge pull request #4599 from sfc-gh-etschannen/fix-monitor-leader-remotely
Fixed simulation bugs where the test was not able to set a starting config
2021-04-01 10:07:14 -07:00
Evan Tschannen d612dbbbe2
Update fdbserver/Coordination.actor.cpp
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
2021-04-01 10:05:49 -07:00
Markus Pilman 7c74686883 Merge remote-tracking branch 'sfc/features/actor-lineage' into features/actor-lineage 2021-04-01 11:02:18 -06:00
Markus Pilman dc35af3760 Merge remote-tracking branch 'origin/master' into features/actor-lineage 2021-04-01 11:01:31 -06:00
Markus Pilman 07976993e7 change buggified knob instead 2021-03-31 16:25:13 -06:00
Markus Pilman c295dabc64 Change assertion to not catch valid time_outs 2021-03-31 16:23:39 -06:00
Evan Tschannen 6e2a8dd3db Merge branch 'master' into fix-monitor-leader-remotely 2021-03-31 14:26:58 -07:00
Evan Tschannen 8be216b5c9 fix: storage servers would not attempt to become a cluster controller even when they were the only process in a region because they were not notified that the existing cluster controller was in the remote region 2021-03-31 14:24:44 -07:00
Vishesh Yadav 91afa3cc9c
Merge pull request #4515 from halfprice/zhewu/update-fault-tolerance-calculation
Populate min_replicas_remaining fields in the cluster status for all regions. This gives better picture of the data replicas currently exist in the database.
2021-03-31 13:06:17 -07:00
Markus Pilman ce8fce94c8
Merge pull request #4596 from sfc-gh-etschannen/fix-starting-config
Fixed simulations which timeout setting starting configuration
2021-03-31 10:31:28 -06:00
Evan Tschannen e774262046 fix: g_simulator.disableRemote did not contain the rest of the configuration 2021-03-30 21:11:26 -07:00
Evan Tschannen d2061554db Fix: simulations with region configurations that enables automatic failover could failover before both regions are fully replicated 2021-03-30 19:48:54 -07:00
Steve Atherton 7d44af3fec
Merge pull request #4568 from jzhou77/master
Use the restored range in the actual restore
2021-03-30 09:58:31 -07:00
Steve Atherton 82121b6cb7
Merge pull request #4590 from jzhou77/fix
Fix a comment on backup log data location
2021-03-30 09:57:41 -07:00
Evan Tschannen 58c9158b73
Merge pull request #4583 from sfc-gh-mpilman/buildcop/2021/03/25/lowlatency1
Fix bug where betterMasterExist and recruitment disagree
2021-03-30 09:39:50 -07:00
Jingyu Zhou 4c73e838ab Fix a comment on backup log data location 2021-03-30 09:26:48 -07:00
Lukas Joswiak f2d3687110 Print stack 2021-03-29 16:06:26 -07:00
Zhe Wu 2648d19edd Update comment 2021-03-29 15:10:57 -07:00
Zhe Wu 43db56ae77 Merge remote-tracking branch 'upstream/master' into zhewu/update-fault-tolerance-calculation
Merge upstream master.
2021-03-29 13:51:10 -07:00
Jingyu Zhou 2b4744ad8a Reword comments. 2021-03-29 13:43:43 -07:00
Markus Pilman 50342b5082 fix a second low-latency bug 2021-03-29 13:31:26 -06:00
Markus Pilman 41faa51c7a re-add debugRandom 2021-03-29 13:31:16 -06:00