[GitHub] geode pull request #648: GEODE-3206 : Corrected order of lucene search resul...

2017-07-19 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/648 GEODE-3206 : Corrected order of lucene search results based on score. * Lucene results with higher score value are more relevant than lower once. Used descending comparator for lucene

[GitHub] geode issue #568: GEODE-290: Removed deprecated methods from Launcher classe...

2017-06-10 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/568 @kirklund Thanks for review. As noted, I missed following commit guidelines. I have amended git message. Also updated PR title and description. --- If your project is set up for it, you can

[GitHub] geode pull request #568: GEODE-290 : Removed deprecated method stopWithPort ...

2017-06-07 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/568 GEODE-290 : Removed deprecated method stopWithPort from LocatorLauncher… Removed deprecated properties. Modified test cases to use alternate constants. Thank you for

[GitHub] geode pull request #541: GEODE-2960 : Trim field parameter values from creat...

2017-05-26 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/541 GEODE-2960 : Trim field parameter values from create lucene index. Added logic to trim leading and trailing spaces from values provided against 'field'. Modify existing test case

[GitHub] geode pull request #526: GEODE-269 : Removing deprecated API's from Function...

2017-05-22 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/526 GEODE-269 : Removing deprecated API's from FunctionService. Modified test cases after removing deprecated API's Thank you for submitting a contribution to Apache Geode.

[GitHub] geode issue #511: Feature/geode 269

2017-05-22 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/511 @jhuynh1 Sure will open new PR without conflict. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] geode pull request #511: Feature/geode 269

2017-05-12 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/511 Feature/geode 269 Thank you for submitting a contribution to Apache Geode. In order to streamline the review of the contribution we ask you to ensure the following steps have been

[GitHub] geode issue #509: GEODE-265: Removing deprecated API from Execution interfac...

2017-05-11 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/509 @metatype Thanks for review. I have removed withArgs related changes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] geode pull request #509: GEODE-265: Removing deprecated API from Execution i...

2017-05-11 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/509 GEODE-265: Removing deprecated API from Execution interface. - Removed following deprecated API from Execution interface 1. public Execution withArgs(IN args) 2. public

[GitHub] geode issue #326: Feature/geode 2103 : Adding --http-service-port and --http...

2017-02-03 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/326 @metatype I have updated the golden-help-offline.properties. The integration test HelpCommandsIntegrationTest is generic one checking the help and confirms the contents from golden-help

[GitHub] geode issue #327: GEODE-2236: Remove all cache-listners using Gfsh

2017-01-08 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/327 @kjduling If changes are good can you please help me in merging this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] geode pull request #327: GEODE-2236: Remove all cache-listners using Gfsh

2017-01-02 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/327 GEODE-2236: Remove all cache-listners using Gfsh Added check before instantiating cache listner class. Added test to verify change. You can merge this pull request into a Git repository by

[GitHub] geode pull request #326: Feature/geode 2103 : Adding --http-service-port and...

2016-12-25 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/326 Feature/geode 2103 : Adding --http-service-port and --http-service-bind-address option in start locator command You can merge this pull request into a Git repository by running: $ git

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-21 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/296 Thanks @upthewaterspout for your assistance in resolving it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-21 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/296 @upthewaterspout Thanks for the detailed review. I agree with you, SingleHopClientExecutor was not having uncaught exception handler which is causing exceptions not handled and ultimately not

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-19 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/296 @upthewaterspout Do changes look good? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-14 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/296 Precheckin and ./gradlew test passed on my machine. @upthewaterspout Kindly have a look over updated PR. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] geode issue #297: GEODE-734: gfsh export stack-traces should not require an ...

2016-12-08 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/297 Thank you @kirklund and @metatype for review and merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-08 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/296 @upthewaterspout It looks like from IDE when we run all tests under UnitTest category above test fails. But when we run either :geode-core:test target or complete precheckin I never observed

[GitHub] incubator-geode issue #296: GEODE-2109 : Calling submit on ExecutionService ...

2016-12-04 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/incubator-geode/pull/296 @kirklund I have added a test as suggested with SingleHopTestExecutor. Kindly review. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-geode issue #297: GEODE-734: gfsh export stack-traces should not r...

2016-12-02 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/incubator-geode/pull/297 @metatype and @kirklund I have addressed the review comments. Kindly have a look. precheckin is successful. I am not sure why travis is failed with spotlessJavaCheck, at my box it

[GitHub] incubator-geode pull request #297: GEODE-734: gfsh export stack-traces shoul...

2016-12-01 Thread deepakddixit
Github user deepakddixit commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/297#discussion_r90585692 --- Diff: geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ShowStackTraceDUnitTest.java --- @@ -90,6 +90,20

[GitHub] incubator-geode issue #296: GEODE-2109 : Calling submit on ExecutionService ...

2016-11-30 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/incubator-geode/pull/296 @upthewaterspout Thanks for the review. The class declaration is mistakenly changed. I have corrected it. All tests are passing from precheckin after this. --- If your project is set

[GitHub] incubator-geode pull request #297: GEODE-734: gfsh export stack-traces shoul...

2016-11-26 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/incubator-geode/pull/297 GEODE-734: gfsh export stack-traces should not require an output file with extension .txt Removed mandatory txt file extension when exporting stack trace using gfsh command export

[GitHub] incubator-geode pull request #296: GEODE-2109 : Calling submit on ExecutionS...

2016-11-25 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/incubator-geode/pull/296 GEODE-2109 : Calling submit on ExecutionService can cause exceptions to be lost Replaced submit call with execute. Refactored GIITask calls from DiskStoreImpl. Async task like