[GitHub] ignite pull request #4170: Ignite 8748

2018-06-09 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/4170 Ignite 8748 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8748 Alternatively you can review and apply

[GitHub] ignite pull request #4240: ignite-8780 File I/O operations must be retried i...

2018-06-21 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/4240 ignite-8780 File I/O operations must be retried if buffer hasn't read/written completely You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] ignite pull request #4224: MarshallerMappingFileStore: Incorrect locks on fi...

2018-06-19 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/4224 MarshallerMappingFileStore: Incorrect locks on files You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8831

[GitHub] ignite pull request #4485: ignite-8888 write fix

2018-08-06 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/4485 ignite- write fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite- Alternatively you can review

[GitHub] ignite pull request #4392: IGNITE-9041 AssertionError in TcpCommunicationSpi

2018-07-20 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/4392 IGNITE-9041 AssertionError in TcpCommunicationSpi You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9041

[GitHub] ignite pull request #3740: ignite-8049 Limit the number of operation cycles ...

2018-04-03 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/3740 ignite-8049 Limit the number of operation cycles in B+Tree You can merge this pull request into a Git repository by running: $ git pull https://github.com/SpiderRus/ignite ignite-8049

[GitHub] ignite pull request #3769: Ignite 8049

2018-04-06 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/3769 Ignite 8049 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8049 Alternatively you can review and apply

[GitHub] ignite pull request #3765: Ignite 8049

2018-04-06 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/3765 Ignite 8049 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8049 Alternatively you can review and apply

[GitHub] ignite pull request #3765: Ignite 8049

2018-04-06 Thread SpiderRus
Github user SpiderRus closed the pull request at: https://github.com/apache/ignite/pull/3765 ---

[GitHub] ignite pull request #3740: ignite-8049 Limit the number of operation cycles ...

2018-04-06 Thread SpiderRus
Github user SpiderRus closed the pull request at: https://github.com/apache/ignite/pull/3740 ---

[GitHub] ignite pull request #3849: B+Tree operation may result in an infinite loop i...

2018-04-17 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/3849 B+Tree operation may result in an infinite loop in some case You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite

[GitHub] ignite pull request #5194: WAL archiever optimization

2018-10-29 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5194 WAL archiever optimization You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9903 Alternatively you can review

[GitHub] ignite pull request #5227: ignite-9970 Local hostname fix

2018-10-31 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5227 ignite-9970 Local hostname fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9970 Alternatively you can

[GitHub] ignite pull request #5213: Sock timeout

2018-10-30 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5213 Sock timeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9840 Alternatively you can review and apply

[GitHub] ignite pull request #5199: Sctrict bounds check

2018-10-29 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5199 Sctrict bounds check You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10045 Alternatively you can review

[GitHub] ignite pull request #5383: ignite-8735 Metastorage creates its own index par...

2018-11-13 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5383 ignite-8735 Metastorage creates its own index partition You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8735

[GitHub] ignite pull request #5213: Sock timeout

2018-11-06 Thread SpiderRus
Github user SpiderRus closed the pull request at: https://github.com/apache/ignite/pull/5213 ---

[GitHub] ignite pull request #5398: ignite-10246 StandaloneWALRecordIterator must thr...

2018-11-15 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5398 ignite-10246 StandaloneWALRecordIterator must throw checkBounds exception You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache

[GitHub] ignite pull request #4953: FsyncModeFileWriteAheadLogManager can block forev...

2018-10-11 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/4953 FsyncModeFileWriteAheadLogManager can block forever in log() call You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #5515: IGNITE-10348 Safely recreate metastore to mitigat...

2018-11-27 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5515 IGNITE-10348 Safely recreate metastore to mitigate IGNITE-8735 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite

[GitHub] ignite pull request #4735: Cache 2 stab experiment

2018-09-12 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/4735 Cache 2 stab experiment You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-stabilization-cache2 Alternatively