Commit Graph

41 Commits

Author SHA1 Message Date
Benjamin Lerer 02aba7343c Rely on the JVM to handle OutOfMemoryErrors
patch by Benjamin Lerer; reviewed by Joshua McKenzie for CASSANDRA-13006
2017-12-12 10:21:05 +01:00
Josh McKenzie 82cdc8617a Revert "Fix GC logging on first start"
This reverts commit 3a61c10659.
2016-06-30 16:31:43 -04:00
Josh McKenzie 8f5b8db589 Revert "Ninja: suppress printed output on dir creation in Win32 startup"
This reverts commit 3041034fb9.
2016-06-30 16:31:32 -04:00
Josh McKenzie 3041034fb9 Ninja: suppress printed output on dir creation in Win32 startup 2016-06-30 13:35:20 -04:00
Mahdi Mohammadi 3a61c10659 Fix GC logging on first start
Patch by mmohammadi; reviewed by jmckenzie for CASSANDRA-11949
2016-06-28 13:46:38 -04:00
Josh McKenzie 96c53e0a5e Fix launch with whitespace in path on Windows
Patch by jmckenzie; reviewed by pmotta for CASSANDRA-11515
2016-04-06 18:37:08 -04:00
Ariel Weisberg c04bf2a9bb Enable GC logging by default
patch by Chris Lohfink; reviewed by aweisberg for CASSANDRA-10140
2016-01-05 17:49:42 +01:00
Joshua McKenzie e1fc0e0671 Fix failure to start with space in directory name on Windows
Patch by jmckenzie; reviewed by pthompson for CASSANDRA-10239
2015-09-03 12:39:43 -04:00
Joshua McKenzie 3effec53e3 ninja: remove vestigial log4j from cassandra-env.ps1 2015-09-01 16:29:03 -04:00
Joshua McKenzie 2d477a4cc2 Speed up launch scripts on Windows
Patch by jmckenzie; reviewed by pthompson for CASSANDRA-9615
2015-08-24 12:44:00 -04:00
Joshua McKenzie 10be826e7a ninja remove unnecessary prints from Windows startup scripts 2015-08-14 11:49:32 -04:00
Joshua McKenzie 53b64a406b Warn on non-high perf power profile on Windows
Patch by jmckenzie; reviewed by pthompson for CASSANDRA-9648
2015-07-23 11:11:39 -04:00
Aleksey Yeschenko b540c5d208 Fix setting the PerfDisableSharedMem JVM option 2015-05-21 03:37:38 +03:00
Josh McKenzie e9d1e79943 Merge branch 'cassandra-2.1' into trunk 2015-05-08 12:33:25 -05:00
Josh McKenzie a431d846c1 Fix JVM_EXTRA_OPTS in Windows startup scripts
Patch by jmckenzie; reviewed by pthompson for CASSANDRA-9335
2015-05-08 12:30:17 -05:00
Josh McKenzie bf21df2c3f Merge branch 'cassandra-2.1' into trunk 2015-05-05 13:26:59 -05:00
Benjamin Lerer 233ef3403a (2.1+) Fix remote debugging configuration
Patch by blerer; reviewed by jmckenzie for CASSANDRA-9297
2015-05-05 13:25:40 -05:00
Ariel Weisberg 33f37f86f6 Disable memory mapping of hsperfdata files for JVM statistics
Patch by Ariel Weisberg; reviewed by jmckenzie for CASSANDRA-9242
2015-04-29 14:14:08 -05:00
T Jake Luciani b8717dc201 Merge branch 'cassandra-2.1' into trunk
Conflicts:
	CHANGES.txt
	NEWS.txt
	bin/cassandra.bat
	build.xml
	conf/cassandra-env.sh
	src/java/org/apache/cassandra/service/CassandraDaemon.java
