You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2017/09/20 17:52:49 UTC

[geode] branch develop updated (02d1edf -> 67dbd2b)

This is an automated email from the ASF dual-hosted git repository.

abaker pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 02d1edf  GEODE-3083: Fix geode-protobuf stats. - Enhance and rename test of basic messages and statistics to use the statistics directly. - Fix protobuf client statistics to properly update messages sent and received statistics. - Remove another use of stats file.
     add 2284ea6  Update version on release branch
     add 9d4465a  GEODE-2947: Error message is now specific to lucene indexes
     add e62668a  GEODE-3006: reduce the frequency of ping request and reduce the loglevel of login/logout messages
     add a2243f4  GEODE-2983: correctly handling --J option value that has "," inside.
     add a0dadad  GEODE-2989: Improve mechanism for scanning the classpath to find gfsh commands
     add cfdd573  GEODE-2966: RefactorLauncherLifecycleCommands
     add fd55f05  GEODE-2966: Restore command changes lost in merge conflict
     add 335c109  GEODE-3014 Document server/region/Lucene index start-up sequence
     add badd7ae  GEODE-2892: Add sizeOnServer and isEmptyOnServer to Region
     add 39bfdcc  GEODE-2661: afterDestroy events fired on non-existent keys during destroy or removeAll.
     add 96f77fc  GEODE-2947: Document revised gfsh destroy error message
     add 9aacc65  GEODE-1672: When amount of overflowed persisted data exceeds heap size startup may run out of memory This closes #559
     add 103090c  GEODE-1672: When amount of overflowed persisted data exceeds heap size startup may run out of memory, corrections.
     add a91bbf4  GEODE-2981: Fix the line feed code of the test expected value
     add d4f7a28  GEODE-3033: Fixing NPE when jarFileNames is null in ClusterConfigurationLoader
     add 664d4cb  GEODE-3044: User Manual: Update Swagger example and screen shots This closes #566
     add 148f4df  GEODE-3040: Compare gateway profile order policy against 9.0 instead of current
     add 4b4ec8b  GEODE-3044: User Manual: Update Swagger example and screen shots - restore inadvertent deletion
     add 9919525  GEODE-2555: Region Management docs page refers to the wrong field (id= should be refid=)
     add 3bc0a16  GEODE-194: Remove spark connector
     add bc1138d  GEODE-3044: User Manual: Update Swagger example and screen shots - remove redundant connect command
     add ff2dfb4  GEODE-3027: add a simple PartitionResolver
     add 203146c  GEODE-3032: Fix CI failure of CommandOverHttpDUnitTest
     add 876ba3f  GEODE-3029: Tomcat Install Documentation has incorrect required JARs
     add 2a248a3  GEODE-2420: add file-size-limit param to the ExportLogsController
     add 5eca6f0  GEODE-2632: use immutable SecurityService impls to improve performance
     add 20bfe32  GEODE-3054: escaping the escape character in the command string before passing it to the SimpleParser
     add fd638d5  Revert "GEODE-2632: use immutable SecurityService impls to improve performance"
     add c5dbfd2  Revert "GEODE-2804 Update InetSocketAddress, when there is IOException."
     add 5853cc2  GEODE-3025: Lucene queries are not allowed withing a transaction.
     add 287bdd0  GEODE-3044: User Manual: Update Swagger screen shots to match latest code revision
     add 74328d2  GEODE-2420: Warn a user if they try to export too much data, update gfsh command ref to match latest code changes
     add 29be69b  GEODE-3042: Quick doc of new string-based partition resolver
     add d49e879  GEODE-3021: Any call after the first to setPdxStringFlag should no-op
     add 4d5716b  GEODE-3065: Marking RedisServerTest.java as Flaky. Seemed to be failing with bind address exceptions. Maybe the redis server needs to be started with random redis port.
     add ed15fee  Update geode-book README instructions
     add 953dcb5  GEODE-3023: TcpServer move soTimout for the socket for SSL Locators
     add f588184  GEODE-3023: removing incorrect assertion
     add 775fdfc  Fix spotless failure
     add 2cee6f3  GEODE-2294: revert to avoid rest protocol change
     add 24192d4  Update LICENSE after review
     add 796a2e2  GEODE-3024 race condition between server locator preparing membership views
     add 2ca301a  GEODE-3024 race condition between server locator preparing membership views
     add 1ca2614  GEODE-2301: Deprecate JTA transaction manager from Geode
     add f6a390e  GEODE-3072: Changed getMembershipId to use the client version
     add 3743dd5  Fix typo in dependency declaration from LICENSE review
     add 5e584ca  GEODE-2301 Doc note to deprecate Geode JTA trans mgr
     add b659889  GEODE-3072: Ignore dunit test
     add 63cd4c7  GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter
     add 0788ae1  GEODE-3095: fix parameter type mismatch between the diskstore command and controller
     add 15b031a  GEODE-3092: fix specifiedDefaultValue for cacheLoader and cacheWriter - add imports
     add e479ed5  GEODE-3072: Events do not get removed from the client queue for 1.0 clients
     add 84bf739  GEODE-3139 remove current artifacts from classpath of backward-compatibility tests
     add 38d49a8  GEODE-3152: Changed to create a region name appropriate to the client version
     add 9f55eb1  Revert "GEODE-3139 remove current artifacts from classpath of backward-compatibility tests"
     add 30e2eb2  GEODE-3139 remove artifacts from classpath of backward-compatibility tests
     add 00a066b  GEODE-3139: Fixing compilation errors
     add 40fdc5d  Revert "Revert "GEODE-3139 remove current artifacts from classpath of backward-compatibility tests""
     add 60225b9  GEODE-3153 Client receives duplicate events during rolling upgrade
     add 2974dab  GEODE-3153 applied spotless
     add 2cf335c  GEODE-3172: Fix serialization errors copying queue between 1.0 and 1.2
     add 964f274  GEODE-3175 backward-compatibility tests fail with bad classpath
     add ce3ed8a  bump version
     add df95400  GEODE-3313: Test utility supports building jar files with multiple classes
     add aa36d3c  GEODE-3235: Deploy jar registers functions which extend FunctionAdapter
     add 49220c3  GEODE-3393: One-way SSL commit failing with userHome/.keystore not found. This now closes #682
     add be8dde4  GEODE-3314: Fix DLockService token leak.
     add 26a4145  GEODE-3314 - Refactoring of DLockService to improve developer QoL. This now closes #683
     add 828b246  GEODE-3410 Doc update for gfsh query command changes
     add 070ea49  GEODE-3217: Reimplement gfsh query as a single-step command
     add c8a3654  GEODE-3249: Validate internal client/server messages
     add 99b0fd6  GEODE-3249: internal messages should require credentials
     add 1bb1cae  GEODE-3249 Document geode.allow-internal-messages-without-credentials
     add afcd981  GEODE-3249 Validate internal client/server messages
     add 4626e88  GEODE-3249 Revise docs for internal msg validation
     add 0b881b5  GEODE-3249 Validate internal client/server messages
     new 67dbd2b  Merge branch 'release/1.2.1' into develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].

[geode] 01/01: Merge branch 'release/1.2.1' into develop

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 67dbd2bb580207895b88eab2a8b9e70f0f6fa9a3
Merge: 02d1edf 0b881b5
Author: Anthony Baker <ab...@apache.org>
AuthorDate: Wed Sep 20 10:52:28 2017 -0700

    Merge branch 'release/1.2.1' into develop


-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.