Skip to content
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

SNOW-1418523 Make Session thread safe #2312

Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fb4ecf6
add locks
sfc-gh-aalam Sep 11, 2024
f720701
Merge branch 'main' into aalam-SNOW-1418523-make-internal-session-var…
sfc-gh-aalam Sep 12, 2024
eca13dc
Merge branch 'main' into aalam-SNOW-1418523-make-internal-session-var…
sfc-gh-aalam Sep 17, 2024
96949be
Merge branch 'main' into aalam-SNOW-1418523-make-internal-session-var…
sfc-gh-aalam Sep 18, 2024
5f140ab
SNOW-1418523 make analyzer server connection thread safe (#2282)
sfc-gh-aalam Sep 25, 2024
0624824
SNOW-1418523: concurrent file operations (#2288)
sfc-gh-aalam Sep 25, 2024
42d6e19
SNOW-1418523: make udf and sproc registration thread safe (#2289)
sfc-gh-aalam Sep 25, 2024
801ad6e
merge with main
sfc-gh-aalam Oct 2, 2024
c7fa3ae
Merge branch 'main' into aalam-SNOW-1418523-make-internal-session-var…
sfc-gh-aalam Oct 3, 2024
5672a1d
SNOW-1663726 make session config updates thread safe (#2302)
sfc-gh-aalam Oct 4, 2024
bd0528d
SNOW-1663726 make temp table cleaner thread safe (#2309)
sfc-gh-aalam Oct 4, 2024
39a07d4
SNOW-1642189: collect telemetry about concurrency usage (#2316)
sfc-gh-aalam Oct 4, 2024
4d4e257
SNOW-1546090 add merge gate for future thread safe updates (#2323)
sfc-gh-aalam Oct 4, 2024
66374ee
add plan-builder that was accidentally removed
sfc-gh-aalam Oct 4, 2024
8e57d95
changelog updates
sfc-gh-aalam Oct 4, 2024
822e3f8
create hyperlink for doc
sfc-gh-aalam Oct 4, 2024
860d947
Merge branch 'main' into aalam-SNOW-1418523-make-internal-session-var…
sfc-gh-aalam Oct 8, 2024
805ca91
address comments
sfc-gh-aalam Oct 14, 2024
1583ad9
Merge branch 'main' into aalam-SNOW-1418523-make-internal-session-var…
sfc-gh-aalam Oct 14, 2024
9aeb1f1
fix changelog
sfc-gh-aalam Oct 14, 2024
2e78e4a
fix changelog
sfc-gh-aalam Oct 14, 2024
2d2ff8a
address feedback
sfc-gh-aalam Oct 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
create hyperlink for doc
sfc-gh-aalam committed Oct 4, 2024
commit 822e3f8ed2cf16811ea8b4117dbd7cf3bc324789
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ Please answer these questions before creating your pull request. Thanks!
- [ ] I am adding new credentials
- [ ] I am adding a new dependency
- [ ] If this is a new feature/behavior, I'm adding the Local Testing parity changes.
- [ ] I acknowledge that I have ensured my changes to be thread-safe. Follow the link for more information: https://docs.google.com/document/d/162d_i4zZ2AfcGRXojj0jByt8EUq-DrSHPPnTa4QvwbA/edit#bookmark=id.gotyiyvro5mr
- [ ] I acknowledge that I have ensured my changes to be thread-safe. Follow the link for more information: [Thread-safe Developer Guidelines](https://docs.google.com/document/d/162d_i4zZ2AfcGRXojj0jByt8EUq-DrSHPPnTa4QvwbA/edit#bookmark=id.e82u4nekq80k)

3. Please describe how your code solves the related issue.