2015-04-01 11:11:53 -04:00
T Jake Luciani c041ea8b37 Bind JMX to localhost unless explicitly configured otherwise 2015-03-30 09:38:50 -04:00
Joshua McKenzie 847fef8336 Merge branch 'cassandra-2.1' into trunk 2014-12-16 11:17:04 -06:00
Joshua McKenzie d66ae75387 Remove linux-centric references from windows launch scripts
Patch by jmckenzie; reviewed by pthompson for CASSANDRA-8223
2014-12-16 11:16:14 -06:00
Robert Stupp e13121318b Validate functionality of different JSR-223 providers in UDFs.
patch by Robert Stupp; reviewed by Mikhail Stepura for CASSANDRA-7874
2014-11-26 12:51:37 -08:00
Tyler Hobbs 699a69de8d Merge branch 'cassandra-2.1' into trunk 2014-11-21 15:40:53 -06:00
blerer 1bb2dd906c Fix size calculations for prepared statements
Patch by Benjamin Lerer; reviewed by Dave Brosius for CASSANDRA-8231
2014-11-21 14:54:47 -06:00
Jake Luciani 4fd3349e2e Merge branch 'cassandra-2.1' into trunk
Conflicts:
	build.xml
2014-11-05 15:44:03 -05:00
Jake Luciani 4f863be3f7 Fix Cassandra crash when running on JDK8 update 40
Patch by Michael Schuler; reviewed by Robert Stupp (CASSANDRA-8209)
2014-11-05 15:28:24 -05:00
Joshua McKenzie 374d0cbaed Merge branch 'cassandra-2.1' into trunk 2014-10-31 11:49:18 -05:00
Joshua McKenzie e3f4c6defc Abort startup if ports are in use (Windows)
patch by jmckenzie, reviewed by pthompson for CASSANDRA-8179
2014-10-31 11:47:11 -05:00
Joshua McKenzie 7dda131a5f Merge branch 'cassandra-2.1' into trunk 2014-10-22 12:13:39 -05:00
Joshua McKenzie 51b27f2078 Fix installing as service on Windows
Patch by Josh McKenzie; reviewed by Philip Thompson for CASSANDRA-8115
2014-10-22 12:09:12 -05:00
Joshua McKenzie 861c4cf2de Integrate Sigar library and add basic OS performance checks on startup
Patch by Amit Kumar and Josh McKenzie; reviewed by tjake for (CASSANDRA-7838)
2014-10-09 12:32:57 -04:00
Joshua McKenzie b7609903b0 Warn on startup if swap file enabled on Windows
patch by Josh McKenzie; reviewed by Philip Thompson for CASSANDRA-7316
2014-10-06 15:13:10 -05:00
Joshua McKenzie e00bb4a2a0 Add new CMS GC flags on Windows launch scripts for JVM > 7u60
Patch by Josh McKenzie, reviewed by jbellis for CASSANDRA-7714
2014-08-13 13:50:37 -05:00
Jonathan Ellis 6f15fe2609 update .ps1 line endings to CRLF
patch by Josh McKenzie; reviewed by Ala' Alkhaldi for CASSANDRA-7627
2014-07-25 17:24:07 -05:00
Jonathan Ellis c29e48d7ac fix startup when WMI memory query fails
patch by Josh McKenzie; reviewed by Ala' Alkhaldi for CASSANDRA-7505
2014-07-08 15:58:30 -05:00
Jonathan Ellis b8ee9da1e8 (Windows) handle spaces in path names
patch by Josh McKenzie; reviewed by Jorge Bay for CASSANDRA-7451
2014-06-27 11:07:47 -05:00
Jonathan Ellis d6322a7ec2 fix heap size on Windows 32bit VM
patch by Joshua McKenzie; tested by Philip Thompson for CASSANDRA-7353
2014-06-18 14:01:04 -05:00
Jonathan Ellis b9153f4ae5 Modify system tcp keepalive settings in Windows install scripts
patch by Josh McKenzie; tested by Philip Thompson for CASSANDRA-7348
2014-06-12 15:05:04 -05:00
Jonathan Ellis b29d882df8 Fix heap size calculation on Windows
patch by Josh McKenzie; reviewed by Philip Thompson for CASSANDRA-7352
2014-06-05 10:23:15 -05:00
Jonathan Ellis 1927d5ec72 Add PowerShell Windows launch scripts
patch by Joshua McKenzie; tested by Philip Thompson for CASSANDRA-7001
2014-05-14 09:09:51 -07:00