[GitHub] tledkov-gridgain opened a new pull request #5837: IGNITE-10487: add tests to use partition pruning on DML queries

2019-01-16 Thread GitBox
tledkov-gridgain opened a new pull request #5837: IGNITE-10487: add tests to 
use partition pruning on DML queries 
URL: https://github.com/apache/ignite/pull/5837
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] AMashenkov opened a new pull request #5836: IGNITE-10954: Unmute missed tests.

2019-01-16 Thread GitBox
AMashenkov opened a new pull request #5836: IGNITE-10954: Unmute missed tests.
URL: https://github.com/apache/ignite/pull/5836
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] agoncharuk opened a new pull request #5835: IGNITE-10935 Fixed 'Invalid node order' assertion in TCP discovery SPI

2019-01-16 Thread GitBox
agoncharuk opened a new pull request #5835: IGNITE-10935 Fixed 'Invalid node 
order' assertion in TCP discovery SPI
URL: https://github.com/apache/ignite/pull/5835
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit closed pull request #5832: IGNITE-10518: Fix test.

2019-01-16 Thread GitBox
asfgit closed pull request #5832: IGNITE-10518: Fix test.
URL: https://github.com/apache/ignite/pull/5832
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] alamar commented on a change in pull request #3461: IGNITE-7309 Throw NodeStoppingException if marshaling fails while node stopping

2019-01-16 Thread GitBox
alamar commented on a change in pull request #3461: IGNITE-7309 Throw 
NodeStoppingException if marshaling fails while node stopping
URL: https://github.com/apache/ignite/pull/3461#discussion_r248264635
 
 

 ##
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/job/GridJobWorker.java
 ##
 @@ -993,6 +994,23 @@ else if (!internal && 
ctx.event().isRecordable(EVT_JOB_FAILED))
 }
 }
 
+/**
+ * This method wraps U.error invocations to check node stopping.
+ * Log message will be skipped if node is stopping and debug is disabled.
+ *
+ * @param msg Message to log using quiet logger.
+ * @param e Optional exception.
+ */
+private void logError(String msg, @Nullable Throwable e) {
+if (e != null) {
 
 Review comment:
   Can be rephrased as if (e != null && (log.isDebugEnabled() || !X.hasCause(e, 
NodeStoppingException.class)))


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] voropava opened a new pull request #5796: IGNITE-10877 GridAffinityAssignment memoryPressure

2019-01-16 Thread GitBox
voropava opened a new pull request #5796: IGNITE-10877 GridAffinityAssignment 
memoryPressure
URL: https://github.com/apache/ignite/pull/5796
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] voropava opened a new pull request #5796: IGNITE-10877 GridAffinityAssignment memoryPressure

2019-01-16 Thread GitBox
voropava opened a new pull request #5796: IGNITE-10877 GridAffinityAssignment 
memoryPressure
URL: https://github.com/apache/ignite/pull/5796
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] voropava closed pull request #5796: IGNITE-10877 GridAffinityAssignment memoryPressure.

2019-01-16 Thread GitBox
voropava closed pull request #5796: IGNITE-10877 GridAffinityAssignment 
memoryPressure.
URL: https://github.com/apache/ignite/pull/5796
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] voropava opened a new pull request #5796: IGNITE-10877 GridAffinityAssignment memoryPressure.

2019-01-16 Thread GitBox
voropava opened a new pull request #5796: IGNITE-10877 GridAffinityAssignment 
memoryPressure.
URL: https://github.com/apache/ignite/pull/5796
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] voropava commented on issue #5796: IGNITE-10877 GridAffinityAssignment memoryPressure.

2019-01-16 Thread GitBox
voropava commented on issue #5796: IGNITE-10877 GridAffinityAssignment 
memoryPressure.
URL: https://github.com/apache/ignite/pull/5796#issuecomment-454752714
 
 
   Comment


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] voropava closed pull request #5796: IGNITE-10877 GridAffinityAssignment memoryPressure.

2019-01-16 Thread GitBox
voropava closed pull request #5796: IGNITE-10877 GridAffinityAssignment 
memoryPressure.
URL: https://github.com/apache/ignite/pull/5796
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] voropava closed pull request #5796: IGNITE-10877

2019-01-16 Thread GitBox
voropava closed pull request #5796: IGNITE-10877
URL: https://github.com/apache/ignite/pull/5796
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] voropava opened a new pull request #5796: IGNITE-10877

2019-01-16 Thread GitBox
voropava opened a new pull request #5796: IGNITE-10877
URL: https://github.com/apache/ignite/pull/5796
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] 6uest opened a new pull request #5834: IGNITE-10949 org.apache.ignite.internal.MarshallerContextImpl.Combine…

2019-01-16 Thread GitBox
6uest opened a new pull request #5834: IGNITE-10949 
org.apache.ignite.internal.MarshallerContextImpl.Combine…
URL: https://github.com/apache/ignite/pull/5834
 
 
   …dMap generates NPE


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] oignatenko closed pull request #5788: IGNITE-10796 Migrate from JUnit 3 to 4 suites involving IgniteTestSuite

2019-01-16 Thread GitBox
oignatenko closed pull request #5788: IGNITE-10796 Migrate from JUnit 3 to 4 
suites involving IgniteTestSuite
URL: https://github.com/apache/ignite/pull/5788
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] SomeFire opened a new pull request #5833: IGNITE-10590 IgnitePersistentStoreCacheGroupsTest.testExpiryPolicy is…

2019-01-16 Thread GitBox
SomeFire opened a new pull request #5833: IGNITE-10590 
IgnitePersistentStoreCacheGroupsTest.testExpiryPolicy is…
URL: https://github.com/apache/ignite/pull/5833
 
 
   … flaky


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] AMashenkov opened a new pull request #5832: IGNITE-10518: Fix test.

2019-01-16 Thread GitBox
AMashenkov opened a new pull request #5832: IGNITE-10518: Fix test.
URL: https://github.com/apache/ignite/pull/5832
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] x-kreator opened a new pull request #5831: Ignite 9913

2019-01-16 Thread GitBox
x-kreator opened a new pull request #5831: Ignite 9913
URL: https://github.com/apache/ignite/pull/5831
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services