-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Filestore] issue-2190: support reconnect for local file system #2103
Conversation
33c1bc9
to
ffac955
Compare
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit ffac955.
🟢 linux-x86_64-release-asan: all tests PASSED for commit ffac955.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit ffac955.
🟢 linux-x86_64-release-asan: all tests PASSED for commit ffac955.
🟢 linux-x86_64-release-tsan: all tests PASSED for commit ffac955.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
нужна ссылка на issue через #issue-no в description
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit ffac955.
🟢 linux-x86_64-release-asan: all tests PASSED for commit ffac955.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit ffac955.
🟢 linux-x86_64-release-asan: all tests PASSED for commit ffac955.
🟢 linux-x86_64-release-tsan: all tests PASSED for commit ffac955.
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 2b7c72c.
🔴 linux-x86_64-release-asan: some tests FAILED for commit 2b7c72c.
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 2b7c72c.
🔴 linux-x86_64-release-asan: some tests FAILED for commit 2b7c72c.
🔴 linux-x86_64-release-tsan: some tests FAILED for commit 2b7c72c.
|
2b7c72c
to
20caee1
Compare
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 20caee1.
🔴 linux-x86_64-release-asan: some tests FAILED for commit 20caee1.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 20caee1.
🔴 linux-x86_64-release-asan: some tests FAILED for commit 20caee1.
🔴 linux-x86_64-release-tsan: some tests FAILED for commit 20caee1.
|
20caee1
to
2e6c56e
Compare
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 33c964a.
🟢 linux-x86_64-release-asan: all tests PASSED for commit 33c964a.
🔴 linux-x86_64-release-tsan: some tests FAILED for commit 33c964a.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 6d805f1.
🟢 linux-x86_64-release-asan: all tests PASSED for commit 6d805f1.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit b1bd501.
🟢 linux-x86_64-release-asan: all tests PASSED for commit b1bd501.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit b1bd501.
🟢 linux-x86_64-release-asan: all tests PASSED for commit b1bd501.
🟢 linux-x86_64-release-tsan: all tests PASSED for commit b1bd501.
|
b1bd501
to
d4f5cd0
Compare
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit d4f5cd0.
🟢 linux-x86_64-release-asan: all tests PASSED for commit d4f5cd0.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit d4f5cd0.
🟢 linux-x86_64-release-asan: all tests PASSED for commit d4f5cd0.
🟢 linux-x86_64-release-tsan: all tests PASSED for commit d4f5cd0.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit c378427.
🟢 linux-x86_64-release-asan: all tests PASSED for commit c378427.
|
Note This is an automated comment that will be appended during run. 🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit c378427.
🟢 linux-x86_64-release-asan: all tests PASSED for commit c378427.
🟢 linux-x86_64-release-tsan: all tests PASSED for commit c378427.
|
* issue-2190: persistent table data structure (#2199) Implementation of records table on top of memory mapped file. This will be used to recover inodes and file descriptors in later PRs * issue-2263: generate nfs-vhost-local.txt config file (#2264) * [Filestore] issue-2190: support reconnect for local file system (#2103) * [Filestore] issue-2189: support O_DIRECT in local filestore (#2188) * fix compilation
#2190