RE: Re: [Question] Apache Beam Spark Runner Support - Spark 3.5 Environment

2023-11-04 Thread Giridhar Addepalli
compatibility tests were not run against Spark 3.5.0 even in latest release of Beam 2.52.0, is it not advised to use Beam 2.52.0 with Spark 3.5.0 cluster ? Thanks, Giridhar. On 2023/11/03 13:05:45 Alexey Romanenko wrote: > AFAICT, the latest tested (compatibility tests) version for now is 3.

[bug #64752] [request] make the "next" hyperlink take you the next page, even if deeper in the hierarchy

2023-10-13 Thread Arun Giridhar
Update of bug #64752 (project octave): Severity: 3 - Normal => 2 - Minor Priority: 5 - Normal => 3 - Low Item Group:None => Feature Request

[sr #110789] Prevent misuse of canned responses in bug trackers

2022-11-28 Thread Arun Giridhar
k: Any ___ Follow-up Comments: --- Date: Mon 28 Nov 2022 10:48:19 AM EST By: Arun Giridhar We have a list of canned responses on the GNU Octave bug tracker hosted at Savannah here:

Re: Potential Bug in 2.3 version (leading to deletion of state directories)

2019-11-14 Thread Giridhar Addepalli
try.getKey(), e.getMessage()); } Thanks, Giridhar. On 2019/11/14 21:25:28, John Roesler wrote: > Hey Navinder, > > I think what's happening is a little different. Let's see if my > worldview also explains your experiences. > > There is no such thing as "

Standby Tasks stays in “created” hash map in AssignedTasks

2019-11-14 Thread Giridhar Addepalli
We are using kakfa streams version 1.1.0 We made some changes to kafka streams code. We are observing following sequence of events in our production environment. We want to understand if following sequence of events is possible in 1.1.0 version also. time T0 StreamThread-1 : got assigned 0_1,

Re: Potential Bug in 2.3 version (leading to deletion of state directories)

2019-11-14 Thread Giridhar Addepalli
ange from if (active.allTasksRunning()) { ... } to if (active.allTasksRunning() && standby.allTasksRunning()) { ... } Thanks, Giridhar. On 2019/11/15 03:09:17, Navinder Brar wrote: > Hi John, > Thanks for the response. Yeah, by "marked for deletion" I meant the unlocking > of the

Re: Potential Bug in 2.3 version (leading to deletion of state directories)

2019-11-14 Thread Giridhar Addepalli
ange from if (active.allTasksRunning()) { ... } to if (active.allTasksRunning() && standby.allTasksRunning()) { ... } Thanks, Giridhar. On 2019/11/15 03:09:17, Navinder Brar wrote: > Hi John, > Thanks for the response. Yeah, by "marked for deletion" I meant the unlocking > of the

[PATCH] staging: isdn: hysdn_procconf_init() remove parantheses from return value

2019-08-06 Thread Giridhar Prasath R
ERROR: return is not a function, parentheses are not required FILE: git/kernels/staging/drivers/staging/isdn/hysdn/hysdn_procconf.c:385 + return (0); Signed-off-by: Giridhar Prasath R --- drivers/staging/isdn/hysdn/hysdn_procconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH] staging: isdn: hysdn_procconf_init() remove parantheses from return value

2019-08-06 Thread Giridhar Prasath R
ERROR: return is not a function, parentheses are not required FILE: git/kernels/staging/drivers/staging/isdn/hysdn/hysdn_procconf.c:385 + return (0); Signed-off-by: Giridhar Prasath R --- drivers/staging/isdn/hysdn/hysdn_procconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH] staging: pi433 line over 80 characters in multiple places

2019-08-04 Thread Giridhar Prasath R
Fix the following checkpatch warnings: WARNING: line over 80 characters FILE: drivers/staging/pi433/pi433_if.h Signed-off-by: Giridhar Prasath R --- drivers/staging/pi433/pi433_if.h | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/drivers/staging

[PATCH] staging: pi433 line over 80 characters in multiple places

2019-08-04 Thread Giridhar Prasath R
Fix the following checkpatch warnings: WARNING: line over 80 characters FILE: drivers/staging/pi433/pi433_if.h Signed-off-by: Giridhar Prasath R --- drivers/staging/pi433/pi433_if.h | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/drivers/staging

[PATCH] Fix the following checkpatch warnings:

2019-08-04 Thread Giridhar Prasath R
WARNING: line over 80 characters FILE: drivers/staging/pi433/pi433_if.h Signed-off-by: Giridhar Prasath R --- drivers/staging/pi433/pi433_if.h | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/drivers/staging/pi433/pi433_if.h b/drivers/staging/pi433

