Lukas Joswiak
22bc2eb71c
Fix subsequence ordering issue
2020-10-26 01:15:26 -07:00
Lukas Joswiak
7403e49c33
Fix deserialization issue with late LogProtocolMessage
...
Previously, if multiple metadata messages were written without clearing
transaction state between them, an issue could occur when deserializing
where a later message could be missing its LogProtocolMessage prefix.
This would cause the protocol version to not be set, causing an
assertion failure when deserializing MutationRefs.
2020-10-26 01:13:51 -07:00
Steve Atherton
9501edb960
Bug fix, blob client was not correctly using keys longer than 64 bytes in request signing.
2020-10-25 21:11:04 -07:00
Xiaoge Su
1fe775d393
Merge pull request #3962 from sfc-gh-tclinkenbeard/add-optional-get-overload
...
Support rvalue reference overload for Optional::get
2020-10-24 23:17:14 -07:00
Trevor Clinkenbeard
e963c3bc61
Merge pull request #3946 from ajbeamon/fix-memory-issue-due-to-iterator-invalidation
...
Fix memory error due to iterator invalidation
2020-10-24 22:51:10 -07:00
sfc-gh-tclinkenbeard
dd55eeeaca
Start backup agent in RestoreBackup workload
2020-10-24 22:28:46 -07:00
sfc-gh-tclinkenbeard
8191a38b88
Support rvalue reference overload for Optional::get
2020-10-24 21:05:42 -07:00
Meng Xu
b0d78ecf37
Merge pull request #3912 from dongxinEric/misc/log-detailed-teams-info-in-dd
...
Added a way to print detailed information about team collection for d…
2020-10-24 19:06:10 -07:00
sfc-gh-tclinkenbeard
2a849dc52c
Update BackupContainerAzureBlobStoreImpl::WriteFile::sync
2020-10-24 16:48:06 -07:00
sfc-gh-tclinkenbeard
195873e1cc
Cleaned up unnecessary backup container includes
2020-10-24 16:48:05 -07:00
sfc-gh-tclinkenbeard
195ca30a20
Azure backup cleanup
2020-10-24 16:48:05 -07:00
sfc-gh-tclinkenbeard
e389a5dabe
Fix issues with Azure credentials
2020-10-24 16:48:05 -07:00
sfc-gh-tclinkenbeard
c6739f7075
Add skeleton for BackupContainerAzureBlobStore::listURLs
2020-10-24 16:48:05 -07:00
sfc-gh-tclinkenbeard
bb09f0e657
Improve AsyncTaskThread encapsulation
2020-10-24 16:48:05 -07:00
sfc-gh-tclinkenbeard
7cba81316a
Fix some race conditions in AsyncTaskThread (some more remain)
2020-10-24 16:48:04 -07:00
sfc-gh-tclinkenbeard
4d127a29cc
Added testing and fixed some bugs in AsyncTaskThread
2020-10-24 16:48:04 -07:00
sfc-gh-tclinkenbeard
456a7c77a2
Add random delay to AsyncTaskThread::execAsync in simulation
2020-10-24 16:48:04 -07:00
sfc-gh-tclinkenbeard
f3c52ed41e
Guard Azure backup compilation behind CMake variable
2020-10-24 16:48:04 -07:00
sfc-gh-tclinkenbeard
e3f94c80fc
Added BackupContainerAzureBlobStore::getURLFormat
2020-10-24 16:48:03 -07:00
sfc-gh-tclinkenbeard
dc3738b97f
Improve encapsulation for BackupContainerFileSystem
2020-10-24 16:48:03 -07:00
sfc-gh-tclinkenbeard
6a27619544
Remove unnecessary copies in BackupContainer code
2020-10-24 16:48:03 -07:00
sfc-gh-tclinkenbeard
1d28285cc5
Made BackupContainer.h header guard consistent with other header guards
2020-10-24 16:48:03 -07:00
sfc-gh-tclinkenbeard
ae91cf1d44
Make BackupContainerFileSystem.h a non-actor file
2020-10-24 16:48:02 -07:00
sfc-gh-tclinkenbeard
9242456d71
Improve encapsulation for BackupContainerAzureBlobStore
2020-10-24 16:48:02 -07:00
sfc-gh-tclinkenbeard
226b3f6bf2
Improve encapsulation for BackupContainerS3BlobStore
2020-10-24 16:48:02 -07:00
sfc-gh-tclinkenbeard
e1d58d3c66
Moved BackupContainerS3BlobStore into its own files
2020-10-24 16:48:02 -07:00
sfc-gh-tclinkenbeard
e15a268548
Use anonymous namespace for BackupContainerLocalDirectory helper functions
2020-10-24 16:48:02 -07:00
sfc-gh-tclinkenbeard
961aeaecac
Moved BackupContainerAzureBlobStore into its own files
2020-10-24 16:48:01 -07:00
sfc-gh-tclinkenbeard
e5338d213b
Moved BackupContainerLocalDirectory into its own files
2020-10-24 16:48:01 -07:00
sfc-gh-tclinkenbeard
3c6de425a1
Moved BackupContainerFileSystem implementation to cpp file
2020-10-24 16:48:01 -07:00
sfc-gh-tclinkenbeard
cd50d53b1e
Created BackupContainerFileSystem.actor.h
2020-10-24 16:48:01 -07:00
sfc-gh-tclinkenbeard
29d6fc5dff
Clarify scope of IBackupFile_impl namespace
2020-10-24 16:48:00 -07:00
sfc-gh-tclinkenbeard
0879e529d2
Add error handling to AsyncTaskThread::execAsync
2020-10-24 16:48:00 -07:00
sfc-gh-tclinkenbeard
e9de39f525
Add machine attrition to BackupBlobCorrectness test
2020-10-24 16:48:00 -07:00
sfc-gh-tclinkenbeard
8c7515914e
Update description override in Blob backup/restore workloads
2020-10-24 16:48:00 -07:00
sfc-gh-tclinkenbeard
0a99438d84
Update pNumDeleted in BackupContainerAzureBlobStore::deleteContainer
2020-10-24 16:48:00 -07:00
sfc-gh-tclinkenbeard
2049789a99
Remove BackupContainerAzure.actor.cpp
2020-10-24 16:47:59 -07:00
sfc-gh-tclinkenbeard
ad911f4d61
Encapsulate some methods in BackupContainerAzureBlobStore
2020-10-24 16:47:59 -07:00
sfc-gh-tclinkenbeard
72b24c36e7
Fix header for AsyncTaskThread.h
2020-10-24 16:47:59 -07:00
sfc-gh-tclinkenbeard
273ea97879
Renamed BackupToBlob.toml BackupBlobCorrectness.toml
2020-10-24 16:47:59 -07:00
sfc-gh-tclinkenbeard
82b6daa16b
First draft of Azure blob storage backup container
2020-10-24 16:47:51 -07:00
Trevor Clinkenbeard
ef50452bfb
Merge pull request #3959 from sfc-gh-ljoswiak/bugfixes/span-downgrade
...
Only serialize span if TLogVersion >= 6
2020-10-23 19:52:39 -07:00
Lukas Joswiak
09721ba9bf
Only send span context info if supported
2020-10-23 16:36:05 -07:00
Xin Dong
6395b76d8c
Address more review comments
2020-10-23 15:29:08 -07:00
Russell Sears
8342f80020
Merge pull request #3711 from Daniel-B-Smith/rocksdb-lz4
...
Use lz4 compression with RocksDB
2020-10-23 14:07:49 -07:00
Xin Dong
f757cae786
Address review comments
2020-10-23 14:01:53 -07:00
Russell Sears
2b65f17669
Merge branch 'release-6.3' into rocksdb-lz4
2020-10-23 13:09:14 -07:00
Alvin Moore
25989c4108
Merge pull request #3958 from sears/release-6-2-2020-10-23
...
Release 6 2 2020 10 23
2020-10-23 15:56:00 -04:00
Russell Sears
92a5178b4a
Merge branch 'release-6.3' into release-6-2-2020-10-23
2020-10-23 12:24:48 -07:00
Alvin Moore
7e13c99d3c
Merge pull request #3938 from sears/rocksdb_fixes
...
Rocksdb fixes
2020-10-23 15:11:33 -04:00