8000 Remove Zookeeper Data Store from Lock Component. · symfony/symfony@2bb178a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bb178a

Browse files
Remove Zookeeper Data Store from Lock Component.
1 parent 2066c00 commit 2bb178a

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
public function putOffExpiration(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
<ini name="error_reporting" value="-1" />
1313
<env name="REDIS_HOST" value="localhost" />
1414
<env name="MEMCACHED_HOST" value="localhost" />
15-
<env name="ZOOKEEPER_HOST" value="localhost" />
1615
</php>
1716

1817
<testsuites>
19-
<testsuite name="Symfony Lock Component Test Suite">
18+
<testsuite name="Symfony Lock Bridge Test Suite">
2019
<directory>./Tests/</directory>
2120
</testsuite>
2221
</testsuites>

0 commit comments

Comments
 (0)
0