search for: ingest

Displaying 20 results from an estimated 88 matches for "ingest".

2017 Sep 06
2
3.10.5 vs 3.12.0 huge performance loss
Hi, Just do some ingestion tests to 40 node 16+4EC 19PB single volume. 100 clients are writing each has 5 threads total 500 threads. With 3.10.5 each server has 800MB/s network traffic, cluster total is 32GB/s With 3.12.0 each server has 200MB/s network traffic, cluster total is 8GB/s I did not change any volume options i...
2016 Apr 26
0
vectors of equations in ode / desolve
...# Example1: Predator-Prey Lotka-Volterra model (with logistic prey) ## ======================================================================= LVmod <- function(Time, State, Pars) { with(as.list(c(State, Pars)), { # Now there are different species of Prey so Prey is a one dimensional vector, #Ingestion is also a one-dimensional vector. The number of species is not defined a priory Ingestion <- rIng * Prey * Predator GrowthPrey <- rGrow * Prey * (1 - Prey/K) MortPredator <- rMort * Predator dPrey <- GrowthPrey - Ingestion # the growth of predator wo...
2017 Sep 06
0
3.10.5 vs 3.12.0 huge performance loss
On 09/06/2017 05:48 AM, Serkan ?oban wrote: > Hi, > > Just do some ingestion tests to 40 node 16+4EC 19PB single volume. > 100 clients are writing each has 5 threads total 500 threads. > With 3.10.5 each server has 800MB/s network traffic, cluster total is 32GB/s > With 3.12.0 each server has 200MB/s network traffic, cluster total is 8GB/s > I did not change...
2017 Oct 18
0
rsync ingest to new storage environment
...ions that should be used? >      - Any specific rsync flags (I've tested with and without 'z' flag > and it does not help with this data) or best practices? > > Questions regarding rsync behavior: > > - When I test individual directory resync's within the initial ingest > tree, a command such as: > >      rsync -av --no-perms --no-owner --no-group /old/storage/dir > /new/storage/directory/dir > >  Lists all of the directories under 'dir' in the shell.  But if I rerun > the command immediately thereafter, nothing is listed in the shel...
2017 Oct 18
2
rsync ingest to new storage environment
...o are there specific mount options that should be used? - Any specific rsync flags (I've tested with and without 'z' flag and it does not help with this data) or best practices? Questions regarding rsync behavior: - When I test individual directory resync's within the initial ingest tree, a command such as: rsync -av --no-perms --no-owner --no-group /old/storage/dir /new/storage/directory/dir Lists all of the directories under 'dir' in the shell. But if I rerun the command immediately thereafter, nothing is listed in the shell. Where is this 'metadata'...
2017 Sep 07
2
3.10.5 vs 3.12.0 huge performance loss
It is sequential write with file size 2GB. Same behavior observed with 3.11.3 too. On Thu, Sep 7, 2017 at 12:43 AM, Shyam Ranganathan <srangana at redhat.com> wrote: > On 09/06/2017 05:48 AM, Serkan ?oban wrote: >> >> Hi, >> >> Just do some ingestion tests to 40 node 16+4EC 19PB single volume. >> 100 clients are writing each has 5 threads total 500 threads. >> With 3.10.5 each server has 800MB/s network traffic, cluster total is >> 32GB/s >> With 3.12.0 each server has 200MB/s network traffic, cluster total is >&gt...
2017 Oct 19
1
Fwd: rsync ingest to new storage environment
...ptions that should be used? > - Any specific rsync flags (I've tested with and without 'z' flag > and it does not help with this data) or best practices? > > Questions regarding rsync behavior: > > - When I test individual directory resync's within the initial ingest > tree, a command such as: > > rsync -av --no-perms --no-owner --no-group /old/storage/dir > /new/storage/directory/dir > > Lists all of the directories under 'dir' in the shell. But if I rerun > the command immediately thereafter, nothing is listed in the shell....
2015 Oct 17
3
Problems with TDBs on CTDB-managed Samba instance
...gencache_notrans.tdb|less` during the trouble reveals a long series of Windows SID entries followed eventually by a *very large* number of the ASCII character "B" (presumably going all the way to the end of the file. Our current suspicion in that there is some ADS user whose record, when ingested, somehow corrupts the TDB. Our investigations into the last *successfully-ingested* SID in the corrupt TDB will continue on Monday morning. Of course, we may be wrong in this hypothesis. Can you (or anyone else on the list) comment on the apparent correctness of this assessment and possibly sh...
2019 Sep 13
3
[PATCH 4.19 092/190] drm/nouveau: Dont WARN_ON VCPI allocation failures
...1c417e79e4938be093 >Author: Lyude Paul <lyude at redhat.com> >Date: Mon Jan 28 16:03:50 2019 -0500 > > drm/nouveau: Don't WARN_ON VCPI allocation failures > >Is this an artifact of your notification-of-patches process and I >never noticed before, or was the patch ingested incorrectly? It was always like this for patches that came through me. Greg's script generates an explicit "From:" line in the patch, but I never saw the value in that since git does the right thing by looking at the "From:" line in the mail header. The right thing is be...
2019 Sep 13
4
[PATCH 4.19 092/190] drm/nouveau: Dont WARN_ON VCPI allocation failures
...dhat.com> >> > Date: Mon Jan 28 16:03:50 2019 -0500 >> > >> > drm/nouveau: Don't WARN_ON VCPI allocation failures >> > >> > Is this an artifact of your notification-of-patches process and I >> > never noticed before, or was the patch ingested incorrectly? >> >> It was always like this for patches that came through me. Greg's script >> generates an explicit "From:" line in the patch, but I never saw the >> value in that since git does the right thing by looking at the "From:" >> lin...
2013 Dec 12
0
wide softlink to different partition copy fails
...he symlink is pointing to, to the shared directory. my smb.conf contains the following: CODE: SELECT ALL <https://www.centos.org/forums/viewtopic.php?f=13&t=43976#> [global] unix extensions = no [ol01_edit] path = /media/stor0/user follow symlinks = yes wide links = yes [ol01_ingest] path = /media/stor1/user follow symlinks = yes wide links = yes The files in question are as follows: on the server: /media/stor0 is an XFS filesystem /media/stor1 is an XFS filesystem /media/stor0/user/edit_ready is a folder with 775 permissions /media//stor1/user/edit_ready -> /med...
2017 Sep 11
0
3.10.5 vs 3.12.0 huge performance loss
...ential write with file size 2GB. Same behavior observed with > 3.11.3 too. > > On Thu, Sep 7, 2017 at 12:43 AM, Shyam Ranganathan <srangana at redhat.com> wrote: >> On 09/06/2017 05:48 AM, Serkan ?oban wrote: >>> >>> Hi, >>> >>> Just do some ingestion tests to 40 node 16+4EC 19PB single volume. >>> 100 clients are writing each has 5 threads total 500 threads. >>> With 3.10.5 each server has 800MB/s network traffic, cluster total is >>> 32GB/s >>> With 3.12.0 each server has 200MB/s network traffic, cluster...
2012 Sep 27
4
collecting the differences between a local host and remote archive to third local location (a usb device)
...newer or different files on the local system as compared to the remote archive (ignoring local deletes), then copy only those new/differences to a locally attached portable drive so that the portable drive can be physically taken across town to the other system, plugged in and then the new data be ingested so that a subsequent rsync between the the two systems would see those files as synchronised? I thought the --compare-dest option might be the way to go, as per this post: http://lists.samba.org/archive/rsync/2006-June/015827.html but it seems to not behave the way i thought it would. Thanks...
2007 Jul 13
3
stack level too deep when parsing xml
I''m trying to figure out why I''m getting a stack level too deep error. I have controller which parses xml (about 1400 lines) and ingests it into mysql. First I was getting a system stack error every time, but then I found the ulimit -s command which allows me to raise it from 8mb to 64mb. That solved the problem I thought, But now, I can parse the xml once, but when I do it for a second time, I get the stack level too deep erro...
2008 Feb 14
2
kickstart file problem
...tmp|echo "relocate root"|rm -rf /tmp|ln -s /var/tmp /tmp|# add lustre module configuration|echo "add lustre module configuration"|echo "options lnet networks=tcp0(eth1,eth0)" >> /etc/modprobe.conf|# create motd|echo "set motd"|echo "Built as admin/ingest using VIPER install 1.0" > /etc/motd|echo "Adding level3 with bad password set"|/usr/sbin/useradd -d /home/level3 -m -u 100 -g 100 -p BLOCKED level3|' i: /bin/sh c: 1) messages: /mnt/sysimage/root/post-install.log scriptRoot: /mnt/sysimage chroot: /mnt/sysimage fd: 31 rc: 0 pa...
2019 Sep 13
0
[PATCH 4.19 092/190] drm/nouveau: Dont WARN_ON VCPI allocation failures
...; Date: Mon Jan 28 16:03:50 2019 -0500 > >> > > >> > drm/nouveau: Don't WARN_ON VCPI allocation failures > >> > > >> > Is this an artifact of your notification-of-patches process and I > >> > never noticed before, or was the patch ingested incorrectly? > >> > >> It was always like this for patches that came through me. Greg's script > >> generates an explicit "From:" line in the patch, but I never saw the > >> value in that since git does the right thing by looking at the "From...
2015 Oct 18
0
Problems with TDBs on CTDB-managed Samba instance
...` > during the trouble reveals a long series of Windows SID > entries followed eventually by a *very large* number of > the ASCII character "B" (presumably going all the way to > the end of the file. Our current suspicion in that there > is some ADS user whose record, when ingested, somehow > corrupts the TDB. Our investigations into the last > *successfully-ingested* SID in the corrupt TDB will > continue on Monday morning. We should never go beyond a few MBs for gencache_notrans.tdb. What version of Samba are you running, in particular what version of tdb? The...
2006 Jun 30
1
Help: Need tips for file manipulation
Hello all! I''m just starting with Ruby on Rails and need to ingest a .csv (Excel) file, and use the data it contains to be shown on screen. Can anyone show me where to start with this script? Thanks -- Posted via http://www.ruby-forum.com/.
2011 May 07
2
hivexml rewrite
...Windows_Registry_XML The XML produced by hivexml is somewhat difficult to work with. It also has some problems in that it doesn't properly quote strings, and doesn't atke into account other important information. I have come up with a new form and would like to modify hivexml to output and ingest the new form. My question for this group: 1. Is anybody using hivexml? 2. Is it important to be able to read the old XML format? 3. We have had a hard time building hivexml on non-RedHat systems. Is there any objection to my making this a standalone program? I look forward to hearing from the li...
2016 Aug 23
2
[XRay][RFC] Tooling for XRay Trace Analysis
...ll accounting with basic statistics. In the near future, we're looking to extend this tool to have the following (and similar) functionality: - `llvm-xray dump <xray trace> -format={yaml,json,...}` : Takes an xray trace and turns it into some human-readable text format. - `llvm-xray ingest <xray trace> -input-format={yaml,json...}` : Takes an xray trace in some human-readable text format, turns it into the binary format. - `llvm-xray stack <xray trace> -input-format=... -format=...` : Recreates stack traces from an xray trace. - `llvm-xray graph <xray trace> -in...