Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2bb178a

Browse files
Remove Zookeeper Data Store from Lock Component.
1 parent2066c00 commit2bb178a

File tree

5 files changed

+3
-270
lines changed

5 files changed

+3
-270
lines changed

‎src/Symfony/Bridge/Zookeeper/Lock/Store/ZookeeperStore.php‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ public function waitAndSave(Key $key)
119119
*/
120120
publicfunctionputOffExpiration(Key$key,$ttl)
121121
{
122-
// This store doesn't support TTL. The lock nodes die at the end of a client's session if not released correctly.
122+
// This store doesn't support TTL.
123+
// The lock nodes die at the end of a script execution if not released correctly.
123124
}
124125

125126
/**

‎src/Symfony/Component/Lock/CHANGELOG.md‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
CHANGELOG
22
=========
33

4-
4.2.0
5-
6-
* Add a new Zookeeper Data Store for Lock Component.
7-
8-
94
3.4.0
105
-----
116

‎src/Symfony/Component/Lock/Store/ZookeeperStore.php‎

Lines changed: 0 additions & 225 deletions
This file was deleted.

‎src/Symfony/Component/Lock/Tests/Store/ZookeeperStoreTest.php‎

Lines changed: 0 additions & 37 deletions
This file was deleted.

‎src/Symfony/Component/Lock/phpunit.xml.dist‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
<ininame="error_reporting"value="-1" />
1313
<envname="REDIS_HOST"value="localhost" />
1414
<envname="MEMCACHED_HOST"value="localhost" />
15-
<envname="ZOOKEEPER_HOST"value="localhost" />
1615
</php>
1716

1817
<testsuites>
19-
<testsuitename="Symfony LockComponent Test Suite">
18+
<testsuitename="Symfony LockBridge Test Suite">
2019
<directory>./Tests/</directory>
2120
</testsuite>
2221
</testsuites>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp