Also getting this in the logs when i do bulk insertion anyone mind
explaining what these warnings are
[2012-11-09 10:49:37,678][WARN ][monitor.jvm ] [Frank Castle]
[gc][ParNew][340020][1597] duration [2.8s], collections [1]/[3.8s], total
[2.8s]/[22.2m], memory [547.5mb]->[571.6mb]/[989.8mb], all_pools {[Code
Cache] [6.5mb]->[6.5mb]/[48mb]}{[Par Eden Space]
[1.1mb]->[3.8mb]/[273mb]}{[Par Survivor Space]
[30.2mb]->[33.5mb]/[34.1mb]}{[CMS Old Gen]
[516.5mb]->[534.6mb]/[682.6mb]}{[CMS Perm Gen] [30.5mb]->[30.5mb]/[82mb]}
[2012-11-09 10:50:55,045][WARN ][monitor.jvm ] [Frank Castle]
[gc][ParNew][340095][1625] duration [1s], collections [1]/[1.9s], total
[1s]/[22.2m], memory [540.8mb]->[571.3mb]/[989.8mb], all_pools {[Code
Cache] [6.5mb]->[6.5mb]/[48mb]}{[Par Eden Space]
[12.4mb]->[11.8mb]/[273mb]}{[Par Survivor Space]
[28.7mb]->[34.1mb]/[34.1mb]}{[CMS Old Gen]
[499.6mb]->[525.3mb]/[682.6mb]}{[CMS Perm Gen] [30.5mb]->[30.5mb]/[82mb]}
[2012-11-09 10:51:14,384][WARN ][monitor.jvm ] [Frank Castle]
[gc][ParNew][340097][1626] duration [17.6s], collections [1]/[18.3s], total
[17.6s]/[22.5m], memory [763.1mb]->[586.5mb]/[989.8mb], all_pools {[Code
Cache] [6.5mb]->[6.5mb]/[48mb]}{[Par Eden Space]
[203.6mb]->[3.3mb]/[273mb]}{[Par Survivor Space]
[34.1mb]->[33.9mb]/[34.1mb]}{[CMS Old Gen]
[525.3mb]->[549.3mb]/[682.6mb]}{[CMS Perm Gen] [30.5mb]->[30.5mb]/[82mb]}
[2012-11-09 10:51:40,359][WARN ][monitor.jvm ] [Frank Castle]
[gc][ParNew][340122][1636] duration [1.1s], collections [1]/[1.8s], total
[1.1s]/[22.5m], memory [573.5mb]->[311.7mb]/[989.8mb], all_pools {[Code
Cache] [6.5mb]->[6.5mb]/[48mb]}{[Par Eden Space]
[271.5mb]->[1.2mb]/[273mb]}{[Par Survivor Space]
[24.4mb]->[11.2mb]/[34.1mb]}{[CMS Old Gen]
[277.5mb]->[299.2mb]/[682.6mb]}{[CMS Perm Gen] [30.5mb]->[30.5mb]/[82mb]}
On Friday, 9 November 2012 11:38:29 UTC+1, Shawn Ritchie wrote:
Hi guys i'm trying to import my data source using the _bulk api.
I predefined mappers (has 5 dfferent type of analysers and using edgeNGram
filters)
turned of refresh_interval
set the max_num_segments to 5
and bulk inserting in batches of 1000
any other optimization i should do as with the current settings to insert
a batch of 1000 records is still taking around 1-2 minutes, and have only
inserted around 6 batches before i halted it i'm not certain if this
performance will degrade over time.
Any help is appretiated.
Regards
Shawn
--