[PATCH] Fix the following checkpatch warnings:

2019-08-04 Thread Giridhar Prasath R
WARNING: line over 80 characters FILE: drivers/staging/pi433/pi433_if.h Signed-off-by: Giridhar Prasath R --- drivers/staging/pi433/pi433_if.h | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/drivers/staging/pi433/pi433_if.h b/drivers/staging/pi433

[BangPypers] [Jobs] Walk-In for Python/Django developers at CallHub, May 11th

2019-05-07 Thread Chetan Giridhar
Hi, We are planning a scheduled walk-in for Python/Django developers (2-3 years) on May 11th, Saturday. If you fit the bill or know someone who does, please pass on the message. *Location* - 840, 17th Main, 3rd Sector, 1st Floor, above MS Shelters, HSR Layout, Bengaluru, Karnataka 560102

Re: Interrupts during page fault exceptions

2019-05-07 Thread Shrikant Giridhar
t On Tue, May 7, 2019, 10:19 AM Shrikant Giridhar wrote: > Hi, > > I was looking at arch code setting up page fault handling in the kernel > and came away with a couple of questions. > > Can hardware interrupts (non-NMI) occur during page faults? On x86, I > notice that the page

Interrupts during page fault exceptions

2019-05-07 Thread Shrikant Giridhar
Hi, I was looking at arch code setting up page fault handling in the kernel and came away with a couple of questions. Can hardware interrupts (non-NMI) occur during page faults? On x86, I notice that the page fault handler is set up with an interrupt gate which should clear the IF (Interrupt

Re: [Gen-art] Gen-ART Last Call review of draft-ietf-payload-flexible-fec-scheme-16

2019-02-04 Thread Giridhar Mandyam
. It is RECOMMENDED that the amount and type (row, column, or both) of FEC protection is adjusted dynamically based on the packet loss rate and burst loss length observed by the applications." -Giri From: Varun Singh Sent: Monday, February 4, 2019 3:13 PM To: Giridhar Mandyam Cc:

Re: [Gen-art] Gen-ART Last Call review of draft-ietf-payload-flexible-fec-scheme-16

2019-02-03 Thread Giridhar Mandyam
>-Section 8, "an application should avoid sending/receiving FEC repair streams >if it knows that sending/receiving those FEC repair streams would not help at >all in recovering the missing packets. It is RECOMMENDED that the amount and >type (row, column, or both) of FEC protection is adjusted

[Yahoo-eng-team] [Bug 1807297] [NEW] Add support to configure policy based routing

2018-12-06 Thread Giridhar Jayavelu
Public bug reported: When there are multiple interfaces with their own default gateways, this could result in asymmetric routing. In order to solve this, policy based routing would have to be configured. - There is already support to configure routes in cloud-init, but it misses ability to

Re: [PATCH v4 0/5] qla2xxx: Add FC-NVMe Target support

2018-11-08 Thread Malavali, Giridhar
Thanks James. Please let us know. -- Giri On 11/8/18, 9:18 AM, "linux-scsi-ow...@vger.kernel.org on behalf of James Smart" wrote: External Email Madhani, I'll be looking through it over the weekend. -- james On 11/8/2018 8:58 AM, Madhani,

[KSHST-IT '5088'] Need maths blue print please

2018-11-03 Thread mahalakshmi giridhar
It's my humble request to send maths blue print as asap -- You received this message because you are subscribed to the Google Groups "KSHST" group. To unsubscribe from this group and stop receiving emails from it, send an email to kshst+unsubscr...@googlegroups.com. To post to this group, send

Unit testing framework to test impala queries

2018-10-31 Thread Giridhar Yalavarthi
Hello Team, Is there any framework to test impala queries in local. Regards, Giridhar

[openstack-dev] [helm] multiple nova compute nodes

2018-10-02 Thread Giridhar Jayavelu
Hi, Currently, all nova components are packaged in same helm chart "nova". Are there any plans to separate nova-compute from rest of the services ? What should be the approach for deploying multiple nova computes nodes using OpenStack helm charts? Thanks, Giri

[jira] [Created] (IMPALA-7563) Hive runner runs hive in local.. Any similar thing related to this which runs impala in local

2018-09-12 Thread Naga Venkata Giridhar (JIRA)
Naga Venkata Giridhar created IMPALA-7563: - Summary: Hive runner runs hive in local.. Any similar thing related to this which runs impala in local Key: IMPALA-7563 URL: https://issues.apache.org/jira

[jira] [Created] (IMPALA-7563) Hive runner runs hive in local.. Any similar thing related to this which runs impala in local

2018-09-12 Thread Naga Venkata Giridhar (JIRA)
Naga Venkata Giridhar created IMPALA-7563: - Summary: Hive runner runs hive in local.. Any similar thing related to this which runs impala in local Key: IMPALA-7563 URL: https://issues.apache.org/jira

[jira] [Created] (IMPALA-7529) UNIT TESTING FRAMEWORK FOR IMPALA

2018-09-05 Thread Naga Venkata Giridhar (JIRA)
Naga Venkata Giridhar created IMPALA-7529: - Summary: UNIT TESTING FRAMEWORK FOR IMPALA Key: IMPALA-7529 URL: https://issues.apache.org/jira/browse/IMPALA-7529 Project: IMPALA Issue

[jira] [Created] (IMPALA-7529) UNIT TESTING FRAMEWORK FOR IMPALA

2018-09-05 Thread Naga Venkata Giridhar (JIRA)
Naga Venkata Giridhar created IMPALA-7529: - Summary: UNIT TESTING FRAMEWORK FOR IMPALA Key: IMPALA-7529 URL: https://issues.apache.org/jira/browse/IMPALA-7529 Project: IMPALA Issue

[jira] [Created] (IMPALA-7196) Impala is not avoiding footers even after mentioning 'skip.footer.line.count' in ddl

2018-06-21 Thread Naga Venkata Giridhar (JIRA)
Naga Venkata Giridhar created IMPALA-7196: - Summary: Impala is not avoiding footers even after mentioning 'skip.footer.line.count' in ddl Key: IMPALA-7196 URL: https://issues.apache.org/jira/browse/IMPALA

[jira] [Created] (IMPALA-7196) Impala is not avoiding footers even after mentioning 'skip.footer.line.count' in ddl

2018-06-21 Thread Naga Venkata Giridhar (JIRA)
Naga Venkata Giridhar created IMPALA-7196: - Summary: Impala is not avoiding footers even after mentioning 'skip.footer.line.count' in ddl Key: IMPALA-7196 URL: https://issues.apache.org/jira/browse/IMPALA

[Yahoo-eng-team] [Bug 1777491] [NEW] Avoid redundant compute node update

2018-06-18 Thread Giridhar Jayavelu
/resource_tracker.py#L762 This triggers update_provider_tree() or get_inventory() on the virt driver, scanning all resources twice within same method. ** Affects: nova Importance: Undecided Assignee: Giridhar Jayavelu (gjayavelu) Status: New ** Changed in: nova Assignee

[jira] [Resolved] (KAFKA-6645) Host Affinity to facilitate faster restarts of kafka streams applications

2018-04-02 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridhar Addepalli resolved KAFKA-6645. --- Resolution: Information Provided > Host Affinity to facilitate faster resta

[jira] [Resolved] (KAFKA-6645) Host Affinity to facilitate faster restarts of kafka streams applications

2018-04-02 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridhar Addepalli resolved KAFKA-6645. --- Resolution: Information Provided > Host Affinity to facilitate faster resta

[jira] [Commented] (KAFKA-6645) Host Affinity to facilitate faster restarts of kafka streams applications

2018-04-02 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16422107#comment-16422107 ] Giridhar Addepalli commented on KAFKA-6645: --- [~guozhang]  & [~mjsax] Thank you for comm

[jira] [Commented] (KAFKA-6645) Host Affinity to facilitate faster restarts of kafka streams applications

2018-03-14 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398148#comment-16398148 ] Giridhar Addepalli commented on KAFKA-6645: --- Thank you for your reply [~mjsax] Can you please

[jira] [Updated] (KAFKA-6645) Host Affinity to facilitate faster restarts of kafka streams applications

2018-03-13 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridhar Addepalli updated KAFKA-6645: -- Description: Since Kafka Streams applications have lot of state in the stores

[jira] [Updated] (KAFKA-6645) Host Affinity to facilitate faster restarts of kafka streams applications

2018-03-13 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridhar Addepalli updated KAFKA-6645: -- Summary: Host Affinity to facilitate faster restarts of kafka streams applications

[jira] [Updated] (KAFKA-6645) Sticky Partition Assignment to facilitate faster restarts of kafka streams applications

2018-03-13 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridhar Addepalli updated KAFKA-6645: -- Description: Since Kafka Streams applications have lot of state in the stores

[jira] [Updated] (KAFKA-6645) Sticky Partition Assignment to facilitate faster restarts of kafka streams applications

2018-03-13 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridhar Addepalli updated KAFKA-6645: -- Summary: Sticky Partition Assignment to facilitate faster restarts of kafka streams

[jira] [Updated] (KAFKA-6645) Sticky Partition Assignment across Kafka Streams application restarts

2018-03-13 Thread Giridhar Addepalli (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridhar Addepalli updated KAFKA-6645: -- Issue Type: New Feature (was: Bug) > Sticky Partition Assignment across Kafka Stre

[jira] [Created] (KAFKA-6645) Sticky Partition Assignment across Kafka Streams application restarts

2018-03-13 Thread Giridhar Addepalli (JIRA)
Giridhar Addepalli created KAFKA-6645: - Summary: Sticky Partition Assignment across Kafka Streams application restarts Key: KAFKA-6645 URL: https://issues.apache.org/jira/browse/KAFKA-6645

[jira] [Created] (KAFKA-6645) Sticky Partition Assignment across Kafka Streams application restarts

2018-03-13 Thread Giridhar Addepalli (JIRA)
Giridhar Addepalli created KAFKA-6645: - Summary: Sticky Partition Assignment across Kafka Streams application restarts Key: KAFKA-6645 URL: https://issues.apache.org/jira/browse/KAFKA-6645

Kafka streams - regarding WordCountInteractiveQueriesExample

2017-11-29 Thread Giridhar Addepalli
f an app instance cannot satisfy a query itself, it will fetch the * results from the other instances. For example , following gave 404 error http://localhost:7070/state/keyvalue/word-count/world HTTP ERROR: 404 Problem accessing /state/keyvalue/word-count/world. Reason: Not Found Please let me know where my expectations are going wrong. Please note that i have tried both 3.3.0-post & 4.0.0-post branches. Thanks, Giridhar.

Comparison between Samza and Kafka Streams

2017-11-23 Thread Giridhar Addepalli
vel it looks like "Samza when used as a library" is similar to "Kafka Streams". Thanks, Giridhar.

Samza Standalone from multiple machines

2017-10-18 Thread Giridhar Addepalli
Zookeeper Deployment Model from multiple machines. Please point to relevant documentation or suggestions. Thanks, Giridhar.

Re: [PATCH] qla2xxx: Protect access to qpair members with qpair->qp_lock

2017-06-23 Thread Malavali, Giridhar
Yes, it¹s needed. We will post a patch. On 6/23/17, 9:34 AM, "Julia Lawall" wrote: >Please check on whether an unlock is neeed before line 1965. > >julia > >-- Forwarded message -- >Date: Fri, 23 Jun 2017 15:23:00 +0800 >From: kbuild test robot

Re: [PATCH] qla2xxx: Protect access to qpair members with qpair->qp_lock

2017-06-23 Thread Malavali, Giridhar
Yes, it¹s needed. We will post a patch. On 6/23/17, 9:34 AM, "Julia Lawall" wrote: >Please check on whether an unlock is neeed before line 1965. > >julia > >-- Forwarded message -- >Date: Fri, 23 Jun 2017 15:23:00 +0800 >From: kbuild test robot

Re: [PATCH] qla2xxx: Protect access to qpair members with qpair->qp_lock

2017-06-23 Thread Malavali, Giridhar
Yes, it¹s needed. We will post a patch. On 6/23/17, 9:34 AM, "Julia Lawall" wrote: >Please check on whether an unlock is neeed before line 1965. > >julia > >-- Forwarded message -- >Date: Fri, 23 Jun 2017 15:23:00 +0800 >From: kbuild test robot >To: kbu...@01.org >Cc: Julia

Re: VFS: mount_bdev and fill_super

2017-06-18 Thread Shrikant Giridhar
On Fri, 16 Jun 2017, Rohan Puri wrote: > If s_root is set it means the superblock is already filled up so call > fill_super() only if s_root is NULL meaning superblock is not filled yet. I tried looking at the d_name of the s_root dentry when mounting a device and its always '/'. I presume this

Re: VFS: mount_bdev and fill_super

2017-06-16 Thread Shrikant Giridhar
> I just had a quick look at mount_bdev() code for Linux v3.15, mount_bdev() > can return only root dentry or error. I'm sorry I should have been clearer. I was referring to the documentation mount() where it says that the call can return something other than the root dentry. More specifically,

Re: [PATCH] qla2xxx: don't disable a not previously enabled PCI device

2017-05-24 Thread Malavali, Giridhar
toring") > >Hello Johannes, > >Please consider adding a Cc: stable tag to this patch. Since otherwise >this >patch looks fine to me: > >Reviewed-by: Bart Van Assche <bart.vanass...@sandisk.com> Looks good to me. Reviewed-by: Giridhar Malavali <giridhar.malav...@cavium.com>

Re: [PATCH] qla2xxx: don't disable a not previously enabled PCI device

2017-05-24 Thread Malavali, Giridhar
onsider adding a Cc: stable tag to this patch. Since otherwise >this >patch looks fine to me: > >Reviewed-by: Bart Van Assche Looks good to me. Reviewed-by: Giridhar Malavali

Re: [PATCH] qla2xxx: don't disable a not previously enabled PCI device

2017-05-24 Thread Malavali, Giridhar
toring") > >Hello Johannes, > >Please consider adding a Cc: stable tag to this patch. Since otherwise >this >patch looks fine to me: > >Reviewed-by: Bart Van Assche <bart.vanass...@sandisk.com> Looks good to me. Reviewed-by: Giridhar Malavali <giridhar.malav...@cavium.com>

[BangPypers] [Job] CallHub is hiring Python developers for multiple positions

2017-05-24 Thread Chetan Giridhar
Hello, CallHub[1] is the next generation SaaS based marketing platform leveraging cloud telephony. We have customers round the globe who love the product and constantly push us to do more. We are scaling up the product and looking for core members to join our Engineering team at Bangalore.

Re: [PATCH v3 00/14] qla2xxx: Bug Fixes and updates for target.

2017-03-09 Thread Malavali, Giridhar
On 3/8/17, 7:42 PM, "Nicholas A. Bellinger" <n...@linux-iscsi.org> wrote: >Hi Giri, > >On Wed, 2017-03-08 at 18:30 +, Malavali, Giridhar wrote: >> >> On 3/8/17, 7:20 AM, "Bart Van Assche" <bart.vanass...@sandisk.com> >>wrote: >&

Re: [PATCH v3 00/14] qla2xxx: Bug Fixes and updates for target.

2017-03-08 Thread Malavali, Giridhar
On 3/8/17, 7:20 AM, "Bart Van Assche" wrote: >On Tue, 2017-03-07 at 23:34 -0800, Nicholas A. Bellinger wrote: >> Btw, the regression reported here in v2: >> >> http://www.spinics.net/lists/target-devel/msg14348.html >> >> is completely different from what you've

[influxdb] Re: Use Kapacitor with ElasticSearch

2017-02-12 Thread Ramey Giridhar
Thanks Nathaniel, I will probably try to write a translation layer to convert InfluxDB query to ES query. Will get back to you when I am done. On Fri, Feb 10, 2017 at 10:57 PM, wrote: > Hey, thanks for posting the question here. > > My initial suggestion would be to

Re: [Puppet Users] facing issues while using fact hashes

2016-11-25 Thread giridhar kazama
Hello, Thanks for your valuable suggestions but they didn't help me much. Could you please help me with some brief documentation or existing examples which I can use to create some other hashes in similar fashion. Thanks Giridhar On 24 November 2016 at 23:12, R.I.Pienaar <r...@devco.net>

[Puppet Users] facing issues while using fact hashes

2016-11-24 Thread giridhar kazama
please help us with some examples of hashes or else redirect us to a site where we can find more about the fact hashes. Thanks in advance Giridhar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop

[Yahoo-eng-team] [Bug 1623738] [NEW] Disabled state of host is not updated when reason is not provided.

2016-09-14 Thread Giridhar Jayavelu
d. Before concatenating disable_reason with DISABLE_PREFIX, disabled_reason should be checked if it is defined or not. ** Affects: nova Importance: Undecided Assignee: Giridhar Jayavelu (gjayavelu) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Giridhar Jayave

Re: [openstack-dev] [nova] VMware NSX CI - status?

2016-09-12 Thread Giridhar Jayavelu
Matt, There was some cleanup done around 2.30pm (PST) and that's why the logs are missing. And the previous failures were due to lower value set for FIXED_NETWORK_SIZE in devstack configuration file. It has been increased to 126 now. Thanks, Giri > On Sep 12, 2016, at 4:29 PM, Matt Riedemann

Re: Reason for keys parameter to reduce function instead of key

2016-09-01 Thread Giridhar Addepalli
Thank you so much Stefan. Your reply is very helpful. On Thu, Sep 1, 2016 at 4:09 PM, Stefan Klein <st.fankl...@gmail.com> wrote: > Hi, > > 2016-09-01 12:22 GMT+02:00 Giridhar Addepalli <giridhar1...@gmail.com>: > > > Hi, > > > > Function

Reason for keys parameter to reduce function instead of key

2016-09-01 Thread Giridhar Addepalli
the values against the key. >From what i have read on internet so far, it seems that multiple keys can be sent to reduce function. if this is the case, then against which key does the result of reduce function be assigned to ? Thanks, Giridhar.

Bug#836176: RFA: axel -- light command line download accelerator

2016-08-31 Thread Y Giridhar Appaji Nag
Package: wnpp Severity: normal I request an adopter for the axel package. The package description is: Axel tries to accelerate the downloading process by using multiple connections for one file, similar to DownThemAll and other famous programs. It can also use multiple mirrors for one

Bug#836176: RFA: axel -- light command line download accelerator

2016-08-31 Thread Y Giridhar Appaji Nag
Package: wnpp Severity: normal I request an adopter for the axel package. The package description is: Axel tries to accelerate the downloading process by using multiple connections for one file, similar to DownThemAll and other famous programs. It can also use multiple mirrors for one

Re: [Openstack] Issue with assignment of Intel’s QAT Card to VM (PCI-passthrough) using openstack-mitaka release on Cent OS 7.2 host

2016-06-07 Thread Giridhar Jayavelu
The alias has device_type as "type-PCI" pci_alias = {"name": "QuickAssist", "product_id": "0435", "vendor_id": "8086", "device_type": "type-PCI"} But from the maria DB output, you can see that the devices are "type-PF". Please change the device_type in the alias if you intend to attach physical

[jira] [Commented] (CASSANDRA-11602) Materialized View Doest Not Have Static Columns

2016-04-19 Thread giridhar muralibabu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15248086#comment-15248086 ] giridhar muralibabu commented on CASSANDRA-11602: - Adding static columns in MVs

Re: [SCSI] qla2xxx: Enhancements to support ISPFx00.

2016-04-15 Thread Giridhar Malavali
On 4/13/16, 5:39 AM, "Dan Carpenter" <dan.carpen...@oracle.com> wrote: >Hello Giridhar Malavali, > >The patch 8ae6d9c7eb10: "[SCSI] qla2xxx: Enhancements to support >ISPFx00." from Mar 28, 2013, leads to the following static checker >warning: >

Re: [PATCH 3/4] qla2xxx: Add DebugFS node for target sess list.

2016-02-05 Thread Giridhar Malavali
On 2/5/16, 12:00 PM, "Bart Van Assche" wrote: >On 02/05/2016 09:26 AM, Himanshu Madhani wrote: >> On 2/4/16, 10:16 AM, "Bart Van Assche" >>wrote: >>> On 02/04/2016 08:45 AM, Himanshu Madhani wrote: From: Quinn Tran

[Yahoo-eng-team] [Bug 1517643] [NEW] VMware: metadata definition for QoS resource allocation

2015-11-18 Thread Giridhar Jayavelu
, memory_shares_share, memory_shares_level, cpu_reservation, cpu_limit, cpu_shares_share, cpu_shares_level [1] http://specs.openstack.org/openstack/nova- specs/specs/mitaka/approved/vmware-limits.html ** Affects: glance Importance: Undecided Assignee: Giridhar Jayavelu (gjayavelu

[Qgis-user] QGIS supported server OS and System requirement

2015-11-03 Thread Sushim Giridhar Bhiwapurkar
Hi Everyone, We are setting up a server where we would like to install QGIS 2.8. We would like to know about the server operating system that QGIS supports and the system requirement (server hardware) to manage 10 concurrent users. Your inputs will be helpful for me to finalize the server and

API to know MTU size

2015-11-03 Thread AR, Giridhar
Do we have an API to know the MTU size of an interface of both client and server? Thanks Giridhar -- ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net

Re: SPARK SQL Error

2015-10-15 Thread Giridhar Maddukuri
Hi Dilip, I tried this option also spark-submit --master yarn --class org.spark.apache.CsvDataSource /home/cloudera/Desktop/TestMain.jar --files hdfs://quickstart.cloudera:8020/people_csv & getting similar error Exception in thread "main" org.apache.spark.SparkException: Could not parse Master

Re: [PATCH for-next] scsi: qla2xxx: Hide unavailable firmware

2015-10-08 Thread Giridhar Malavali
On 10/8/15 4:10 PM, "Julian Calaby" wrote: >Hi James, > >On Fri, Oct 9, 2015 at 3:17 AM, James Bottomley > wrote: >> On Thu, 2015-10-08 at 15:46 +, Himanshu Madhani wrote: >>> >>> On 10/7/15, 4:41 PM, "Julian Calaby"

RE: guidelines to increase the MTU size

2015-10-01 Thread AR, Giridhar
exist to verify the destination MTU of the interface and source interface MTU? Thanks Giridhar -Original Message- From: Lee [mailto:ler...@gmail.com] Sent: Friday, September 18, 2015 5:47 PM To: Soumit Cc: net-snmp-coders@lists.sourceforge.net; AR, Giridhar Subject: Re: guidelines

[Yahoo-eng-team] [Bug 1498645] [NEW] [VMware] Creating snapshot stuck at "Image uploading" state

2015-09-22 Thread Giridhar Jayavelu
hor: Jenkins <jenk...@review.openstack.org> Date: Wed Sep 16 05:13:44 2015 + Merge "Fix cells use of legacy bdms during local instance delete operations" ** Affects: glance Importance: Undecided Assignee: Giridhar Jayavelu (gjayavelu) Status: New -- You rec

Re: [ceph-users] radosgw + civetweb latency issue on Hammer

2015-09-22 Thread Giridhar Yasa
I encountered the same issue in my setup (with an AWS SDK client) and on further investigation found that 'rgw print continue' was set to false for a civetweb driven rgw. Updated http://tracker.ceph.com/issues/12640 Giridhar -- Giridhar Yasa | Flipkart Engineering | http://www.flipkart.com

Re: [ceph-users] radosgw + civetweb latency issue on Hammer

2015-09-22 Thread Giridhar Yasa
I encountered the same issue in my setup (with an AWS SDK client) and on further investigation found that 'rgw print continue' was set to false for a civetweb driven rgw. Updated http://tracker.ceph.com/issues/12640 Giridhar -- Giridhar Yasa | Flipkart Engineering | http://www.flipkart.com

Re: [ceph-users] radosgw + civetweb latency issue on Hammer

2015-09-22 Thread Giridhar Yasa
I encountered the same issue in my setup (with an AWS SDK client) and on further investigation found that 'rgw print continue' was set to false for a civetweb driven rgw. Updated http://tracker.ceph.com/issues/12640 Giridhar -- Giridhar Yasa | Flipkart Engineering | http://www.flipkart.com

[Yahoo-eng-team] [Bug 1498233] [NEW] No error thrown while importing an image which does not have read permission

2015-09-21 Thread Giridhar Jayavelu
Public bug reported: Started devstack from master branch on git. I tried to create an image on horizon by choosing "Image location" option for Image source and passed an URL to ova file. "Copy data" option was selected. There were no errors thrown after submitting the request. Also, after

guidelines to increase the MTU size

2015-09-16 Thread AR, Giridhar
to perform? Thanks Giridhar -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your

RE: guidelines to increase the MTU size

2015-09-16 Thread AR, Giridhar
) should be set ? > Is there any other changes in need to perform? Do you have any inputs on the above questions? Thanks Giridhar -Original Message- From: Lee [mailto:ler...@gmail.com] Sent: Wednesday, September 16, 2015 5:13 PM To: AR, Giridhar Cc: net-snmp-coders@lists.sourceforge

[Yahoo-eng-team] [Bug 1495834] [NEW] [VMware] Launching an instance with large image size crashes nova-compute

2015-09-15 Thread Giridhar Jayavelu
Public bug reported: Created an image of size ~6.5GB. Launching a new instance from this image crashes nova-compute. I'm observing nova-compute node running out of memory. This could probably be due to reading entire file stream in memory without using proper chunk size. This is from git

[Puppet Users] Re: Unable to setup Environments in 2015.2

2015-09-09 Thread giridhar kazama
in the datadir but it doesn't if I give variables. static dir : /etc/puppetlabs/code/environments/production/hieradata dynamic : /etc/puppetlabs/code/environments/%{environments}/hieradata On Tuesday, September 8, 2015 at 10:00:52 AM UTC+5:30, giridhar kazama wrote: > > HI, > I have set up a master

[Puppet Users] Re: Unable to setup Environments in 2015.2

2015-09-09 Thread giridhar kazama
/puppetlabs/code/environments//hieradata/global.yaml, skipping nil On Tuesday, September 8, 2015 at 10:00:52 AM UTC+5:30, giridhar kazama wrote: > > HI, > I have set up a master with 400+ agents. My master has 2015.2. I have to > setup 4 environments and all are test environments

[Puppet Users] Unable to setup Environments in 2015.2

2015-09-07 Thread giridhar kazama
/code/environments/test3 and /etc/puppetlabs/code/environments/test4. I have also changed the environment field to test1 in one of the agents but it doesn't seems to be happy. could anyone help me on this please. Regards Giridhar -- You received this message because you are subscribed

Re: [BangPypers] Online communication channel

2015-09-05 Thread Chetan Giridhar
Hi Krace, I'll be interested to help. Please loop me in. On Sat, Sep 5, 2015 at 5:38 PM, Kiran Gangadharan wrote: > Hi, > > On Sat, Sep 5, 2015 at 4:15 PM, kracekumar ramaraju < > kracethekingma...@gmail.com> wrote: > > > Slack for BangPypers [0] is set up. You need

[Qgis-user] The new own built exe is not working. Giving errors on launch while starting python

2015-07-09 Thread Sushim Giridhar Bhiwapurkar
Dears, I am building a new own build of QGIS from source (Version 2.4.0). The build was successful but while running the new exe of qgis (qgis.exe) I am getting some errors (crash dump). Problem Statement: The new own built exe is not working. Giving errors on launch while starting python

Need help in Netscape Directory SDK

2015-04-07 Thread Giridhar reddy
Hi Friends, I need help in downloading the latest netscape LDAP libs for Java. Could some one give me the download link .. Thank You, Giridhar ___ dev-tech-ldap mailing list dev-tech-ldap@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech

[AngularJS] How to call the AngularJs factory Only once

2015-02-17 Thread Giridhar Bhageshpur
Hi all, I was working on a prototype in angularjs and the code is something as below .controller('HomePageController',['UserService','socket',function(UserService,socket) { this.userservice = UserService; socket.on('messagetoyou',function(data){

Re: Delayed FC rport removal causes errors on other device

2014-12-18 Thread Giridhar Malavali
Tony, We will get back to you after looking at the logs. -- Giri On 12/18/14 8:37 AM, Tony Battersby to...@cybernetics.com wrote: On 12/17/2014 06:17 PM, Giridhar Malavali wrote: Tony, We will look into this further and get back to you. Do you have driver logs with extended error

Re: Delayed FC rport removal causes errors on other device

2014-12-17 Thread Giridhar Malavali
Tony, We will look into this further and get back to you. Do you have driver logs with extended error logging for this failure. If not, can you please capture one and send it across. Thanks, Giridhar On 12/17/14 2:41 PM, Tony Battersby to...@cybernetics.com wrote: Initiator-mode problem

Re: [PATCH RESEND 00/35] qla2xxx: Patches for 3.18 scsi misc branch.

2014-10-01 Thread Giridhar Malavali
Christoph, In order to synchronize with our internal testing and minimize the regression, we are planning to fix those sparse errors in a staggered phase. We will update what can be fixed for 3.19. Hope this approach works. -- Giri On 9/25/14 10:01 AM, Christoph Hellwig h...@lst.de wrote:

Doubt Regarding QJM protocol - example 2.10.6 of Quorum-Journal Design document

2014-09-28 Thread Giridhar Addepalli
). This will result in a situation where finalized segment ( edits_151-153 ) on JN1 is different from finalized segment edits_151-153 on JN2/JN3. Please let me know if i have gone wrong some where, and this situation is taken care of. Thanks, Giridhar.

Accessing my own object inside ev_handler

2014-09-16 Thread Giridhar Addepalli
to setup things such that object of 'myclass' is accessible inside ev_handler function. Please help. Thanks, Giridhar. -- You received this message because you are subscribed to the Google Groups mongoose-users group. To unsubscribe from this group and stop receiving emails from it, send

Re: Significance of PID files

2014-07-06 Thread Giridhar Addepalli
At Daemon level. Thanks, Giridhar. On Fri, Jul 4, 2014 at 11:03 AM, Vijaya Narayana Reddy Bhoomi Reddy vijay.bhoomire...@gmail.com wrote: Vikas, Its main use is to keep one process at a time...like one one datanode at a any host - Can you please elaborate in a more detail? What is meant

Regarding Quorum Journal protocol used in HDFS

2014-06-18 Thread Giridhar Addepalli
failover, we are only planning for manual failover in our production cluster. Given this, above scenario looks problematic because it requires manual intervention in our case. Is it recommended to have manual failover when using QJM ? Thanks, Giridhar.

Re: Regarding Quorum Journal protocol used in HDFS

2014-06-18 Thread Giridhar Addepalli
Just wanted to be more clear. Now when namenode on n1 tried to finalize inprogress log segment ( upon instruction from standby namenode on n2 after edit log roll over time has passed ), namenode process on n1 got terminated(*because it could not get quorum of responses*). Thanks, Giridhar

Bug#751511: xfslibs-dev: Incorrect licensing information in debian/copyright

2014-06-13 Thread Y Giridhar Appaji Nag
and that the rest of the package is licensed under GPL. Giridhar - -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_IN, LC_CTYPE

Bug#751511: xfslibs-dev: Incorrect licensing information in debian/copyright

2014-06-13 Thread Y Giridhar Appaji Nag
and that the rest of the package is licensed under GPL. Giridhar - -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_IN, LC_CTYPE

[AngularJS] Date Time is not displaying not properly in angularjs bootstrap

2014-05-18 Thread giridhar mungi
div data-datetime data-date-format=-mm-dd hh:mm:ss data-link-field=dtp_input1 input data-ng-model=ContactTime name=contactTime id=contactTime class=form-control size=16 type=text /div myApp.directive(datetime, function ($rootScope) {

  1   2   3   4   5   6   7   8   9   10   >