<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/redis.git, branch slave-script-timeout</title>
<subtitle>github.com: antirez/redis.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/'/>
<entry>
<title>Test: processing of master stream in slave -BUSY state.</title>
<updated>2018-08-31T14:43:41+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-31T14:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=593ce5b206c0a9db225b5034b19ab956ce1978e5'/>
<id>593ce5b206c0a9db225b5034b19ab956ce1978e5</id>
<content type='text'>
See #5297.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #5297.
</pre>
</div>
</content>
</entry>
<entry>
<title>After slave Lua script leaves busy state, re-process the master buffer.</title>
<updated>2018-08-31T14:07:03+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-31T14:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=f2739ca9c49ff65c8ea31f1a8184f0843debba45'/>
<id>f2739ca9c49ff65c8ea31f1a8184f0843debba45</id>
<content type='text'>
Technically speaking we don't really need to put the master client in
the clients that need to be processed, since in practice the PING
commands from the master will take care, however it is conceptually more
sane to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Technically speaking we don't really need to put the master client in
the clients that need to be processed, since in practice the PING
commands from the master will take care, however it is conceptually more
sane to do so.
</pre>
</div>
</content>
</entry>
<entry>
<title>While the slave is busy, just accumulate master input.</title>
<updated>2018-08-30T15:52:04+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-30T15:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=e8d35809c4d85a58e757c90c38e02fcef2b97374'/>
<id>e8d35809c4d85a58e757c90c38e02fcef2b97374</id>
<content type='text'>
Processing command from the master while the slave is in busy state is
not correct, however we cannot, also, just reply -BUSY to the
replication stream commands from the master. The correct solution is to
stop processing data from the master, but just accumulate the stream
into the buffers and resume the processing later.

Related to #5297.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Processing command from the master while the slave is in busy state is
not correct, however we cannot, also, just reply -BUSY to the
replication stream commands from the master. The correct solution is to
stop processing data from the master, but just accumulate the stream
into the buffers and resume the processing later.

Related to #5297.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow scripts to timeout even if from the master instance.</title>
<updated>2018-08-30T09:46:42+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-30T09:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=4b68dbcbd7ed93867ad0ed4ebe9623d734f624dd'/>
<id>4b68dbcbd7ed93867ad0ed4ebe9623d734f624dd</id>
<content type='text'>
However the master scripts will be impossible to kill.

Related to #5297.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
However the master scripts will be impossible to kill.

Related to #5297.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow scripts to timeout on slaves as well.</title>
<updated>2018-08-29T16:14:46+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-29T16:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=17b0d99d9fde0747eb9730c91ad900d9fc53fdba'/>
<id>17b0d99d9fde0747eb9730c91ad900d9fc53fdba</id>
<content type='text'>
See reasoning in #5297.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See reasoning in #5297.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4216 from lamby/did-not-received-typos</title>
<updated>2018-08-29T14:18:11+00:00</updated>
<author>
<name>Salvatore Sanfilippo</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-29T14:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=476eea95dad37aa2c11cd82627926b9d117e052a'/>
<id>476eea95dad37aa2c11cd82627926b9d117e052a</id>
<content type='text'>
Correct "did not received" -&gt; "did not receive" typos/grammar.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct "did not received" -&gt; "did not receive" typos/grammar.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5282 from soloestoy/remove-duplicate-bind-in-sentinel.conf</title>
<updated>2018-08-29T14:13:42+00:00</updated>
<author>
<name>Salvatore Sanfilippo</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-29T14:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=bd9259d12dfea67022d0401702142bb2b5033728'/>
<id>bd9259d12dfea67022d0401702142bb2b5033728</id>
<content type='text'>
remove duplicate bind in sentinel.conf</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove duplicate bind in sentinel.conf</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5296 from soloestoy/command-script-flag2</title>
<updated>2018-08-29T10:26:01+00:00</updated>
<author>
<name>Salvatore Sanfilippo</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-29T10:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=ed5cc77ce0ffecc1742587debae944e1bf04128c'/>
<id>ed5cc77ce0ffecc1742587debae944e1bf04128c</id>
<content type='text'>
Supplement to PR #4835, just take info/memory/command as random commands</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Supplement to PR #4835, just take info/memory/command as random commands</pre>
</div>
</content>
</entry>
<entry>
<title>Supplement to PR #4835, just take info/memory/command as random commands</title>
<updated>2018-08-29T10:23:05+00:00</updated>
<author>
<name>zhaozhao.zz</name>
<email>zhaozhao.zz@alibaba-inc.com</email>
</author>
<published>2018-08-29T10:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=7d39c149c4ad3cf09fe58f2639ca58b4353294f0'/>
<id>7d39c149c4ad3cf09fe58f2639ca58b4353294f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4835 from soloestoy/command-script-flag</title>
<updated>2018-08-29T10:13:50+00:00</updated>
<author>
<name>Salvatore Sanfilippo</name>
<email>antirez@gmail.com</email>
</author>
<published>2018-08-29T10:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=0e21efdb1cf6761af4eea086769cecbeefdb2415'/>
<id>0e21efdb1cf6761af4eea086769cecbeefdb2415</id>
<content type='text'>
some commands' flags should be set correctly, issue #4834</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some commands' flags should be set correctly, issue #4834</pre>
</div>
</content>
</entry>
</feed>
