[jira] [Updated] (CASSANDRA-11753) cqlsh show sessions truncates time_elapsed values > 999999

2016-05-12 Thread Stefania (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefania updated CASSANDRA-11753:
-
Labels: lhf  (was: )

> cqlsh show sessions truncates time_elapsed values > 99
> --
>
> Key: CASSANDRA-11753
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11753
> Project: Cassandra
>  Issue Type: Bug
>  Components: CQL, Observability, Testing, Tools
>Reporter: Jonathan Shook
>Assignee: Stefania
>  Labels: lhf
>
> Output from show session in cqlsh:
> {quote}
> Submit hint for /10.255.227.20 [EXPIRING-MAP-REAPER:1] | 2016-05-11 
> 15:57:53.73 | 10.255.226.163 | 283246
> {quote}
> Output from select * from trace_events where session_id=(same as above):
> {quote}
>  1bbce5c0-1791-11e6-9598-3b9ec975a2e6 | 1ee37a20-1791-11e6-9598-3b9ec975a2e6 
> | Submit hint for /10.255.227.20 | 10.255.226.163 |   
>  5283246 | EXPIRING-MAP-REAPER:1
> {quote}
> Notice that the 5 (seconds) part is being truncated in the output.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (CASSANDRA-11753) cqlsh show sessions truncates time_elapsed values > 999999

2016-05-12 Thread Stefania (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefania reassigned CASSANDRA-11753:


Assignee: Stefania

> cqlsh show sessions truncates time_elapsed values > 99
> --
>
> Key: CASSANDRA-11753
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11753
> Project: Cassandra
>  Issue Type: Bug
>  Components: CQL, Observability, Testing, Tools
>Reporter: Jonathan Shook
>Assignee: Stefania
>
> Output from show session in cqlsh:
> {quote}
> Submit hint for /10.255.227.20 [EXPIRING-MAP-REAPER:1] | 2016-05-11 
> 15:57:53.73 | 10.255.226.163 | 283246
> {quote}
> Output from select * from trace_events where session_id=(same as above):
> {quote}
>  1bbce5c0-1791-11e6-9598-3b9ec975a2e6 | 1ee37a20-1791-11e6-9598-3b9ec975a2e6 
> | Submit hint for /10.255.227.20 | 10.255.226.163 |   
>  5283246 | EXPIRING-MAP-REAPER:1
> {quote}
> Notice that the 5 (seconds) part is being truncated in the output.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11678) cassandra crush when enable hints_compression

2016-05-12 Thread Blake Eggleston (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282127#comment-15282127
 ] 

Blake Eggleston commented on CASSANDRA-11678:
-

[~linweiji...@gmail.com], would it be possible to get a copy of a corrupted 
hint file? I haven't been able to reproduce this failure. Both [~jasobrown] and 
I have extensively reviewed the hints compression code, and neither of us could 
find anything that would explain this failure you're seeing. I realize there's 
sensitive data in the hints file, but I'm not sure I'll be able to track down 
the cause without it.

> cassandra crush when enable hints_compression
> -
>
> Key: CASSANDRA-11678
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11678
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core, Local Write-Read Paths
> Environment: Centos 7
>Reporter: Weijian Lin
>Assignee: Blake Eggleston
>Priority: Critical
>
> When I enable hints_compression and set the compression class to
> LZ4Compressor,the
> cassandra (v3.05, V3.5.0) will crush。That is a bug, or any conf is wrong?
> *Exception in V 3.5.0 *
> {code}
> ERROR [HintsDispatcher:2] 2016-04-26 15:02:56,970
> HintsDispatchExecutor.java:225 - Failed to dispatch hints file
> abc4dda2-b551-427e-bb0b-e383d4a392e1-1461654138963-1.hints: file is
> corrupted ({})
> org.apache.cassandra.io.FSReadError: java.io.EOFException
> at 
> org.apache.cassandra.hints.HintsReader$BuffersIterator.computeNext(HintsReader.java:284)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsReader$BuffersIterator.computeNext(HintsReader.java:254)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
> ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsDispatcher.sendHints(HintsDispatcher.java:156)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsDispatcher.sendHintsAndAwait(HintsDispatcher.java:137)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsDispatcher.dispatch(HintsDispatcher.java:119) 
> ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsDispatcher.dispatch(HintsDispatcher.java:91) 
> ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsDispatchExecutor$DispatchHintsTask.deliver(HintsDispatchExecutor.java:259)
>  [apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsDispatchExecutor$DispatchHintsTask.dispatch(HintsDispatchExecutor.java:242)
>  [apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsDispatchExecutor$DispatchHintsTask.dispatch(HintsDispatchExecutor.java:220)
>  [apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsDispatchExecutor$DispatchHintsTask.run(HintsDispatchExecutor.java:199)
>  [apache-cassandra-3.5.0.jar:3.5.0]
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_65]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_65]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_65]
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_65]
> at java.lang.Thread.run(Thread.java:745) [na:1.8.0_65]
> Caused by: java.io.EOFException: null
> at 
> org.apache.cassandra.io.util.RebufferingInputStream.readByte(RebufferingInputStream.java:146)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.io.util.RebufferingInputStream.readPrimitiveSlowly(RebufferingInputStream.java:108)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.io.util.RebufferingInputStream.readInt(RebufferingInputStream.java:188)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsReader$BuffersIterator.computeNextInternal(HintsReader.java:297)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> at 
> org.apache.cassandra.hints.HintsReader$BuffersIterator.computeNext(HintsReader.java:280)
>  ~[apache-cassandra-3.5.0.jar:3.5.0]
> ... 15 common frames omitted
> {code}
> *Exception in V 3.0.5 *
> {code}
> ERROR [HintsDispatcher:2] 2016-04-26 15:54:46,294
> HintsDispatchExecutor.java:225 - Failed to dispatch hints file
> 8603be13-6878-4de3-8bc3-a7a7146b0376-1461657251205-1.hints: file is
> corrupted ({})
> org.apache.cassandra.io.FSReadError: java.io.EOFException
> at 
> org.apache.cassandra.hints.HintsReader$BuffersIterator.computeNext(HintsReader.java:282)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
> at 
> org.apache.cassandra.hints.HintsReader$BuffersIterator.computeNext(HintsReader.java:252)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
> at 
> org.apache.cassandra.utils.AbstractIterator.hasNext(

[jira] [Commented] (CASSANDRA-8844) Change Data Capture (CDC)

2016-05-12 Thread Joshua McKenzie (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282050#comment-15282050
 ] 

Joshua McKenzie commented on CASSANDRA-8844:


Results from test-cdc are much better than I expected.

{noformat}
[junit] Test org.apache.cassandra.cql3.ViewFilteringTest FAILED (timeout)
[junit] Test org.apache.cassandra.cql3.ViewTest FAILED (timeout)
[junit] Test org.apache.cassandra.cql3.validation.entities.UFTest FAILED 
(timeout)
{noformat}

TriggerExecutorTest also failed across the board but that's due to the test not 
initializing the schema for the KS/CF's it uses as it passes around CFMetaData 
to respective units. I'll see about cleaning that up and the above for this 
test target.

Also - that test run uncovered / reinforced my view of there being a problem 
w/the CDC check in {{Mutation.add(PartitionUpdate)}}. Adding a dependency on 
the keyspace being initialized is proving to be a bit troublesome; I'll think 
on that and get something in for that shortly.

> Change Data Capture (CDC)
> -
>
> Key: CASSANDRA-8844
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8844
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Coordination, Local Write-Read Paths
>Reporter: Tupshin Harper
>Assignee: Joshua McKenzie
>Priority: Critical
> Fix For: 3.x
>
>
> "In databases, change data capture (CDC) is a set of software design patterns 
> used to determine (and track) the data that has changed so that action can be 
> taken using the changed data. Also, Change data capture (CDC) is an approach 
> to data integration that is based on the identification, capture and delivery 
> of the changes made to enterprise data sources."
> -Wikipedia
> As Cassandra is increasingly being used as the Source of Record (SoR) for 
> mission critical data in large enterprises, it is increasingly being called 
> upon to act as the central hub of traffic and data flow to other systems. In 
> order to try to address the general need, we (cc [~brianmhess]), propose 
> implementing a simple data logging mechanism to enable per-table CDC patterns.
> h2. The goals:
> # Use CQL as the primary ingestion mechanism, in order to leverage its 
> Consistency Level semantics, and in order to treat it as the single 
> reliable/durable SoR for the data.
> # To provide a mechanism for implementing good and reliable 
> (deliver-at-least-once with possible mechanisms for deliver-exactly-once ) 
> continuous semi-realtime feeds of mutations going into a Cassandra cluster.
> # To eliminate the developmental and operational burden of users so that they 
> don't have to do dual writes to other systems.
> # For users that are currently doing batch export from a Cassandra system, 
> give them the opportunity to make that realtime with a minimum of coding.
> h2. The mechanism:
> We propose a durable logging mechanism that functions similar to a commitlog, 
> with the following nuances:
> - Takes place on every node, not just the coordinator, so RF number of copies 
> are logged.
> - Separate log per table.
> - Per-table configuration. Only tables that are specified as CDC_LOG would do 
> any logging.
> - Per DC. We are trying to keep the complexity to a minimum to make this an 
> easy enhancement, but most likely use cases would prefer to only implement 
> CDC logging in one (or a subset) of the DCs that are being replicated to
> - In the critical path of ConsistencyLevel acknowledgment. Just as with the 
> commitlog, failure to write to the CDC log should fail that node's write. If 
> that means the requested consistency level was not met, then clients *should* 
> experience UnavailableExceptions.
> - Be written in a Row-centric manner such that it is easy for consumers to 
> reconstitute rows atomically.
> - Written in a simple format designed to be consumed *directly* by daemons 
> written in non JVM languages
> h2. Nice-to-haves
> I strongly suspect that the following features will be asked for, but I also 
> believe that they can be deferred for a subsequent release, and to guage 
> actual interest.
> - Multiple logs per table. This would make it easy to have multiple 
> "subscribers" to a single table's changes. A workaround would be to create a 
> forking daemon listener, but that's not a great answer.
> - Log filtering. Being able to apply filters, including UDF-based filters 
> would make Casandra a much more versatile feeder into other systems, and 
> again, reduce complexity that would otherwise need to be built into the 
> daemons.
> h2. Format and Consumption
> - Cassandra would only write to the CDC log, and never delete from it. 
> - Cleaning up consumed logfiles would be the client daemon's responibility
> - Logfile size should probably be configurable.

[jira] [Updated] (CASSANDRA-11613) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test

2016-05-12 Thread Tyler Hobbs (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tyler Hobbs updated CASSANDRA-11613:

Reviewer: Benjamin Lerer

[~blerer] can you review?

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test
> --
>
> Key: CASSANDRA-11613
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11613
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Russ Hatch
>Assignee: Tyler Hobbs
>  Labels: dtest
> Fix For: 3.x
>
>
> example failure:
> http://cassci.datastax.com/job/upgrade_tests-all-custom_branch_runs/8/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk/more_user_types_test
> Failed on CassCI build upgrade_tests-all-custom_branch_runs #8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11258) Repair scheduling - Resource locking API

2016-05-12 Thread Paulo Motta (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282015#comment-15282015
 ] 

Paulo Motta commented on CASSANDRA-11258:
-

Hey, sorry for the delay here. New tests look good! See follow-up below:

bq. I've added the check for if the lease was acquired in the case of a WTE

I still don't see this in the latest 
[commits|https://github.com/emolsson/cassandra/commits/CASSANDRA-11258], is 
there anything I'm missing? It seems that we [return 
null|https://github.com/emolsson/cassandra/blob/c527a9df4297bc1ddccd5869d0b9050efb005688/src/java/org/apache/cassandra/scheduling/CasLeaseFactory.java#L113]
 on an exception on {{processSilent}}, and threat null responses as [failure to 
acquire 
lock|https://github.com/emolsson/cassandra/blob/c527a9df4297bc1ddccd5869d0b9050efb005688/src/java/org/apache/cassandra/scheduling/CasLeaseFactory.java#L272]
 on {{renewLease}}. How about handling the exception on {{renewLease}} (instead 
of {{processSilent}}) and checking {{holdsLease}} before returning the lock?

bq. The reason for changing from insert to update was that with the previous 
insert a row marker is added with a TTL of 60(default TTL) and it doesn't get 
updated when renewing the lease since that uses an update.

I don't quite get this case, why won't the row get updated when renewing the 
lease? Can you clarify with an example?

bq. Since the comments/implementation details regarding update vs insert 
shouldn't affect the interface as such I'll start implementing the repair 
scheduling.

+1

> Repair scheduling - Resource locking API
> 
>
> Key: CASSANDRA-11258
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11258
> Project: Cassandra
>  Issue Type: Sub-task
>Reporter: Marcus Olsson
>Assignee: Marcus Olsson
>Priority: Minor
>
> Create a resource locking API & implementation that is able to lock a 
> resource in a specified data center. It should handle priorities to avoid 
> node starvation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11613) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test

2016-05-12 Thread Tyler Hobbs (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281992#comment-15281992
 ] 

Tyler Hobbs commented on CASSANDRA-11613:
-

I'm not sure why I didn't observe this in CASSANDRA-11609 (I guess we didn't 
try to use the column in that test), but simply explicitly freezing the 
top-level UDT fixes the problem and makes this test pass for me locally.

In case it's easier for re-rolling the 3.6 release, I've created a trunk patch 
as well as a patch off of 3.6-tentative.

Patch and pending CI runs:

||branch||testall||dtest||
|[CASSANDRA-11613|https://github.com/thobbs/cassandra/tree/CASSANDRA-11613]|[testall|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11613-testall]|[dtest|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11613-dtest]|
|[CASSANDRA-11613-3.6|https://github.com/thobbs/cassandra/tree/CASSANDRA-11613-3.6]|[testall|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11613-3.6-testall]|[dtest|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11613-3.6-dtest]|

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test
> --
>
> Key: CASSANDRA-11613
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11613
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Russ Hatch
>Assignee: Tyler Hobbs
>  Labels: dtest
> Fix For: 3.x
>
>
> example failure:
> http://cassci.datastax.com/job/upgrade_tests-all-custom_branch_runs/8/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk/more_user_types_test
> Failed on CassCI build upgrade_tests-all-custom_branch_runs #8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8844) Change Data Capture (CDC)

2016-05-12 Thread Joshua McKenzie (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281987#comment-15281987
 ] 

Joshua McKenzie commented on CASSANDRA-8844:


Branch updated with the following major changes:
* Moved to single CLSM per CommitLog
* CQL Statement changes - now a property on CF instead of Keyspace
* tab-completion changes for grammar
* .yaml changes: cdc is now per-node config
* Added test-cdc build target, skip CommitLogSegmentManagerCDCTest w/non / 
regular build
* Increment CDC tracked size on segment replay (oversight from v1)
* Only reject mutations tracked by CDC if at limit. Do not reject non-cdc 
mutations
* Flag Mutation as cdc-containing on add of PartitionUpdate
* track flushed and unflushed CDC used space.
* Add CDC-containing flag to CommitLogSegment to more intelligently handle 
discard of non-cdc segments if at capacity limit. This way we can reject all 
CDC mutations and, on discard, if a segment does not have any CDC data in it we 
can just delete it. This prevents the cdc_raw directory from growing unbounded 
w/non-cdc mutations or us having to reject all mutations when at cdc limit as 
we're sharing a single CommitLogSegment stream.
* Reject CDC mutations on CDC limit w/failed allocation.
* revert change on # compressed buffer pools to 3
* fix view schema, make discard test more robust, revise CHANGES and NEWS
* Fix CommitLogStressTest (bad changes from v1 and previous test setup design 
was faulty on Windows)

I'm running test-cdc offline to see what the results look like. My suspicion is 
there's not going to be immediate value in running all the tests due to the 
number of assumptions we often make about files and our subsystem while 
testing, but it should provide a starting point for us to filter down to 
relevant tests.

CI re-running now:
||branch||testall||dtest||
|[8844_review|https://github.com/josh-mckenzie/cassandra/tree/8844_review]|[testall|http://cassci.datastax.com/view/Dev/view/josh-mckenzie/job/josh-mckenzie-8844_review-testall]|[dtest|http://cassci.datastax.com/view/Dev/view/josh-mckenzie/job/josh-mckenzie-8844_review-dtest]|

> Change Data Capture (CDC)
> -
>
> Key: CASSANDRA-8844
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8844
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Coordination, Local Write-Read Paths
>Reporter: Tupshin Harper
>Assignee: Joshua McKenzie
>Priority: Critical
> Fix For: 3.x
>
>
> "In databases, change data capture (CDC) is a set of software design patterns 
> used to determine (and track) the data that has changed so that action can be 
> taken using the changed data. Also, Change data capture (CDC) is an approach 
> to data integration that is based on the identification, capture and delivery 
> of the changes made to enterprise data sources."
> -Wikipedia
> As Cassandra is increasingly being used as the Source of Record (SoR) for 
> mission critical data in large enterprises, it is increasingly being called 
> upon to act as the central hub of traffic and data flow to other systems. In 
> order to try to address the general need, we (cc [~brianmhess]), propose 
> implementing a simple data logging mechanism to enable per-table CDC patterns.
> h2. The goals:
> # Use CQL as the primary ingestion mechanism, in order to leverage its 
> Consistency Level semantics, and in order to treat it as the single 
> reliable/durable SoR for the data.
> # To provide a mechanism for implementing good and reliable 
> (deliver-at-least-once with possible mechanisms for deliver-exactly-once ) 
> continuous semi-realtime feeds of mutations going into a Cassandra cluster.
> # To eliminate the developmental and operational burden of users so that they 
> don't have to do dual writes to other systems.
> # For users that are currently doing batch export from a Cassandra system, 
> give them the opportunity to make that realtime with a minimum of coding.
> h2. The mechanism:
> We propose a durable logging mechanism that functions similar to a commitlog, 
> with the following nuances:
> - Takes place on every node, not just the coordinator, so RF number of copies 
> are logged.
> - Separate log per table.
> - Per-table configuration. Only tables that are specified as CDC_LOG would do 
> any logging.
> - Per DC. We are trying to keep the complexity to a minimum to make this an 
> easy enhancement, but most likely use cases would prefer to only implement 
> CDC logging in one (or a subset) of the DCs that are being replicated to
> - In the critical path of ConsistencyLevel acknowledgment. Just as with the 
> commitlog, failure to write to the CDC log should fail that node's write. If 
> that means the requested consistency level was not met, then clients *should* 
> experience UnavailableExcep

[jira] [Commented] (CASSANDRA-11613) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test

2016-05-12 Thread Tyler Hobbs (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281984#comment-15281984
 ] 

Tyler Hobbs commented on CASSANDRA-11613:
-

Confirmed, and it appears that CASSANDRA-11760 has the same cause.

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test
> --
>
> Key: CASSANDRA-11613
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11613
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Russ Hatch
>Assignee: Tyler Hobbs
>  Labels: dtest
> Fix For: 3.x
>
>
> example failure:
> http://cassci.datastax.com/job/upgrade_tests-all-custom_branch_runs/8/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk/more_user_types_test
> Failed on CassCI build upgrade_tests-all-custom_branch_runs #8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11657) LongLeveledCompactionStrategyTest broken since CASSANDRA-10099

2016-05-12 Thread Yuki Morishita (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281967#comment-15281967
 ] 

Yuki Morishita commented on CASSANDRA-11657:


+1

> LongLeveledCompactionStrategyTest broken since CASSANDRA-10099
> --
>
> Key: CASSANDRA-11657
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11657
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
> Fix For: 3.x
>
>
> Seems CASSANDRA-10099 broke LongLeveledCompactionStrategyTest



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11613) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test

2016-05-12 Thread Tyler Hobbs (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281962#comment-15281962
 ] 

Tyler Hobbs commented on CASSANDRA-11613:
-

At first glance it looks like this is caused by a frozen UDT being considered 
non-frozen after the upgrade.

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test
> --
>
> Key: CASSANDRA-11613
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11613
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Russ Hatch
>Assignee: Tyler Hobbs
>  Labels: dtest
> Fix For: 3.x
>
>
> example failure:
> http://cassci.datastax.com/job/upgrade_tests-all-custom_branch_runs/8/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk/more_user_types_test
> Failed on CassCI build upgrade_tests-all-custom_branch_runs #8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (CASSANDRA-11760) dtest failure in TestCQLNodes3RF3_Upgrade_current_2_2_x_To_next_3_x.more_user_types_test

2016-05-12 Thread Tyler Hobbs (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tyler Hobbs reassigned CASSANDRA-11760:
---

Assignee: Tyler Hobbs

> dtest failure in 
> TestCQLNodes3RF3_Upgrade_current_2_2_x_To_next_3_x.more_user_types_test
> 
>
> Key: CASSANDRA-11760
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11760
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Philip Thompson
>Assignee: Tyler Hobbs
>  Labels: dtest
> Fix For: 3.x
>
> Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log, 
> node3.log, node3_debug.log
>
>
> example failure:
> http://cassci.datastax.com/view/Parameterized/job/upgrade_tests-all-custom_branch_runs/12/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_2_x_To_next_3_x/user_types_test/
> I've attached the logs. The test upgrades from 2.2.5 to 3.6. The relevant 
> failure stack trace extracted here:
> {code}
> ERROR [MessagingService-Incoming-/127.0.0.1] 2016-05-11 17:08:31,33
> 4 CassandraDaemon.java:185 - Exception in thread Thread[MessagingSe
> rvice-Incoming-/127.0.0.1,5,main]
> java.lang.ArrayIndexOutOfBoundsException: 1
> at 
> org.apache.cassandra.db.composites.AbstractCompoundCellNameType.fromByteBuffer(AbstractCompoundCellNameType.java:99)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.composites.AbstractCType$Serializer.deserialize(AbstractCType.java:382)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.composites.AbstractCType$Serializer.deserialize(AbstractCType.java:366)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.composites.AbstractCellNameType$5.deserialize(AbstractCellNameType.java:117)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.composites.AbstractCellNameType$5.deserialize(AbstractCellNameType.java:109)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.ColumnSerializer.deserialize(ColumnSerializer.java:106)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.ColumnSerializer.deserialize(ColumnSerializer.java:101)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:109)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.Mutation$MutationSerializer.deserializeOneCf(Mutation.java:322)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:302)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:330)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:272)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at org.apache.cassandra.net.MessageIn.read(MessageIn.java:99) 
> ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.net.IncomingTcpConnection.receiveMessage(IncomingTcpConnection.java:200)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.net.IncomingTcpConnection.receiveMessages(IncomingTcpConnection.java:177)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> at 
> org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:91)
>  ~[apache-cassandra-2.2.6.jar:2.2.6]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CASSANDRA-7592) Ownership changes can violate consistency

2016-05-12 Thread Alex Petrov (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280680#comment-15280680
 ] 

Alex Petrov edited comment on CASSANDRA-7592 at 5/12/16 7:33 PM:
-

[EDITED] 

My previous comment was off, as I ran the tests incorrectly. 
I have to note that in 3 node cluster such situation is not possible, if I 
understand everything correctly. In order to have the node bootstrapped, with 
consistent range movement, all replica has to be alive in order for node to be 
bootstrapped, otherwise we'd get {{A node required to move the data 
consistently is down}} exception (so it's quite tricky to even reproduce). This 
doesn't really contradict the issue description as coordinators are said to be 
chosen randomly, though I wanted to point it out.

So for example:
{code}
for i in `seq 1 4`; do ccm node$i remove; done
ccm populate -n 3
ccm start
sleep 10
ccm node1 cqlsh < data.cql
# With node1 gossip disabled that won't work, as joning node4 won't be able to 
bootrap
# ccm node1 nodetool disablegossip
# sleep 10
ccm add node4 -i 127.0.0.4 -b && ccm node4 start
{code}

Would produce something like that:
{code}
node1 
INFO  [SharedPool-Worker-1] 2016-05-12 18:28:05,915 Gossiper.java:1014 - 
InetAddress /127.0.0.4 is now UP
INFO  [PendingRangeCalculator:1] 2016-05-12 18:28:08,923 TokenMetadata.java:209 
- Adding token to endpoint map `577167728929728286` `/127.0.0.4`

node4
INFO  [main] 2016-05-12 18:28:38,448 StorageService.java:1460 - Starting 
Bootstrap
INFO  [main] 2016-05-12 18:28:38,453 TokenMetadata.java:209 - Adding token to 
endpoint map `577167728929728286` `/127.0.0.4`
INFO  [main] 2016-05-12 18:28:38,903 StorageService.java:2173 - Node /127.0.0.4 
state jump to NORMAL
{code}

Note here that the token for the endpoint lands on the node1 as pending token 
early enough, and {{StorageProxy::performWrite}} would be aware of the pending 
tokens as well.

However, judging from the code this situation might actually occur in a larger 
cluster, where coordinator is chosen from nodes that's not a part of replica 
for streamed ranges. I'll try to take another try on it some time soon. 
Although so far I can not see a good solution that would allow simultaneous 
moves. Given simultaneous moves aren't allowed, the next move might have to be 
postponed for (or disallowed until) {{ring_delay}}, then we can store the 
{{tokenEndpointMap}} for the {{ring_delay}} on replicas. 

Coordinator that hasn't learned about ring change will then contact the {{old}} 
nodes noly. Coordinator that has learned about the ring change will send writes 
to both {{old}} and {{new}} nodes. More On the replica side, {{old}} replica 
has to gracefully serve reads and receive writes.

Might be a good idea to use {{TokenAwarePolicy}}, which might help in some 
cases (when partition key is actually known). 


was (Author: ifesdjeen):
[EDITED] 

My previous comment was off, as I ran the tests incorrectly. 
I have to note that in 3 node cluster such situation is not possible, if I 
understand everything correctly. In order to have the node bootstrapped, with 
consistent range movement, all replica has to be alive in order for node to be 
bootstrapped, otherwise we'd get {{A node required to move the data 
consistently is down}} exception (so it's quite tricky to even reproduce). This 
doesn't really contradict the issue description as coordinators are said to be 
chosen randomly, though I wanted to point it out.

So for example:
{code}
for i in `seq 1 4`; do ccm node$i remove; done
ccm populate -n 3
ccm start
sleep 10
ccm node1 cqlsh < data.cql
# With node1 gossip disabled that won't work, as joning node4 won't be able to 
bootrap
# ccm node1 nodetool disablegossip
# sleep 10
ccm add node4 -i 127.0.0.4 -b && ccm node4 start
{code}

Would produce something like that:
{code}
node1 
INFO  [SharedPool-Worker-1] 2016-05-12 18:28:05,915 Gossiper.java:1014 - 
InetAddress /127.0.0.4 is now UP
INFO  [PendingRangeCalculator:1] 2016-05-12 18:28:08,923 TokenMetadata.java:209 
- Adding token to endpoint map `577167728929728286` `/127.0.0.4`

node4
INFO  [main] 2016-05-12 18:28:38,448 StorageService.java:1460 - Starting 
Bootstrap
INFO  [main] 2016-05-12 18:28:38,453 TokenMetadata.java:209 - Adding token to 
endpoint map `577167728929728286` `/127.0.0.4`
INFO  [main] 2016-05-12 18:28:38,903 StorageService.java:2173 - Node /127.0.0.4 
state jump to NORMAL
{code}

Note here that the token for the endpoint lands on the node1 as pending token 
early enough, and {{StorageProxy::performWrite}} would be aware of the pending 
tokens as well.

However, judging from the code this situation might actually occur in a larger 
cluster, where coordinator is chosen from nodes that's not a part of replica 
for streamed ranges. I'll try to take another try on it some time soon. 
Although so far I can not see a good solution that would

[jira] [Comment Edited] (CASSANDRA-7592) Ownership changes can violate consistency

2016-05-12 Thread Alex Petrov (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280680#comment-15280680
 ] 

Alex Petrov edited comment on CASSANDRA-7592 at 5/12/16 7:32 PM:
-

[EDITED] 

My previous comment was off, as I ran the tests incorrectly. 
I have to note that in 3 node cluster such situation is not possible, if I 
understand everything correctly. In order to have the node bootstrapped, with 
consistent range movement, all replica has to be alive in order for node to be 
bootstrapped, otherwise we'd get {{A node required to move the data 
consistently is down}} exception (so it's quite tricky to even reproduce). This 
doesn't really contradict the issue description as coordinators are said to be 
chosen randomly, though I wanted to point it out.

So for example:
{code}
for i in `seq 1 4`; do ccm node$i remove; done
ccm populate -n 3
ccm start
sleep 10
ccm node1 cqlsh < data.cql
# With node1 gossip disabled that won't work, as joning node4 won't be able to 
bootrap
# ccm node1 nodetool disablegossip
# sleep 10
ccm add node4 -i 127.0.0.4 -b && ccm node4 start
{code}

Would produce something like that:
{code}
node1 
INFO  [SharedPool-Worker-1] 2016-05-12 18:28:05,915 Gossiper.java:1014 - 
InetAddress /127.0.0.4 is now UP
INFO  [PendingRangeCalculator:1] 2016-05-12 18:28:08,923 TokenMetadata.java:209 
- Adding token to endpoint map `577167728929728286` `/127.0.0.4`

node4
INFO  [main] 2016-05-12 18:28:38,448 StorageService.java:1460 - Starting 
Bootstrap
INFO  [main] 2016-05-12 18:28:38,453 TokenMetadata.java:209 - Adding token to 
endpoint map `577167728929728286` `/127.0.0.4`
INFO  [main] 2016-05-12 18:28:38,903 StorageService.java:2173 - Node /127.0.0.4 
state jump to NORMAL
{code}

Note here that the token for the endpoint lands on the node1 as pending token 
early enough, and {{StorageProxy::performWrite}} would be aware of the pending 
tokens as well.

However, judging from the code this situation might actually occur in a larger 
cluster, where coordinator is chosen from nodes that's not a part of replica 
for streamed ranges. I'll try to take another try on it some time soon. 
Although so far I can not see a good solution that would allow simultaneous 
moves. Given simultaneous moves aren't allowed, the next move might have to be 
postponed for (or disallowed until) {{ring_delay}}, then we can store the 
{{tokenEndpointMap}} for the {{ring_delay}} on replicas. 

Coordinator that hasn't learned about ring change will then contact the {{old}} 
nodes noly. Coordinator that has learned about the ring change will send writes 
to both {{old}} and {{new }} nodes. More On the replica side, {{old}} replica 
has to gracefully serve reads and receive writes.

Might be a good idea to use {{TokenAwarePolicy}}, which might help in some 
cases (when partition key is actually known). 


was (Author: ifesdjeen):
I've been able to reproduce the issue with several simple steps:

  * Populate a cluster with 3 nodes, set RF to 3 and insert some data into the 
cluster.
  * Disable gossip on {{node1}}.
  * Bring in {{node4}}. {{node1}} will be unaware of the ring change.
  * Run {{select *}}

I've also made a simple prototype that would check whether requested token or 
range belong to (or intersect with) the current node, when coordinator sends 
requests to replicas, and was able to fail the coordinator request for that 
node (with a different replication factor request should however succeed since 
it still can connect to enough replicas).

The coordinator requests have to get a bit smarter in a way that coordinator 
has to send reads and mutations to previous owner for the "ring delay". 
With the active announcement, my only question is in case when coordinator can 
not connect to other nodes, it won't receive the message either actively or 
passively.

> Ownership changes can violate consistency
> -
>
> Key: CASSANDRA-7592
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7592
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Richard Low
>Assignee: Alex Petrov
>
> CASSANDRA-2434 goes a long way to avoiding consistency violations when 
> growing a cluster. However, there is still a window when consistency can be 
> violated when switching ownership of a range.
> Suppose you have replication factor 3 and all reads and writes at quorum. The 
> first part of the ring looks like this:
> Z: 0
> A: 100
> B: 200
> C: 300
> Choose two random coordinators, C1 and C2. Then you bootstrap node X at token 
> 50.
> Consider the token range 0-50. Before bootstrap, this is stored on A, B, C. 
> During bootstrap, writes go to X, A, B, C (and must succeed on 3) and reads 
> choose two from A, B, C. After bootstrap, the range is on X, A, B.
> When the bootstrap completes, 

[jira] [Updated] (CASSANDRA-11798) Allow specification of 'time' column value as number in CQL query.

2016-05-12 Thread Andy Tolbert (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Tolbert updated CASSANDRA-11798:
-
Description: 
The 'time' cql type is internally stored and sent over the protocol as an 
8-byte long value representing nanoseconds since midnight.   

When specifying a time column value as a number in a simple statement,, C* 
currently responds with:

{noformat}
InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
(420) for "time" of type time"
{noformat}

Instead one must provide this value as a string (i.e. {{'420'}}) or use 
an {{HH.MM.SS.s}} format (i.e. {{'00:00:42.0'}}).  It would be 
nice if it supported unquoted numbers as well.

Example:

{code}
cqlsh:simple> CREATE TABLE timeentity (id varchar PRIMARY KEY, time time);

# Doesn't work
cqlsh:simple> INSERT into timeentity (id, time) values ('1', 420);

InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
(420) for "time" of type time"

# Works
cqlsh:simple> INSERT into timeentity (id, time) values ('1', '420');
{code}

When using prepared statements or simple statements with parameters, one could 
provide a long value, depending on the driver implementation.  I.E. the java 
driver has {{setTime(int index, long v)}}.

  was:
The 'time' cql type is internally stored and sent over the protocol as an 
8-byte long value representing nanoseconds since midnight.   

When specifying a time column value as a number in a simple statement,, C* 
currently responds with:

{noformat}
InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
(420) for "time" of type time"
{noformat}

Instead one must provide this value as a string (i.e. {{'420'}} or use 
an {{HH.MM.SS.s}} format, i.e. {{'00:00:42.0'}}).  It would be 
nice if it supported unquoted numbers as well.

Example:

{code}
cqlsh:simple> CREATE TABLE timeentity (id varchar PRIMARY KEY, time time);

# Doesn't work
cqlsh:simple> INSERT into timeentity (id, time) values ('1', 420);

InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
(420) for "time" of type time"

# Works
cqlsh:simple> INSERT into timeentity (id, time) values ('1', '420');
{code}

When using prepared statements or simple statements with parameters, one could 
provide a long value, depending on the driver implementation.  I.E. the java 
driver has {{setTime(int index, long v)}}.


> Allow specification of 'time' column value as number in CQL query.
> --
>
> Key: CASSANDRA-11798
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11798
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL
>Reporter: Andy Tolbert
>Priority: Minor
>
> The 'time' cql type is internally stored and sent over the protocol as an 
> 8-byte long value representing nanoseconds since midnight.   
> When specifying a time column value as a number in a simple statement,, C* 
> currently responds with:
> {noformat}
> InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
> (420) for "time" of type time"
> {noformat}
> Instead one must provide this value as a string (i.e. {{'420'}}) or 
> use an {{HH.MM.SS.s}} format (i.e. {{'00:00:42.0'}}).  It 
> would be nice if it supported unquoted numbers as well.
> Example:
> {code}
> cqlsh:simple> CREATE TABLE timeentity (id varchar PRIMARY KEY, time time);
> # Doesn't work
> cqlsh:simple> INSERT into timeentity (id, time) values ('1', 420);
> InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
> (420) for "time" of type time"
> # Works
> cqlsh:simple> INSERT into timeentity (id, time) values ('1', '420');
> {code}
> When using prepared statements or simple statements with parameters, one 
> could provide a long value, depending on the driver implementation.  I.E. the 
> java driver has {{setTime(int index, long v)}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11798) Allow specification of 'time' column value as number in CQL query.

2016-05-12 Thread Andy Tolbert (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281900#comment-15281900
 ] 

Andy Tolbert commented on CASSANDRA-11798:
--

/cc [~mp911de] (sorry, don't have access to add you as a watcher).

> Allow specification of 'time' column value as number in CQL query.
> --
>
> Key: CASSANDRA-11798
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11798
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL
>Reporter: Andy Tolbert
>Priority: Minor
>
> The 'time' cql type is internally stored and sent over the protocol as an 
> 8-byte long value representing nanoseconds since midnight.   
> When specifying a time column value as a number in a simple statement,, C* 
> currently responds with:
> {noformat}
> InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
> (420) for "time" of type time"
> {noformat}
> Instead one must provide this value as a string (i.e. {{'420'}} or 
> use an {{HH.MM.SS.s}} format, i.e. {{'00:00:42.0'}}).  It 
> would be nice if it supported unquoted numbers as well.
> Example:
> {code}
> cqlsh:simple> CREATE TABLE timeentity (id varchar PRIMARY KEY, time time);
> # Doesn't work
> cqlsh:simple> INSERT into timeentity (id, time) values ('1', 420);
> InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
> (420) for "time" of type time"
> # Works
> cqlsh:simple> INSERT into timeentity (id, time) values ('1', '420');
> {code}
> When using prepared statements or simple statements with parameters, one 
> could provide a long value, depending on the driver implementation.  I.E. the 
> java driver has {{setTime(int index, long v)}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11670) Error while waiting on bootstrap to complete. Bootstrap will have to be restarted. Stream failed

2016-05-12 Thread Paulo Motta (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281896#comment-15281896
 ] 

Paulo Motta commented on CASSANDRA-11670:
-

[~carlyeks] Thanks for your feedback. I didn't run into any particular problem, 
my only concern was if there was any MV guarantee that could be broken by 
splitting a view update into multiple batchlogs in the general case, but if 
there isn't I will go ahead with this approach.

> Error while waiting on bootstrap to complete. Bootstrap will have to be 
> restarted. Stream failed
> 
>
> Key: CASSANDRA-11670
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11670
> Project: Cassandra
>  Issue Type: Bug
>  Components: Configuration, Streaming and Messaging
>Reporter: Anastasia Osintseva
>Assignee: Paulo Motta
> Fix For: 3.0.5
>
>
> I have in cluster 2 DC, in each DC - 2 Nodes. I wanted to add 1 node to each 
> DC. One node has been added successfully after I had made scrubing. 
> Now I'm trying to add node to another DC, but get error: 
> org.apache.cassandra.streaming.StreamException: Stream failed. 
> After scrubing and repair I get the same error.  
> {noformat}
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 Keyspace.java:492 - 
> Unknown exception caught while attempting to update MaterializedView! 
> messages_dump.messages
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:487) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyUnsafe(Mutation.java:236) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.streaming.StreamReceiveTask$OnCompletionRunnable.run(StreamReceiveTask.java:169)
>  [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_11]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_11]
>   at java.lang.Thread.run(Thread.java:745) [na:1.8.0_11]
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 
> StreamReceiveTask.java:214 - Error applying streamed data: 
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>

[jira] [Created] (CASSANDRA-11798) Allow specification of 'time' column value as number in CQL query.

2016-05-12 Thread Andy Tolbert (JIRA)
Andy Tolbert created CASSANDRA-11798:


 Summary: Allow specification of 'time' column value as number in 
CQL query.
 Key: CASSANDRA-11798
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11798
 Project: Cassandra
  Issue Type: Improvement
  Components: CQL
Reporter: Andy Tolbert
Priority: Minor


The 'time' cql type is internally stored and sent over the protocol as an 
8-byte long value representing nanoseconds since midnight.   

When specifying a time column value as a number in a simple statement,, C* 
currently responds with:

{noformat}
InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
(420) for "time" of type time"
{noformat}

Instead one must provide this value as a string (i.e. {{'420'}} or use 
an {{HH.MM.SS.s}} format, i.e. {{'00:00:42.0'}}).  It would be 
nice if it supported unquoted numbers as well.

Example:

{code}
cqlsh:simple> CREATE TABLE timeentity (id varchar PRIMARY KEY, time time);

# Doesn't work
cqlsh:simple> INSERT into timeentity (id, time) values ('1', 420);

InvalidRequest: code=2200 [Invalid query] message="Invalid INTEGER constant 
(420) for "time" of type time"

# Works
cqlsh:simple> INSERT into timeentity (id, time) values ('1', '420');
{code}

When using prepared statements or simple statements with parameters, one could 
provide a long value, depending on the driver implementation.  I.E. the java 
driver has {{setTime(int index, long v)}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Deleted] (CASSANDRA-11775) !!~~1 800 445 2790~~~AVAST antivirus technical support phone number

2016-05-12 Thread T Jake Luciani (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

T Jake Luciani deleted CASSANDRA-11775:
---


> !!~~1 800 445 2790~~~AVAST antivirus technical support phone number
> ---
>
> Key: CASSANDRA-11775
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11775
> Project: Cassandra
>  Issue Type: Bug
>Reporter: ahul
>Priority: Critical
>  Labels: easyfix, github-import
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> 1.800.445.2790 AVAST Antivirus technical Support Phone Number 1.800.445.2790 
> AVAST Antivirus technical Support Phone Number AVAST Antivirus technical 
> support line AVAST Antivirus Antivirus tech support number AVAST Antivirus 
> Antivirusadvisor tech support number AVAST Antivirus pos tech support number 
> AVAST Antivirus tech support phone number canada AVAST Antivirus online tech 
> support number AVAST Antivirus tech support phone number uk AVAST Antivirus 
> Antivirus tech support number AVAST Antivirus online technical support number 
> AVAST Antivirus Antivirus technical support number AVAST Payroll Customer 
> Support Phone Number_1 800-445-2790 AVAST Payroll PayrollSupport Phone Number 
> !! 1 800-445-2790 FREE AVAST Payroll customer tech support number,AVAST 
> Payroll help phone number usa AVAST Payroll phone Number AVAST Payroll tech 
> support Number USA Canada LET”s”:+ 1.800.445.2790 AVAST ANTIVIRUS CUSTOMER 
> SUPPORT PHONE NUMBER, AVAST ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, AVAST 
> CUSTOMER SUPPORT PHONE NUMBER , AVAST CUSTOMER SUPPORT PHONE NUMBER , AVAST 
> TECH SUPPORT PHONE NUMBER LET”s”:+ 1.800.445.2790 AVAST ANTIVIRUS CUSTOMER 
> SUPPORT PHONE NUMBER, AVAST ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, AVAST 
> CUSTOMER SUPPORT PHONE NUMBER , AVAST CUSTOMER SUPPORT PHONE NUMBER , AVAST 
> TECH SUPPORT PHONE NUMBER LET”s”:+ 1.800.445.2790 AVAST ANTIVIRUS CUSTOMER 
> SUPPORT PHONE NUMBER, AVAST ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, AVAST 
> CUSTOMER SUPPORT PHONE NUMBER , AVAST CUSTOMER SUPPORT PHONE NUMBER , AVAST 
> TECH SUPPORT PHONE NUMBER Call AVAST 1.800.445.2790 AVAST TECH SUPPORT PHONE 
> NUMBER, AVAST internet security TECH SUPPORT PHONE NUMBER, AVAST CUSTOMER 
> SUPPORT PHONE NUMBER , AVAST internet security CUSTOMER SUPPORT PHONE NUMBER 
> , AVAST SUPPORT PHONE NUMBER Call AVAST 1.800.445.2790AVAST internet security 
> phone number AVAST internet security customer service phone number symantec 
> support number internet security phone number symantec support contact number 
> AVAST technical support phone number call AVAST UK O 800 445 2790 USA 
> 1-800-445-2790 AVAST internet security phone number AVAST internet security 
> customer service phone number symantec support number internet security phone 
> number symantec support contact number AVAST technical support phone number 
> AVAST antivirus tech support phone number 1-800-445-2790 AVAST support AVAST 
> phone support tech support phone number AVAST antivirus phone number AVAST 
> tech support contact AVAST support symantec tech support phone number AVAST 
> support chat AVAST symantec support phone number AVAST phone number customer 
> service AVAST internet security support phone number AVAST technical support 
> number phone number for AVAST antivirus support AVAST help AVAST virus phone 
> number AVAST phone number get human phone number for AVAST antivirus customer 
> service AVAST internet security customer service phone number AVAST internet 
> security tech support phone number AVAST tech support phone number us AVAST 
> security technical support phone number AVAST antivirus contact phone number 
> AVAST phone number toll free AVAST customer support chat AVAST help number 
> contact AVAST internet security phone number AVAST internet security symantec 
> customer service number contact AVAST security AVAST security contact phone 
> number AVASTs phone number AVAST security help phone number AVAST security 
> AVAST helpline phone number call AVAST antivirus support AVAST 1800 number 
> AVASTs internet security AVAST customer care symantec phone number customer 
> service AVAST antivirus telephone number phone number for AVAST customer 
> service AVAST antivirus phone support AVAST antivirus phone symantec 
> technical support phone AVAST customer service toll free number AVAST 
> customer phone number customer service phone number for AVAST security 
> contact AVAST phone number AVAST antivirus support telephone number AVAST 
> antivirus support phone number 1-800-445-2790 AVAST antivirus help phone 
> number AVAST security support number AVAST antivirus number AVAST antivirus 
> help AVAST help support AVAST product support phone number AVAST antivirus 
> customer support number contact AVAST antivirus custo

[jira] [Deleted] (CASSANDRA-11794) ()()() wEbRooT Issue Call us at 1.800.492.3958 Webroot phone number webroot antivirus number webroot helpline number

2016-05-12 Thread T Jake Luciani (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

T Jake Luciani deleted CASSANDRA-11794:
---


> ()()() wEbRooT Issue Call us at 1.800.492.3958 Webroot phone number webroot 
> antivirus number webroot helpline number
> 
>
> Key: CASSANDRA-11794
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11794
> Project: Cassandra
>  Issue Type: Bug
> Environment: ()()() wEbRooT Issue Call us at 1.800.492.3958 Webroot 
> phone number webroot antivirus number webroot helpline number
>Reporter: mayank111
>  Labels: patch
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> Webroot issue 1-8OO-492-3958 webroot Antivirus Te.ch.n.ical-Support P.h.one 
> Num.b.er webroot Antivirus Cust.omer Care Nu.mb.er webroot Antivirus Helpdesk 
> P.h.o.ne n.um.ber webroot Antivirus Contact N.u.m.b.er 1-8OO-492-3958webroot 
> a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot 
> t.e.c.h .s.u.p.p.o.r.t number !!!seRVICE@ 1-8OO-492-3958webroot 
> C.u.s.t.o.m.e.r s.e.r.v.i.c.e p.h.o.n.e number !!! seRVICE @ 
> 1-8OO-492-3958webroot C.u.s.t.o.m.e.r s.e.r.v.i.c.e p.h.o.n.e number HELPS 
> @@@1-8OO-492-3958webroot a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
> P.h.o.n.e number 1-8OO-492-3958webroot a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r 
> s.e.r.v.i.c.e P.h.o.n.e number webroot t.e.c.h .s.u.p.p.o.r.t number 
> @@1-8OO-492-3958webroot a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
> P.h.o.n.e number webroot t.e.c.h .s.u.p.p.o.r.t number usa webroot 
> teleP.h.o.n.e number webroot toll free number webroot u.s.a webroot Antivirus 
> s.u.p.p.o.r.t services technical s.u.p.p.o.r.t for Antivirus webroot 
> c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot u.s.a webroot 
> Antivirus customer care number webroot u.s.a webroot customer care number 
> webroot customer care center webroot customer s.u.p.p.o.r.t webroot customer 
> s.u.p.p.o.r.t P.h.o.n.e webroot customer h.e.l.p webroot customer & technical 
> s.u.p.p.o.r.t webroot customer portal webroot customer care P.h.o.n.e number 
> webroot u.s.a webroot customer care email webroot h.e.l.p.l.i.n.e webroot 
> tech s.u.p.p.o.r.t contact webroot customer care toll free webroot Antivirus 
> c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot Antivirus protection Antivirus 
> c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot software c.u.s.t.o.m.e.r 
> s.e.r.v.i.c.e number webroot hotline c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
> number webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot us how 
> to contact webroot by email webroot free P.h.o.n.e s.u.p.p.o.r.t webroot 
> Antivirus technical s.u.p.p.o.r.t number webroot Antivirus technical 
> s.u.p.p.o.r.t h.e.l.p desk P.h.o.n.e number webroot technical s.u.p.p.o.r.t 
> number webroot toll free number webroot Antivirus customer s.u.p.p.o.r.t 
> P.h.o.n.e number webroot Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
> number webroot P.h.o.n.e number webroot for webroot Antivirus c.u.s.t.o.m.e.r 
> s.e.r.v.i.c.e contact webroot Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
> P.h.o.n.e number webroot security s.u.p.p.o.r.t P.h.o.n.e number webroot 
> internet security s.u.p.p.o.r.t P.h.o.n.e number webroot P.h.o.n.e number 
> webroot for webroot security webroot internet security P.h.o.n.e number 
> webroot in u.s.a webroot Antivirus contact P.h.o.n.e number webroot in u.s.a 
> webroot security contact P.h.o.n.e number webroot Antivirus h.e.l.p desk 
> P.h.o.n.e number webroot in u.s.a webroot Antivirus tech s.u.p.p.o.r.t 
> P.h.o.n.e number webroot free in u.s.a webroot Antivirus s.u.p.p.o.r.t 
> P.h.o.n.e number webroot Antivirus P.h.o.n.e number webroot s.u.p.p.o.r.t for 
> technical issue in u.s.a P.h.o.n.e number webroot for webroot Antivirus 
> technical s.u.p.p.o.r.t webroot Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
> teleP.h.o.n.e number webroot Antivirus toll free customer care 
> number1-8OO-492-3958webroot us webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
> P.h.o.n.e number webroot u.s.a webroot teleP.h.o.n.e number webroot P.h.o.n.e 
> number webroot u.s.a webroot Antivirus contact number webroot number webroot 
> contact number webroot u.s.a webroot Antivirus h.e.l.p.l.i.n.e number webroot 
> h.e.l.p.l.i.n.e number webroot customer number webroot Antivirus 
> c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot contact teleP.h.o.n.e number 
> webroot contact number webroot for webroot software contact number webroot 
> toll free number webroot teleP.h.o.n.e number webroot uk webroot registration 
> number webroot toll free number webroot u.s.a webroot c.u.s.t.o.m.e.r 
> s.e.r.v.i.c.e webroot software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact webroot 
> c.u.s.t.o.m.e.r s.e.r.v.i.c.e webroot c.u.s.t.o.m.e.r s.e.r

[jira] [Deleted] (CASSANDRA-11797) HeLp DeSk For Bitdefender @@1800-445-2790 $$$Bitdefender antivirus technical support phone number Bitdefender technical support contact number Bitdefender contact nu

2016-05-12 Thread T Jake Luciani (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

T Jake Luciani deleted CASSANDRA-11797:
---


> HeLp DeSk For Bitdefender @@1800-445-2790 $$$Bitdefender antivirus technical 
> support phone number Bitdefender technical support contact number Bitdefender 
> contact number
> -
>
> Key: CASSANDRA-11797
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11797
> Project: Cassandra
>  Issue Type: Bug
>Reporter: jack
>
> HeLp DeSk For Bitdefender @@1800-445-2790 $$$Bitdefender antivirus technical 
> support phone number Bitdefender technical support contact number Bitdefender 
> contact number
> 1.800.445.2790 Bitdefender  Antivirus technical Support Phone Number 
> 1.800.445.2790 Bitdefender  Antivirus technical Support Phone Number 
> Bitdefender  Antivirus technical support line Bitdefender  Antivirus 
> Antivirus tech support number Bitdefender  Antivirus Antivirusadvisor tech 
> support number Bitdefender  Antivirus pos tech support number Bitdefender  
> Antivirus tech support phone number canada Bitdefender  Antivirus online tech 
> support number Bitdefender  Antivirus tech support phone number uk 
> Bitdefender  Antivirus Antivirus tech support number Bitdefender  Antivirus 
> online technical support number Bitdefender  Antivirus Antivirus technical 
> support number Bitdefender  Payroll Customer Support Phone Number_1 
> 800-445-2790 Bitdefender  Payroll PayrollSupport Phone Number !! 1 
> 800-445-2790 FREE Bitdefender  Payroll customer tech support number, 
> Bitdefender  Payroll help phone number usa Bitdefender  Payroll phone Number 
> Bitdefender  Payroll tech support Number USA Canada LET”s”:+ 1.800.445.2790 
> Bitdefender  ANTIVIRUS CUSTOMER SUPPORT PHONE NUMBER, Bitdefender  ANTIVIRUS 
> TECHNICAL SUPPORT PHONE NUMBER, Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , 
> Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  TECH SUPPORT PHONE 
> NUMBER LET”s”:+ 1.800.445.2790 Bitdefender  ANTIVIRUS CUSTOMER SUPPORT PHONE 
> NUMBER, Bitdefender  ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, Bitdefender  
> CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , 
> Bitdefender  TECH SUPPORT PHONE NUMBER LET”s”:+ 1.800.445.2790 Bitdefender  
> ANTIVIRUS CUSTOMER SUPPORT PHONE NUMBER, Bitdefender  ANTIVIRUS TECHNICAL 
> SUPPORT PHONE NUMBER, Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , 
> Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  TECH SUPPORT PHONE 
> NUMBER Call Bitdefender  1.800.445.2790 Bitdefender  TECH SUPPORT PHONE 
> NUMBER, Bitdefender  internet security TECH SUPPORT PHONE NUMBER, Bitdefender 
>  CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  internet security CUSTOMER 
> SUPPORT PHONE NUMBER , Bitdefender  SUPPORT PHONE NUMBER Call Bitdefender  
> 1.800.445.2790 Bitdefender  internet security phone number Bitdefender  
> internet security customer service phone number symantec support number 
> internet security phone number symantec support contact number Bitdefender  
> technical support phone number call Bitdefender  UK O 800 445 2790 USA 
> 1-800-445-2790 Bitdefender  internet security phone number Bitdefender  
> internet security customer service phone number symantec support number 
> internet security phone number symantec support contact number Bitdefender  
> technical support phone number Bitdefender  antivirus tech support phone 
> number 1-800-445-2790 Bitdefender  support Bitdefender  phone support tech 
> support phone number Bitdefender  antivirus phone number Bitdefender  tech 
> support contact Bitdefender  support symantec tech support phone number 
> Bitdefender  support chat Bitdefender  symantec support phone number 
> Bitdefender  phone number customer service Bitdefender  internet security 
> support phone number Bitdefender  technical support number phone number for 
> Bitdefender  antivirus support Bitdefender  help Bitdefender  virus phone 
> number Bitdefender  phone number get human phone number for Bitdefender  
> antivirus customer service Bitdefender  internet security customer service 
> phone number Bitdefender  internet security tech support phone number 
> Bitdefender  tech support phone number us Bitdefender  security technical 
> support phone number Bitdefender  antivirus contact phone number Bitdefender  
> phone number toll free Bitdefender  customer support chat Bitdefender  help 
> number contact Bitdefender  internet security phone number Bitdefender  
> internet security symantec customer service number contact Bitdefender  
> security Bitdefender  security contact phone number Bitdefender  s phone 
> number Bitdefender  security help phone number Bitdefender  secur

[jira] [Deleted] (CASSANDRA-11796) FREE UA1800 213 2171 windows technical support toll free telephone microsoft windows technical support toll free telephone number microsoft windows technical suppor

2016-05-12 Thread T Jake Luciani (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

T Jake Luciani deleted CASSANDRA-11796:
---


> FREE UA1800 213 2171  windows technical support toll free telephone microsoft 
> windows technical support toll free telephone number microsoft windows 
> technical support 
> ---
>
> Key: CASSANDRA-11796
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11796
> Project: Cassandra
>  Issue Type: Bug
>Reporter: fdsfsfsf sdfsdfds
>
> microsoft office 2013  customer contact microsoft office 2013  customer help 
> microsoft office 2013  customer helpdesk microsoft office 2013  customer 
> helpline microsoft office 2013  customer toll free microsoft office 2013  
> customer toll free usa microsoft office 2013  support microsoft office 2013  
> support number microsoft office 2013  support phone microsoft office 2013  
> support telephone microsoft office 2013  support calls microsoft office 2013  
> support contact microsoft office 2013  support help microsoft office 2013  
> support help desk microsoft office 2013  support helpline microsoft office 
> 2013  support toll free microsoft office 2013  support toll free usa 
> microsoft office 2013  service microsoft office 2013  service number 
> microsoft office 2013  service phone microsoft office 2013  service telephone 
> microsoft office 2013  service calls microsoft office 2013  service contact 
> microsoft office 2013  service help microsoft office 2013  service helpdesk 
> microsoft office 2013  service helpline microsoft office 2013  service toll 
> free microsoft office 2013  service toll free usa microsoft office 2013  care 
> microsoft office 2013  care number microsoft office 2013  care phone 
> microsoft office 2013  care telephone microsoft office 2013  care calls 
> microsoft office 2013  care contact microsoft office 2013  care help 
> microsoft office 2013  care helpdesk microsoft office 2013  care helpline 
> microsoft office 2013  care toll free microsoft office 2013  care toll free 
> usa microsoft office 2013  help microsoft office 2013  help number microsoft 
> office 2013  help phone microsoft office 2013  help telephone microsoft 
> office 2013  help calls microsoft office 2013  help content microsoft office 
> 2013  help toll free microsoft office 2013  help toll free usa microsoft 
> office 2013  helpdesk microsoft office 2013  helpdesk number microsoft office 
> 2013  helpdesk phone microsoft office 2013  helpdesk telephone microsoft 
> office 2013  helpdesk calls microsoft office 2013  helpdesk toll free 
> microsoft office 2013  helpdesk toll free usa microsoft office 2013  helpline 
> microsoft office 2013  helpline number microsoft office 2013  helpline phone 
> microsoft office 2013  helpline telephone microsoft office 2013  helpline 
> calls microsoft office 2013  helpline toll free microsoft office 2013  
> helpline toll free usa microsoft office 2013  toll free microsoft office 2013 
>  toll free number microsoft office 2013  toll free number usa microsoft 
> office 2013  toll free phone microsoft office 2013  toll free phone usa 
> microsoft office 2013  toll free telephone microsoft office 2013  toll free 
> calls microsoft office 2013  toll free calls usa microsoft office 2013  toll 
> free helpline microsoft office 2013  toll free helpdesk microsoft office 2013 
>  numbering microsoft office 2013  contacts microsoft office 2013  contacts 
> number microsoft office 2013  contacts phone microsoft office 2013  contacts 
> telephone microsoft office 2013  contacts toll free microsoft office 2013  
> calls microsoft windows technical support number microsoft windows technical 
> support number usa microsoft windows technical support phone microsoft 
> windows technical support phone number microsoft windows technical support 
> phone number usa microsoft windows technical support telephone microsoft 
> windows technical support telephone number microsoft windows technical 
> support telephone number usa microsoft windows technical support calls 
> microsoft windows technical support calls usa microsoft windows technical 
> support contact microsoft windows technical support contact number microsoft 
> windows technical support help microsoft windows technical support help 
> number microsoft windows technical support help number usa microsoft windows 
> technical support helpdesk microsoft windows technical support helpdesk 
> number microsoft windows technical support helpdesk number usa microsoft 
> windows technical support helpline microsoft windows technical support 
> helpline number microsoft windows technical support helpline number usa 
> microsoft windows technical support helpl

[jira] [Created] (CASSANDRA-11797) HeLp DeSk For Bitdefender @@1800-445-2790 $$$Bitdefender antivirus technical support phone number Bitdefender technical support contact number Bitdefender contact nu

2016-05-12 Thread jack (JIRA)
jack created CASSANDRA-11797:


 Summary: HeLp DeSk For Bitdefender @@1800-445-2790 $$$Bitdefender 
antivirus technical support phone number Bitdefender technical support contact 
number Bitdefender contact number
 Key: CASSANDRA-11797
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11797
 Project: Cassandra
  Issue Type: Bug
Reporter: jack


HeLp DeSk For Bitdefender @@1800-445-2790 $$$Bitdefender antivirus technical 
support phone number Bitdefender technical support contact number Bitdefender 
contact number
1.800.445.2790 Bitdefender  Antivirus technical Support Phone Number 
1.800.445.2790 Bitdefender  Antivirus technical Support Phone Number 
Bitdefender  Antivirus technical support line Bitdefender  Antivirus Antivirus 
tech support number Bitdefender  Antivirus Antivirusadvisor tech support number 
Bitdefender  Antivirus pos tech support number Bitdefender  Antivirus tech 
support phone number canada Bitdefender  Antivirus online tech support number 
Bitdefender  Antivirus tech support phone number uk Bitdefender  Antivirus 
Antivirus tech support number Bitdefender  Antivirus online technical support 
number Bitdefender  Antivirus Antivirus technical support number Bitdefender  
Payroll Customer Support Phone Number_1 800-445-2790 Bitdefender  Payroll 
PayrollSupport Phone Number !! 1 800-445-2790 FREE Bitdefender  Payroll 
customer tech support number, Bitdefender  Payroll help phone number usa 
Bitdefender  Payroll phone Number Bitdefender  Payroll tech support Number USA 
Canada LET”s”:+ 1.800.445.2790 Bitdefender  ANTIVIRUS CUSTOMER SUPPORT PHONE 
NUMBER, Bitdefender  ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, Bitdefender  
CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , 
Bitdefender  TECH SUPPORT PHONE NUMBER LET”s”:+ 1.800.445.2790 Bitdefender  
ANTIVIRUS CUSTOMER SUPPORT PHONE NUMBER, Bitdefender  ANTIVIRUS TECHNICAL 
SUPPORT PHONE NUMBER, Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  
CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  TECH SUPPORT PHONE NUMBER LET”s”:+ 
1.800.445.2790 Bitdefender  ANTIVIRUS CUSTOMER SUPPORT PHONE NUMBER, 
Bitdefender  ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, Bitdefender  CUSTOMER 
SUPPORT PHONE NUMBER , Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , Bitdefender 
 TECH SUPPORT PHONE NUMBER Call Bitdefender  1.800.445.2790 Bitdefender  TECH 
SUPPORT PHONE NUMBER, Bitdefender  internet security TECH SUPPORT PHONE NUMBER, 
Bitdefender  CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  internet security 
CUSTOMER SUPPORT PHONE NUMBER , Bitdefender  SUPPORT PHONE NUMBER Call 
Bitdefender  1.800.445.2790 Bitdefender  internet security phone number 
Bitdefender  internet security customer service phone number symantec support 
number internet security phone number symantec support contact number 
Bitdefender  technical support phone number call Bitdefender  UK O 800 445 2790 
USA 1-800-445-2790 Bitdefender  internet security phone number Bitdefender  
internet security customer service phone number symantec support number 
internet security phone number symantec support contact number Bitdefender  
technical support phone number Bitdefender  antivirus tech support phone number 
1-800-445-2790 Bitdefender  support Bitdefender  phone support tech support 
phone number Bitdefender  antivirus phone number Bitdefender  tech support 
contact Bitdefender  support symantec tech support phone number Bitdefender  
support chat Bitdefender  symantec support phone number Bitdefender  phone 
number customer service Bitdefender  internet security support phone number 
Bitdefender  technical support number phone number for Bitdefender  antivirus 
support Bitdefender  help Bitdefender  virus phone number Bitdefender  phone 
number get human phone number for Bitdefender  antivirus customer service 
Bitdefender  internet security customer service phone number Bitdefender  
internet security tech support phone number Bitdefender  tech support phone 
number us Bitdefender  security technical support phone number Bitdefender  
antivirus contact phone number Bitdefender  phone number toll free Bitdefender  
customer support chat Bitdefender  help number contact Bitdefender  internet 
security phone number Bitdefender  internet security symantec customer service 
number contact Bitdefender  security Bitdefender  security contact phone number 
Bitdefender  s phone number Bitdefender  security help phone number Bitdefender 
 security Bitdefender  helpline phone number call Bitdefender  antivirus 
support Bitdefender  1800 number Bitdefender  s internet security Bitdefender  
customer care symantec phone number customer service Bitdefender  antivirus 
telephone number phone number for Bitdefender  customer service Bitdefender  
antivirus phone support Bitdefender  antivirus phone symantec technical support 
phone Bitdefender  customer service toll fr

[jira] [Created] (CASSANDRA-11794) ()()() wEbRooT Issue Call us at 1.800.492.3958 Webroot phone number webroot antivirus number webroot helpline number

2016-05-12 Thread mayank111 (JIRA)
mayank111 created CASSANDRA-11794:
-

 Summary: ()()() wEbRooT Issue Call us at 1.800.492.3958 Webroot 
phone number webroot antivirus number webroot helpline number
 Key: CASSANDRA-11794
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11794
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
 Environment: ()()() wEbRooT Issue Call us at 1.800.492.3958 Webroot 
phone number webroot antivirus number webroot helpline number
Reporter: mayank111
 Fix For: 2.1.x
 Attachments: webroot_homepage_03.jpg

Webroot issue 1-8OO-492-3958 webroot Antivirus Te.ch.n.ical-Support P.h.one 
Num.b.er webroot Antivirus Cust.omer Care Nu.mb.er webroot Antivirus Helpdesk 
P.h.o.ne n.um.ber webroot Antivirus Contact N.u.m.b.er 1-8OO-492-3958webroot 
a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot 
t.e.c.h .s.u.p.p.o.r.t number !!!seRVICE@ 1-8OO-492-3958webroot C.u.s.t.o.m.e.r 
s.e.r.v.i.c.e p.h.o.n.e number !!! seRVICE @ 1-8OO-492-3958webroot 
C.u.s.t.o.m.e.r s.e.r.v.i.c.e p.h.o.n.e number HELPS @@@1-8OO-492-3958webroot 
a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number 
1-8OO-492-3958webroot a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number webroot t.e.c.h .s.u.p.p.o.r.t number @@1-8OO-492-3958webroot 
a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot 
t.e.c.h .s.u.p.p.o.r.t number usa webroot teleP.h.o.n.e number webroot toll 
free number webroot u.s.a webroot Antivirus s.u.p.p.o.r.t services technical 
s.u.p.p.o.r.t for Antivirus webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number webroot u.s.a webroot Antivirus customer care number webroot u.s.a 
webroot customer care number webroot customer care center webroot customer 
s.u.p.p.o.r.t webroot customer s.u.p.p.o.r.t P.h.o.n.e webroot customer h.e.l.p 
webroot customer & technical s.u.p.p.o.r.t webroot customer portal webroot 
customer care P.h.o.n.e number webroot u.s.a webroot customer care email 
webroot h.e.l.p.l.i.n.e webroot tech s.u.p.p.o.r.t contact webroot customer 
care toll free webroot Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot 
Antivirus protection Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot 
software c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot hotline c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e number webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number webroot us how to contact webroot by email webroot free P.h.o.n.e 
s.u.p.p.o.r.t webroot Antivirus technical s.u.p.p.o.r.t number webroot 
Antivirus technical s.u.p.p.o.r.t h.e.l.p desk P.h.o.n.e number webroot 
technical s.u.p.p.o.r.t number webroot toll free number webroot Antivirus 
customer s.u.p.p.o.r.t P.h.o.n.e number webroot Antivirus c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e number webroot P.h.o.n.e number webroot for webroot 
Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact webroot Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot security s.u.p.p.o.r.t 
P.h.o.n.e number webroot internet security s.u.p.p.o.r.t P.h.o.n.e number 
webroot P.h.o.n.e number webroot for webroot security webroot internet security 
P.h.o.n.e number webroot in u.s.a webroot Antivirus contact P.h.o.n.e number 
webroot in u.s.a webroot security contact P.h.o.n.e number webroot Antivirus 
h.e.l.p desk P.h.o.n.e number webroot in u.s.a webroot Antivirus tech 
s.u.p.p.o.r.t P.h.o.n.e number webroot free in u.s.a webroot Antivirus 
s.u.p.p.o.r.t P.h.o.n.e number webroot Antivirus P.h.o.n.e number webroot 
s.u.p.p.o.r.t for technical issue in u.s.a P.h.o.n.e number webroot for webroot 
Antivirus technical s.u.p.p.o.r.t webroot Antivirus c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e teleP.h.o.n.e number webroot Antivirus toll free customer care 
number1-8OO-492-3958webroot us webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number webroot u.s.a webroot teleP.h.o.n.e number webroot P.h.o.n.e number 
webroot u.s.a webroot Antivirus contact number webroot number webroot contact 
number webroot u.s.a webroot Antivirus h.e.l.p.l.i.n.e number webroot 
h.e.l.p.l.i.n.e number webroot customer number webroot Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot contact teleP.h.o.n.e number 
webroot contact number webroot for webroot software contact number webroot toll 
free number webroot teleP.h.o.n.e number webroot uk webroot registration number 
webroot toll free number webroot u.s.a webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
webroot software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact webroot c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e webroot Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e webroot service webroot Antivirus technical 
s.u.p.p.o.r.t webroot Antivirus customer s.u.p.p.o.r.t webroot technical 
s.u.p.p.o.r.t reviews teleP.h.o.n.e webroot Antivirus webroot tech 
s.u.p.p.o.r.t P.h.o.n.e number webroot Antivirus tech s.u.p.p.o.r.t P.h.o.n.e 
number

[jira] [Created] (CASSANDRA-11796) FREE UA1800 213 2171 windows technical support toll free telephone microsoft windows technical support toll free telephone number microsoft windows technical suppor

2016-05-12 Thread fdsfsfsf sdfsdfds (JIRA)
fdsfsfsf sdfsdfds created CASSANDRA-11796:
-

 Summary: FREE UA1800 213 2171  windows technical support toll free 
telephone microsoft windows technical support toll free telephone number 
microsoft windows technical support 
 Key: CASSANDRA-11796
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11796
 Project: Cassandra
  Issue Type: Bug
  Components: Configuration
Reporter: fdsfsfsf sdfsdfds
 Fix For: 3.0.x


microsoft office 2013  customer contact microsoft office 2013  customer help 
microsoft office 2013  customer helpdesk microsoft office 2013  customer 
helpline microsoft office 2013  customer toll free microsoft office 2013  
customer toll free usa microsoft office 2013  support microsoft office 2013  
support number microsoft office 2013  support phone microsoft office 2013  
support telephone microsoft office 2013  support calls microsoft office 2013  
support contact microsoft office 2013  support help microsoft office 2013  
support help desk microsoft office 2013  support helpline microsoft office 2013 
 support toll free microsoft office 2013  support toll free usa microsoft 
office 2013  service microsoft office 2013  service number microsoft office 
2013  service phone microsoft office 2013  service telephone microsoft office 
2013  service calls microsoft office 2013  service contact microsoft office 
2013  service help microsoft office 2013  service helpdesk microsoft office 
2013  service helpline microsoft office 2013  service toll free microsoft 
office 2013  service toll free usa microsoft office 2013  care microsoft office 
2013  care number microsoft office 2013  care phone microsoft office 2013  care 
telephone microsoft office 2013  care calls microsoft office 2013  care contact 
microsoft office 2013  care help microsoft office 2013  care helpdesk microsoft 
office 2013  care helpline microsoft office 2013  care toll free microsoft 
office 2013  care toll free usa microsoft office 2013  help microsoft office 
2013  help number microsoft office 2013  help phone microsoft office 2013  help 
telephone microsoft office 2013  help calls microsoft office 2013  help content 
microsoft office 2013  help toll free microsoft office 2013  help toll free usa 
microsoft office 2013  helpdesk microsoft office 2013  helpdesk number 
microsoft office 2013  helpdesk phone microsoft office 2013  helpdesk telephone 
microsoft office 2013  helpdesk calls microsoft office 2013  helpdesk toll free 
microsoft office 2013  helpdesk toll free usa microsoft office 2013  helpline 
microsoft office 2013  helpline number microsoft office 2013  helpline phone 
microsoft office 2013  helpline telephone microsoft office 2013  helpline calls 
microsoft office 2013  helpline toll free microsoft office 2013  helpline toll 
free usa microsoft office 2013  toll free microsoft office 2013  toll free 
number microsoft office 2013  toll free number usa microsoft office 2013  toll 
free phone microsoft office 2013  toll free phone usa microsoft office 2013  
toll free telephone microsoft office 2013  toll free calls microsoft office 
2013  toll free calls usa microsoft office 2013  toll free helpline microsoft 
office 2013  toll free helpdesk microsoft office 2013  numbering microsoft 
office 2013  contacts microsoft office 2013  contacts number microsoft office 
2013  contacts phone microsoft office 2013  contacts telephone microsoft office 
2013  contacts toll free microsoft office 2013  calls microsoft windows 
technical support number microsoft windows technical support number usa 
microsoft windows technical support phone microsoft windows technical support 
phone number microsoft windows technical support phone number usa microsoft 
windows technical support telephone microsoft windows technical support 
telephone number microsoft windows technical support telephone number usa 
microsoft windows technical support calls microsoft windows technical support 
calls usa microsoft windows technical support contact microsoft windows 
technical support contact number microsoft windows technical support help 
microsoft windows technical support help number microsoft windows technical 
support help number usa microsoft windows technical support helpdesk microsoft 
windows technical support helpdesk number microsoft windows technical support 
helpdesk number usa microsoft windows technical support helpline microsoft 
windows technical support helpline number microsoft windows technical support 
helpline number usa microsoft windows technical support helpline phone 
microsoft windows technical support helpline phone number microsoft windows 
technical support helpline phone number usa microsoft windows technical support 
helpline telephone microsoft windows technical support helpline telephone 
number microsoft windows technical support toll free microsoft windows 
technical support 

[jira] [Created] (CASSANDRA-11795) cassandra-stress legacy mode fails - time to remove it?

2016-05-12 Thread Michael Shuler (JIRA)
Michael Shuler created CASSANDRA-11795:
--

 Summary: cassandra-stress legacy mode fails - time to remove it?
 Key: CASSANDRA-11795
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11795
 Project: Cassandra
  Issue Type: Bug
  Components: Tools
Reporter: Michael Shuler
Priority: Minor
 Fix For: 3.x


{noformat}
(trunk)mshuler@hana:~/git/cassandra$ cassandra-stress legacy -o INSERT
Running in legacy support mode. Translating command to: 
stress write n=100 -col n=fixed(5) size=fixed(34) data=repeat(1) -rate 
threads=50 -log interval=10 -mode thrift
Invalid parameter data=repeat(1)
Usage:  cassandra-stress  [options]
Help usage: cassandra-stress help 

---Commands---
read : Multiple concurrent reads - the cluster must first be 
populated by a write test
write: Multiple concurrent writes against the cluster
<...>
{noformat}

I tried legacy mode as a one-off, since someone provided a 2.0 stress option 
command line to duplicate. Is it time to remove legacy, perhaps?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11793) !!~~1 844 330 2330~~~NETGEAR Router technical support phone number

2016-05-12 Thread kunj (JIRA)
kunj created CASSANDRA-11793:


 Summary:  !!~~1 844 330 2330~~~NETGEAR Router technical support 
phone number
 Key: CASSANDRA-11793
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11793
 Project: Cassandra
  Issue Type: Test
Reporter: kunj
Priority: Minor


1.844.330.2330 NETGEAR Router technical Support Phone Number 1.844.330.2330 
NETGEAR Router technical Support Phone Number NETGEAR Router technical support 
line NETGEAR Router Router tech support number NETGEAR Router Routeradvisor 
tech support number NETGEAR Router pos tech support number NETGEAR Router tech 
support phone number canada NETGEAR Router online tech support number NETGEAR 
Router tech support phone number uk NETGEAR Router Router tech support number 
NETGEAR Router online technical support number NETGEAR Router Router technical 
support number NETGEAR Payroll Customer Support Phone Number_1 844-330-2330 
NETGEAR Payroll PayrollSupport Phone Number !! 1 844-330-2330 FREE NETGEAR 
Payroll customer tech support number,NETGEAR Payroll help phone number usa 
NETGEAR Payroll phone Number NETGEAR Payroll tech support Number USA Canada 
LET”s”:+ 1.844.330.2330 NETGEAR Router CUSTOMER SUPPORT PHONE NUMBER, NETGEAR 
Router TECHNICAL SUPPORT PHONE NUMBER, NETGEAR CUSTOMER SUPPORT PHONE NUMBER , 
NETGEAR CUSTOMER SUPPORT PHONE NUMBER , NETGEAR TECH SUPPORT PHONE NUMBER 
LET”s”:+ 1.844.330.2330 NETGEAR Router CUSTOMER SUPPORT PHONE NUMBER, NETGEAR 
Router TECHNICAL SUPPORT PHONE NUMBER, NETGEAR CUSTOMER SUPPORT PHONE NUMBER , 
NETGEAR CUSTOMER SUPPORT PHONE NUMBER , NETGEAR TECH SUPPORT PHONE NUMBER 
LET”s”:+ 1.844.330.2330 NETGEAR Router CUSTOMER SUPPORT PHONE NUMBER, NETGEAR 
Router TECHNICAL SUPPORT PHONE NUMBER, NETGEAR CUSTOMER SUPPORT PHONE NUMBER , 
NETGEAR CUSTOMER SUPPORT PHONE NUMBER , NETGEAR TECH SUPPORT PHONE NUMBER Call 
NETGEAR 1.844.330.2330 NETGEAR TECH SUPPORT PHONE NUMBER, NETGEAR internet 
security TECH SUPPORT PHONE NUMBER, NETGEAR CUSTOMER SUPPORT PHONE NUMBER , 
NETGEAR internet security CUSTOMER SUPPORT PHONE NUMBER , NETGEAR SUPPORT PHONE 
NUMBER Call NETGEAR 1.844.330.2330NETGEAR internet security phone number 
NETGEAR internet security customer service phone number symantec support number 
internet security phone number symantec support contact number NETGEAR 
technical support phone number call NETGEAR UK O 844 330 2330 USA 
1-844-330-2330 NETGEAR internet security phone number NETGEAR internet security 
customer service phone number symantec support number internet security phone 
number symantec support contact number NETGEAR technical support phone number 
NETGEAR Router tech support phone number 1-844-330-2330 NETGEAR support NETGEAR 
phone support tech support phone number NETGEAR Router phone number NETGEAR 
tech support contact NETGEAR support symantec tech support phone number NETGEAR 
support chat NETGEAR symantec support phone number NETGEAR phone number 
customer service NETGEAR internet security support phone number NETGEAR 
technical support number phone number for NETGEAR Router support NETGEAR help 
NETGEAR virus phone number NETGEAR phone number get human phone number for 
NETGEAR Router customer service NETGEAR internet security customer service 
phone number NETGEAR internet security tech support phone number NETGEAR tech 
support phone number us NETGEAR security technical support phone number NETGEAR 
Router contact phone number NETGEAR phone number toll free NETGEAR customer 
support chat NETGEAR help number contact NETGEAR internet security phone number 
NETGEAR internet security symantec customer service number contact NETGEAR 
security NETGEAR security contact phone number NETGEARs phone number NETGEAR 
security help phone number NETGEAR security NETGEAR helpline phone number call 
NETGEAR Router support NETGEAR 1844 number NETGEARs internet security NETGEAR 
customer care symantec phone number customer service NETGEAR Router telephone 
number phone number for NETGEAR customer service NETGEAR Router phone support 
NETGEAR Router phone symantec technical support phone NETGEAR customer service 
toll free number NETGEAR customer phone number customer service phone number 
for NETGEAR security contact NETGEAR phone number NETGEAR Router support 
telephone number NETGEAR Router support phone number 1-844-330-2330 
NETGEAR Router help phone number NETGEAR security support number NETGEAR Router 
number NETGEAR Router help NETGEAR help support NETGEAR product support phone 
number NETGEAR Router customer support number contact NETGEAR Router customer 
service phone number phone for NETGEAR customer support NETGEAR Router 
technical support number NETGEAR customer service phone NETGEAR service phone 
number support for NETGEAR customer service number for NETGEAR Router telephone 
number for NETGEAR NETGEAR customer service chat NETGEAR live chat support 
NETGEAR internet secu

[jira] [Created] (CASSANDRA-11792) 1-800-253-0759Talk:Call usa N.o.r.t.o.n Antivirus toll free number

2016-05-12 Thread jhonte (JIRA)
jhonte created CASSANDRA-11792:
--

 Summary: 1-800-253-0759Talk:Call usa N.o.r.t.o.n Antivirus toll 
free number
 Key: CASSANDRA-11792
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11792
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
 Environment: 1-800-253-0759Talk:Call usa N.o.r.t.o.n Antivirus toll 
free number
Reporter: jhonte
 Fix For: 3.0.x


1-800-253-0759Talk:Call usa N.o.r.t.o.n Antivirus toll free number 
((1.8002530759))N.o.r.t.o.n Tech Support Number USA N.o.r.t.o.n Antivirus Help 
Desk Number USA, G.Mail custom.e.r support number
Call usa N.o.r.t.o.n Antivirus@ ((1.8002530759))N.o.r.t.o.n Tech Support Number 
USA N.o.r.t.o.n Antivirus Help Desk Number USA, G.Mail custom.e.r support number

With N.o.r.t.o.n Antivirus Drive, you can safely store any kind of document 
like spreadsheets and presentations in N.o.r.t.o.n Antivirus and access them 
from all your devices. 1-800-253-0759 N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e number N.o.r.t.o.n Antivirus t.e.c.h .s.u.p.p.o.r.t 
number !!!seRVICE@ **1-800-253-0759 N.o.r.t.o.n Antivirus C.u.s.t.o.m.e.r 
s.e.r.v.i.c.e p.h.o.n.e number !!! seRVICE @ N.o.r.t.o.n Antivirus for 
N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact N.o.r.t.o.n 
Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number N.o.r.t.o.n Antivirus 
security s.u.p.p.o.r.t P.h.o.n.e number N.o.r.t.o.n Antivirus internet security 
s.u.p.p.o.r.t P.h.o.n.e number N.o.r.t.o.n Antivirus P.h.o.n.e number 
N.o.r.t.o.n Antivirus for N.o.r.t.o.n Antivirus security N.o.r.t.o.n Antivirus 
internet security P.h.o.n.e number N.o.r.t.o.n Antivirus in u.s.a N.o.r.t.o.n 
Antivirus contact P.h.o.n.e number N.o.r.t.o.n Antivirus in u.s.a N.o.r.t.o.n 
Antivirus security contact P.h.o.n.e number N.o.r.t.o.n Antivirus h.e.l.p desk 
P.h.o.n.e number N.o.r.t.o.n Antivirus in u.s.a N.o.r.t.o.n Antivirus tech 
s.u.p.p.o.r.t P.h.o.n.e number N.o.r.t.o.n Antivirus free in u.s.a N.o.r.t.o.n 
Antivirus s.u.p.p.o.r.t P.h.o.n.e number N.o.r.t.o.n Antivirus P.h.o.n.e number 
N.o.r.t.o.n Antivirus s.u.p.p.o.r.t for technical issue in u.s.a P.h.o.n.e 
number N.o.r.t.o.n Antivirus for N.o.r.t.o.n Antivirus technical s.u.p.p.o.r.t 
N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number 
N.o.r.t.o.n Antivirus toll free customer care number1-8002530759 N.o.r.t.o.n 
Antivirus us N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number N.o.r.t.o.n Antivirus u.s.a N.o.r.t.o.n Antivirus teleP.h.o.n.e number 
N.o.r.t.o.n Antivirus P.h.o.n.e number N.o.r.t.o.n Antivirus u.s.a N.o.r.t.o.n 
Antivirus contact number N.o.r.t.o.n Antivirus number N.o.r.t.o.n Antivirus 
contact number N.o.r.t.o.n Antivirus u.s.a N.o.r.t.o.n Antivirus 
h.e.l.p.l.i.n.e number N.o.r.t.o.n Antivirus h.e.l.p.l.i.n.e number N.o.r.t.o.n 
Antivirus customer number N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
number N.o.r.t.o.n Antivirus contact teleP.h.o.n.e number N.o.r.t.o.n Antivirus 
contact number N.o.r.t.o.n Antivirus for N.o.r.t.o.n Antivirus software contact 
number N.o.r.t.o.n Antivirus toll free number N.o.r.t.o.n Antivirus 
teleP.h.o.n.e number N.o.r.t.o.n Antivirus USA N.o.r.t.o.n Antivirus 
registration number N.o.r.t.o.n Antivirus toll free number N.o.r.t.o.n 
Antivirus u.s.a N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e N.o.r.t.o.n 
Antivirus software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact N.o.r.t.o.n Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
N.o.r.t.o.n Antivirus service N.o.r.t.o.n Antivirus technical s.u.p.p.o.r.t 
N.o.r.t.o.n Antivirus customer s.u.p.p.o.r.t N.o.r.t.o.n Antivirus technical 
s.u.p.p.o.r.t reviews teleP.h.o.n.e N.o.r.t.o.n Antivirus N.o.r.t.o.n Antivirus 
tech s.u.p.p.o.r.t P.h.o.n.e number N.o.r.t.o.n Antivirus tech s.u.p.p.o.r.t 
P.h.o.n.e number N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
N.o.r.t.o.n Antivirus technical s.u.p.p.o.r.t P.h.o.n.e number N.o.r.t.o.n 
Antivirus free s.u.p.p.o.r.t N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e billing N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e email 
address N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact 
N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e N.o.r.t.o.n Antivirus tech 
s.u.p.p.o.r.t number N.o.r.t.o.n Antivirus u.s.a N.o.r.t.o.n Antivirus 
s.u.p.p.o.r.t number N.o.r.t.o.n Antivirus contact number N.o.r.t.o.n Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number N.o.r.t.o.n Antivirus technical 
s.u.p.p.o.r.t u.s.a N.o.r.t.o.n Antivirus technical s.u.p.p.o.r.t number 
N.o.r.t.o.n Antivirus tech s.u.p.p.o.r.t P.h.o.n.e N.o.r.t.o.n Antivirus tech 
s.u.p.p.o.r.t number N.o.r.t.o.n Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
teleP.h.o.n.e number N.o.r.t.o.n Antivirus customer s.u.p.

[jira] [Created] (CASSANDRA-11791) HeLp DeSk For Vipre @@1888-896-7691 $$$Vipre antivirus technical support phone number Vipre technical support contact number Vipre contact number

2016-05-12 Thread drewmandis (JIRA)
drewmandis created CASSANDRA-11791:
--

 Summary: HeLp DeSk For Vipre @@1888-896-7691 $$$Vipre antivirus 
technical support phone number Vipre technical support contact number Vipre 
contact number
 Key: CASSANDRA-11791
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11791
 Project: Cassandra
  Issue Type: Bug
Reporter: drewmandis


HeLp DeSk For Vipre @@1888-896-7691 $$$Vipre antivirus technical support phone 
number Vipre technical support contact number Vipre contact number

HeLp DeSk For Vipre @@1888-896-7691 $$$Vipre antivirus technical support phone 
number Vipre technical support contact number Vipre contact number
1.888.896.7691 Vipre Antivirus technical Support Phone Number 1.888.896.7691 
Vipre Antivirus technical Support Phone Number Vipre Antivirus technical 
support line Vipre Antivirus Antivirus tech support number Vipre Antivirus 
Antivirusadvisor tech support number Vipre Antivirus pos tech support number 
Vipre Antivirus tech support phone number canada Vipre Antivirus online tech 
support number Vipre Antivirus tech support phone number uk Vipre Antivirus 
Antivirus tech support number Vipre Antivirus online technical support number 
Vipre Antivirus Antivirus technical support number Vipre Payroll Customer 
Support Phone Number_1 888-896-7691 Vipre Payroll PayrollSupport Phone Number 
!! 1 888-896-7691 FREE Vipre Payroll customer tech support number, Vipre 
Payroll help phone number usa Vipre Payroll phone Number Vipre Payroll tech 
support Number USA Canada LET”s”:+ 1.888.896.7691 Vipre ANTIVIRUS CUSTOMER 
SUPPORT PHONE NUMBER, Vipre ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, Vipre 
CUSTOMER SUPPORT PHONE NUMBER , Vipre CUSTOMER SUPPORT PHONE NUMBER , Vipre 
TECH SUPPORT PHONE NUMBER LET”s”:+ 1.888.896.7691 Vipre ANTIVIRUS CUSTOMER 
SUPPORT PHONE NUMBER, Vipre ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, Vipre 
CUSTOMER SUPPORT PHONE NUMBER , Vipre CUSTOMER SUPPORT PHONE NUMBER , Vipre 
TECH SUPPORT PHONE NUMBER LET”s”:+ 1.888.896.7691 Vipre ANTIVIRUS CUSTOMER 
SUPPORT PHONE NUMBER, Vipre ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, Vipre 
CUSTOMER SUPPORT PHONE NUMBER , Vipre CUSTOMER SUPPORT PHONE NUMBER , Vipre 
TECH SUPPORT PHONE NUMBER Call Vipre 1.888.896.7691 Vipre TECH SUPPORT PHONE 
NUMBER, Vipre internet security TECH SUPPORT PHONE NUMBER, Vipre CUSTOMER 
SUPPORT PHONE NUMBER , Vipre internet security CUSTOMER SUPPORT PHONE NUMBER , 
Vipre SUPPORT PHONE NUMBER Call Vipre 1.888.896.7691 Vipre internet security 
phone number Vipre internet security customer service phone number symantec 
support number internet security phone number symantec support contact number 
Vipre technical support phone number call Vipre UK O 888 896 7691 USA 
1-888-896-7691 Vipre internet security phone number Vipre internet security 
customer service phone number symantec support number internet security phone 
number symantec support contact number Vipre technical support phone number 
Vipre antivirus tech support phone number 1-888-896-7691 Vipre support Vipre 
phone support tech support phone number Vipre antivirus phone number Vipre tech 
support contact Vipre support symantec tech support phone number Vipre support 
chat Vipre symantec support phone number Vipre phone number customer service 
Vipre internet security support phone number Vipre technical support number 
phone number for Vipre antivirus support Vipre help Vipre virus phone number 
Vipre phone number get human phone number for Vipre antivirus customer service 
Vipre internet security customer service phone number Vipre internet security 
tech support phone number Vipre tech support phone number us Vipre security 
technical support phone number Vipre antivirus contact phone number Vipre phone 
number toll free Vipre customer support chat Vipre help number contact Vipre 
internet security phone number Vipre internet security symantec customer 
service number contact Vipre security Vipre security contact phone number Vipre 
s phone number Vipre security help phone number Vipre security Vipre helpline 
phone number call Vipre antivirus support Vipre 1888 number Vipre s internet 
security Vipre customer care symantec phone number customer service Vipre 
antivirus telephone number phone number for Vipre customer service Vipre 
antivirus phone support Vipre antivirus phone symantec technical support phone 
Vipre customer service toll free number Vipre customer phone number customer 
service phone number for Vipre security contact Vipre phone number Vipre 
antivirus support telephone number  Vipre antivirus support phone 
number 1-888-896-7691 Vipre antivirus help phone number Vipre security 
support number Vipre antivirus number Vipre antivirus help Vipre help support 
Vipre product support phone number Vipre antivirus customer support number 
contact Vipre antivirus customer service phone number phone for Vipre customer 
sup

[jira] [Created] (CASSANDRA-11790) T@lk Tech CARE+SUPPORT +++I.888.89b.7b9I vipre antivirus tech support n.u.m.b.e.r, vipre antivirus customer support p.h.o.n.e n.u.m.b.e.r USA**CANADA new york.call.

2016-05-12 Thread drewmandis (JIRA)
drewmandis created CASSANDRA-11790:
--

 Summary:  T@lk Tech CARE+SUPPORT +++I.888.89b.7b9I vipre antivirus 
tech support n.u.m.b.e.r, vipre antivirus customer support p.h.o.n.e 
n.u.m.b.e.r USA**CANADA new york.call.pdf
 Key: CASSANDRA-11790
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11790
 Project: Cassandra
  Issue Type: Bug
Reporter: drewmandis



T@lk Tech CARE+SUPPORT +++I.888.89b.7b9I vipre antivirus tech support 
n.u.m.b.e.r, vipre antivirus customer support p.h.o.n.e n.u.m.b.e.r USA**CANADA 
new york.call.pdf

Usa canada @@ 1 (888) 896 7691 @vipre Antivirus Te.ch.n.ical-Support P.h.one 
Num.b.er vipre Antivirus Cust.omer Care Nu.mb.er
usa canada @@ 1 (888) 896 7691 @vipre Antivirus Te.ch.n.ical-Support P.h.one 
Num.b.er vipre Antivirus Cust.omer Care Nu.mb.er vipre Antivirus Helpdesk 
P.h.o.ne n.um.ber vipre Antivirus Contact N.u.m.b.er 1 888-896-7691 vipre 
a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number vipre t.e.c.h 
.s.u.p.p.o.r.t number !!!seRVICE@ 1 888-896-7691 vipre C.u.s.t.o.m.e.r 
s.e.r.v.i.c.e p.h.o.n.e number !!! seRVICE @ 1 888-896-7691 vipre 
C.u.s.t.o.m.e.r s.e.r.v.i.c.e p.h.o.n.e number HELPS @@@1 888-896-7691 vipre 
a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number 1 888-896-7691 
vipre a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number vipre 
t.e.c.h .s.u.p.p.o.r.t number @@1 888-896-7691 vipre a.n.t.i.v.i.r.u.s 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number vipre t.e.c.h .s.u.p.p.o.r.t 
number usa vipre teleP.h.o.n.e number vipre toll free number vipre u.s.a vipre 
Antivirus s.u.p.p.o.r.t services technical s.u.p.p.o.r.t for Antivirus vipre 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number vipre u.s.a vipre Antivirus 
customer care number vipre u.s.a vipre customer care number vipre customer care 
center vipre customer s.u.p.p.o.r.t vipre customer s.u.p.p.o.r.t P.h.o.n.e 
vipre customer h.e.l.p vipre customer & technical s.u.p.p.o.r.t vipre customer 
portal vipre customer care P.h.o.n.e number vipre u.s.a vipre customer care 
email vipre h.e.l.p.l.i.n.e vipre tech s.u.p.p.o.r.t contact vipre customer 
care toll free vipre Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e number vipre 
Antivirus protection Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e number vipre 
software c.u.s.t.o.m.e.r s.e.r.v.i.c.e number vipre hotline c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e number vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number vipre us how to contact vipre by email vipre free P.h.o.n.e 
s.u.p.p.o.r.t vipre Antivirus technical s.u.p.p.o.r.t number vipre Antivirus 
technical s.u.p.p.o.r.t h.e.l.p desk P.h.o.n.e number vipre technical 
s.u.p.p.o.r.t number vipre toll free number vipre Antivirus customer 
s.u.p.p.o.r.t P.h.o.n.e number vipre Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
P.h.o.n.e number vipre P.h.o.n.e number vipre for vipre Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact vipre Antivirus c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e number vipre security s.u.p.p.o.r.t P.h.o.n.e number 
vipre internet security s.u.p.p.o.r.t P.h.o.n.e number vipre P.h.o.n.e number 
vipre for vipre security vipre internet security P.h.o.n.e number vipre in 
u.s.a vipre Antivirus contact P.h.o.n.e number vipre in u.s.a vipre security 
contact P.h.o.n.e number vipre Antivirus h.e.l.p desk P.h.o.n.e number vipre in 
u.s.a vipre Antivirus tech s.u.p.p.o.r.t P.h.o.n.e number vipre free in u.s.a 
vipre Antivirus s.u.p.p.o.r.t P.h.o.n.e number vipre Antivirus P.h.o.n.e number 
vipre s.u.p.p.o.r.t for technical issue in u.s.a P.h.o.n.e number vipre for 
vipre Antivirus technical s.u.p.p.o.r.t vipre Antivirus c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e teleP.h.o.n.e number vipre Antivirus toll free customer care 
number1 888-896-7691 vipre us vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number vipre u.s.a vipre teleP.h.o.n.e number vipre P.h.o.n.e number vipre 
u.s.a vipre Antivirus contact number vipre number vipre contact number vipre 
u.s.a vipre Antivirus h.e.l.p.l.i.n.e number vipre h.e.l.p.l.i.n.e number vipre 
customer number vipre Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e number vipre 
contact teleP.h.o.n.e number vipre contact number vipre for vipre software 
contact number vipre toll free number vipre teleP.h.o.n.e number vipre uk vipre 
registration number vipre toll free number vipre u.s.a vipre c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e vipre software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact vipre 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
vipre Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e vipre service vipre Antivirus 
technical s.u.p.p.o.r.t vipre Antivirus customer s.u.p.p.o.r.t vipre technical 
s.u.p.p.o.r.t reviews teleP.h.o.n.e vipre Antivirus vipre tech s.u.p.p.o.r.t 
P.h.o.n.e number vipre Antivirus tech s.u.p.p.o.r.t P.h.o.n.e number vipre 
Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e vipre technical s.u.p.p.o.r.t P.h.o.n.e 
number vipre A

[jira] [Created] (CASSANDRA-11789) !!~~1 844 330 2330~~~DLINK Router technical support phone number

2016-05-12 Thread kunj (JIRA)
kunj created CASSANDRA-11789:


 Summary:  !!~~1 844 330 2330~~~DLINK Router technical support 
phone number
 Key: CASSANDRA-11789
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11789
 Project: Cassandra
  Issue Type: Test
Reporter: kunj
Priority: Minor


1.844.330.2330 DLINK Router technical Support Phone Number 1.844.330.2330 DLINK 
Router technical Support Phone Number DLINK Router technical support line DLINK 
Router Router tech support number DLINK Router Routeradvisor tech support 
number DLINK Router pos tech support number DLINK Router tech support phone 
number canada DLINK Router online tech support number DLINK Router tech support 
phone number uk DLINK Router Router tech support number DLINK Router online 
technical support number DLINK Router Router technical support number DLINK 
Payroll Customer Support Phone Number_1 844-330-2330 DLINK Payroll 
PayrollSupport Phone Number !! 1 844-330-2330 FREE DLINK Payroll customer tech 
support number,DLINK Payroll help phone number usa DLINK Payroll phone Number 
DLINK Payroll tech support Number USA Canada LET”s”:+ 1.844.330.2330 DLINK 
Router CUSTOMER SUPPORT PHONE NUMBER, DLINK Router TECHNICAL SUPPORT PHONE 
NUMBER, DLINK CUSTOMER SUPPORT PHONE NUMBER , DLINK CUSTOMER SUPPORT PHONE 
NUMBER , DLINK TECH SUPPORT PHONE NUMBER LET”s”:+ 1.844.330.2330 DLINK Router 
CUSTOMER SUPPORT PHONE NUMBER, DLINK Router TECHNICAL SUPPORT PHONE NUMBER, 
DLINK CUSTOMER SUPPORT PHONE NUMBER , DLINK CUSTOMER SUPPORT PHONE NUMBER , 
DLINK TECH SUPPORT PHONE NUMBER LET”s”:+ 1.844.330.2330 DLINK Router CUSTOMER 
SUPPORT PHONE NUMBER, DLINK Router TECHNICAL SUPPORT PHONE NUMBER, DLINK 
CUSTOMER SUPPORT PHONE NUMBER , DLINK CUSTOMER SUPPORT PHONE NUMBER , DLINK 
TECH SUPPORT PHONE NUMBER Call DLINK 1.844.330.2330 DLINK TECH SUPPORT PHONE 
NUMBER, DLINK internet security TECH SUPPORT PHONE NUMBER, DLINK CUSTOMER 
SUPPORT PHONE NUMBER , DLINK internet security CUSTOMER SUPPORT PHONE NUMBER , 
DLINK SUPPORT PHONE NUMBER Call DLINK 1.844.330.2330DLINK internet security 
phone number DLINK internet security customer service phone number symantec 
support number internet security phone number symantec support contact number 
DLINK technical support phone number call DLINK UK O 844 330 2330 USA 
1-844-330-2330 DLINK internet security phone number DLINK internet security 
customer service phone number symantec support number internet security phone 
number symantec support contact number DLINK technical support phone number 
DLINK Router tech support phone number 1-844-330-2330 DLINK support DLINK phone 
support tech support phone number DLINK Router phone number DLINK tech support 
contact DLINK support symantec tech support phone number DLINK support chat 
DLINK symantec support phone number DLINK phone number customer service DLINK 
internet security support phone number DLINK technical support number phone 
number for DLINK Router support DLINK help DLINK virus phone number DLINK phone 
number get human phone number for DLINK Router customer service DLINK internet 
security customer service phone number DLINK internet security tech support 
phone number DLINK tech support phone number us DLINK security technical 
support phone number DLINK Router contact phone number DLINK phone number toll 
free DLINK customer support chat DLINK help number contact DLINK internet 
security phone number DLINK internet security symantec customer service number 
contact DLINK security DLINK security contact phone number DLINKs phone number 
DLINK security help phone number DLINK security DLINK helpline phone number 
call DLINK Router support DLINK 1844 number DLINKs internet security DLINK 
customer care symantec phone number customer service DLINK Router telephone 
number phone number for DLINK customer service DLINK Router phone support DLINK 
Router phone symantec technical support phone DLINK customer service toll free 
number DLINK customer phone number customer service phone number for DLINK 
security contact DLINK phone number DLINK Router support telephone number 
DLINK Router support phone number 1-844-330-2330 DLINK Router help 
phone number DLINK security support number DLINK Router number DLINK Router 
help DLINK help support DLINK product support phone number DLINK Router 
customer support number contact DLINK Router customer service phone number 
phone for DLINK customer support DLINK Router technical support number DLINK 
customer service phone DLINK service phone number support for DLINK customer 
service number for DLINK Router telephone number for DLINK DLINK customer 
service chat DLINK live chat support DLINK internet security phone number 
customer service DLINK chat support live chat DLINK symantec customer service 
DLINK phone Router DLINK customer care number contact phone number for DLINK 
internet security install DLINK internet security c

[jira] [Created] (CASSANDRA-11787) ==++++++== Webroot Antivirus Number 18004923958 Webroot antivirus anumber webroot antivirus number

2016-05-12 Thread mayank111 (JIRA)
mayank111 created CASSANDRA-11787:
-

 Summary: ==++== Webroot Antivirus Number 18004923958 Webroot 
antivirus anumber webroot antivirus number
 Key: CASSANDRA-11787
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11787
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
 Environment: ==++== Webroot Antivirus Number 18004923958 Webroot 
antivirus anumber webroot antivirus number
Reporter: mayank111
 Fix For: 2.1.x
 Attachments: webroot_homepage_03.jpg

1-8OO-492-3958 webroot Antivirus Te.ch.n.ical-Support P.h.one Num.b.er webroot 
Antivirus Cust.omer Care Nu.mb.er webroot Antivirus Helpdesk P.h.o.ne n.um.ber 
webroot Antivirus Contact N.u.m.b.er 1-8OO-492-3958webroot a.n.t.i.v.i.r.u.s 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot t.e.c.h .s.u.p.p.o.r.t 
number !!!seRVICE@ 1-8OO-492-3958webroot C.u.s.t.o.m.e.r s.e.r.v.i.c.e 
p.h.o.n.e number !!! seRVICE @ 1-8OO-492-3958webroot C.u.s.t.o.m.e.r 
s.e.r.v.i.c.e p.h.o.n.e number HELPS @@@1-8OO-492-3958webroot a.n.t.i.v.i.r.u.s 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number 1-8OO-492-3958webroot 
a.n.t.i.v.i.r.u.s c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot 
t.e.c.h .s.u.p.p.o.r.t number @@1-8OO-492-3958webroot a.n.t.i.v.i.r.u.s 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot t.e.c.h .s.u.p.p.o.r.t 
number usa webroot teleP.h.o.n.e number webroot toll free number webroot u.s.a 
webroot Antivirus s.u.p.p.o.r.t services technical s.u.p.p.o.r.t for Antivirus 
webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot u.s.a webroot 
Antivirus customer care number webroot u.s.a webroot customer care number 
webroot customer care center webroot customer s.u.p.p.o.r.t webroot customer 
s.u.p.p.o.r.t P.h.o.n.e webroot customer h.e.l.p webroot customer & technical 
s.u.p.p.o.r.t webroot customer portal webroot customer care P.h.o.n.e number 
webroot u.s.a webroot customer care email webroot h.e.l.p.l.i.n.e webroot tech 
s.u.p.p.o.r.t contact webroot customer care toll free webroot Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot Antivirus protection Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot software c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e number webroot hotline c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot us how to 
contact webroot by email webroot free P.h.o.n.e s.u.p.p.o.r.t webroot Antivirus 
technical s.u.p.p.o.r.t number webroot Antivirus technical s.u.p.p.o.r.t 
h.e.l.p desk P.h.o.n.e number webroot technical s.u.p.p.o.r.t number webroot 
toll free number webroot Antivirus customer s.u.p.p.o.r.t P.h.o.n.e number 
webroot Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number webroot 
P.h.o.n.e number webroot for webroot Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
contact webroot Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number 
webroot security s.u.p.p.o.r.t P.h.o.n.e number webroot internet security 
s.u.p.p.o.r.t P.h.o.n.e number webroot P.h.o.n.e number webroot for webroot 
security webroot internet security P.h.o.n.e number webroot in u.s.a webroot 
Antivirus contact P.h.o.n.e number webroot in u.s.a webroot security contact 
P.h.o.n.e number webroot Antivirus h.e.l.p desk P.h.o.n.e number webroot in 
u.s.a webroot Antivirus tech s.u.p.p.o.r.t P.h.o.n.e number webroot free in 
u.s.a webroot Antivirus s.u.p.p.o.r.t P.h.o.n.e number webroot Antivirus 
P.h.o.n.e number webroot s.u.p.p.o.r.t for technical issue in u.s.a P.h.o.n.e 
number webroot for webroot Antivirus technical s.u.p.p.o.r.t webroot Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number webroot Antivirus toll free 
customer care number1-8OO-492-3958webroot us webroot c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e number webroot u.s.a webroot teleP.h.o.n.e number 
webroot P.h.o.n.e number webroot u.s.a webroot Antivirus contact number webroot 
number webroot contact number webroot u.s.a webroot Antivirus h.e.l.p.l.i.n.e 
number webroot h.e.l.p.l.i.n.e number webroot customer number webroot Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e number webroot contact teleP.h.o.n.e number 
webroot contact number webroot for webroot software contact number webroot toll 
free number webroot teleP.h.o.n.e number webroot uk webroot registration number 
webroot toll free number webroot u.s.a webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
webroot software c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact webroot c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e webroot c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e webroot Antivirus 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e webroot service webroot Antivirus technical 
s.u.p.p.o.r.t webroot Antivirus customer s.u.p.p.o.r.t webroot technical 
s.u.p.p.o.r.t reviews teleP.h.o.n.e webroot Antivirus webroot tech 
s.u.p.p.o.r.t P.h.o.n.e number webroot Antivirus tech s.u.p.p.o.r.t P.h.o.n.e 
number webroot Antivirus c.u.s.t.o.m.e.r s.e.r.v.i.c.e we

[jira] [Created] (CASSANDRA-11788) BELLSOUTH MAIL LIVE CALL 1-844-778-8603((Bellsouth mail technical support phone number ^^^Bellsouth mail phone number

2016-05-12 Thread vikrant verma (JIRA)
vikrant verma created CASSANDRA-11788:
-

 Summary: BELLSOUTH MAIL LIVE CALL 1-844-778-8603((Bellsouth mail 
technical support phone number ^^^Bellsouth mail phone number
 Key: CASSANDRA-11788
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11788
 Project: Cassandra
  Issue Type: Bug
Reporter: vikrant verma


BELLSOUTH MAIL LIVE CALL 1-844-778-8603((Bellsouth mail technical support phone 
number ^^^Bellsouth mail phone number
1(844) 778.8603: Bellsouth mail  support phone number Help USA@.1 (844) 
778.8603: Bellsouth mail  support phone number  Witty%*! (1*844*778*8603 
)~Bellsouth mail (.) tech support number, Bellsouth mail  2013 support number, 
Bellsouth mail customer service number USA Helpline TECH 
))1-844-778-8603((Bellsouth mail  technical support phone number Bellsouth mail 
 phone number  SUPPORT ON ((1-844-778- 8603)) Bellsouth mail PHONE NUMBER AND 
Bellsouth mail SUPPORT PHONE NUMBER Bellsouth mail Toll Free, 
Intuit@(1-844-778- 8603)@ Bellsouth mail Tech Support Phone Number vides online 
solution for all USA/CANADA clients. For any help of query call 1 844 778 8603 
to get all Bellsouth mail account solution. @@Call, 1-844-778-8603 for all type 
help by Bellsouth mail tech support phone number, Intuit Bellsouth mail Tech 
Support Phone Number, Bellsouth mail Help Desk Phone Number, Bellsouth mail 
tech support number, Bellsouth mail technical support phone number,@@@ 
Bellsouth mail phone number, Bellsouth mail technical support number, Bellsouth 
mail support phone number, Bellsouth mail technical support, Bellsouth mail 
Customer Service Phone Number, Bellsouth mail Customer Service Number, 
Bellsouth mail Customer Support Phone Number, Bellsouth mail Customer Support 
Number, Bellsouth mail Customer Service Helpline Number, Bellsouth mail 
Customer Care Number, Bellsouth mail support phone number, @ Bellsouth mail 
help number-Bellsouth mail Helpline Number;Bellsouth mail help phone 
numberBellsouth mail Helpline Number, Bellsouth mail Tech Support Toll free 
Number, Bellsouth mail Support Telephone Number,Bellsouth mail Tech Support 
Telephone number, Bellsouth mail Tech Support contact number, Bellsouth mail 
support contact number, Bellsouth mail technical support contact number. Call, 
Bellsouth mail tech support phone number, Intuit Bellsouth mail Tech Support 
Phone Number, Bellsouth mail Help Desk Phone Number,Bellsouth mail tech support 
number, Bellsouth mail technical support phone number, Bellsouth mail phone 
number, Bellsouth mail technical support number, Bellsouth mailsupport phone 
number. It is very popular toll free number which vide by Bellsouth mail 
technical support, Bellsouth mail Customer Service Phone Number,Bellsouth mail 
Customer Service Number, Bellsouth mail Customer Support Phone Number, 
Bellsouth mail Customer Support Number, Bellsouth mail Customer Service 
Helpline Number, Bellsouth mail Customer Care Number, Bellsouth mail support 
phone number. Call, Bellsouth mail tech support phone number, IntuitBellsouth 
mail Tech Support Phone Number, Bellsouth mail Help Desk Phone Number, 
Bellsouth mail tech support number, Bellsouth mail technical support phone 
number, Bellsouth mail phone number, Bellsouth mail technical support number, 
Bellsouth mail support phone number, Bellsouth mail technical support, 
Bellsouth mailCustomer Service Phone Number, Bellsouth mail Customer Service 
Number, Bellsouth mail Customer Support Phone Number, Bellsouth mail Customer 
Support Number, Bellsouth mail Customer Service Helpline Number, Bellsouth mail 
Customer Care Number, Bellsouth mail support phone number, Bellsouth mail help 
number-Bellsouth mail Helpline Number; Bellsouth mail help phone number, 
Bellsouth mail Helpline Number, Bellsouth mail Tech Support Toll free Number, 
Bellsouth mailSupport Telephone Number, Bellsouth mail Tech Support Telephone 
number, Bellsouth mail Tech Support contact number, Bellsouth mail support 
contact number,Bellsouth mail technical support contact number, Bellsouth mail  
support phone number, Bellsouth mail  support phone number. Bellsouth mail  
customer support phone number 1844-778-8603 Bellsouth mail technical help 
telephone number, Bellsouth mail technical help contact number, Bellsouth mail 
technical support contact number, Bellsouth mail contact number, Bellsouth mail 
contact phone number, Bellsouth mail contact telephone number, Bellsouth mail 
24 hour contact number, Bellsouth mail customer support contact number, 
Bellsouth mail customer service contact number, Bellsouth mail official number, 
Bellsouth mail official contact number, Bellsouth mail 844 contact number, 
Bellsouth mail toll free number, 844 number for Bellsouth mail support, 
Bellsouth mail 24/7 support phone number Bellsouth mail  support phone 
number,Bellsouth mail  support phone number,Bellsouth mail  help phone

[jira] [Created] (CASSANDRA-11786) DIAL: 1800-213-2171 microsoft office 365 tech support helpdesk number usa microsoft office 365 tech support helpline microsoft office 365 tech support helpline

2016-05-12 Thread fdsfsfsf sdfsdfds (JIRA)
fdsfsfsf sdfsdfds created CASSANDRA-11786:
-

 Summary: DIAL: 1800-213-2171   microsoft office 365 tech support 
helpdesk number usa microsoft office 365 tech support helpline microsoft office 
365 tech support helpline 
 Key: CASSANDRA-11786
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11786
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
Reporter: fdsfsfsf sdfsdfds
 Fix For: 2.2.x


microsoft windows technical support microsoft windows technical number 
microsoft windows technical phone microsoft windows technical telephone 
microsoft windows technical calls microsoft windows technical contact microsoft 
windows technical help microsoft windows technical helpdesk microsoft windows 
technical helpline microsoft windows technical toll free microsoft windows 
technical toll free usa microsoft windows tech support microsoft windows tech 
number microsoft windows tech phone microsoft windows tech telephone microsoft 
windows tech calls microsoft windows tech contact microsoft windows tech help 
microsoft windows tech helpdesk microsoft windows tech helpline microsoft 
windows tech toll free microsoft windows tech toll free usa microsoft outlook  
customer service microsoft outlook  customer support microsoft outlook  
customer care microsoft outlook  customer number microsoft outlook  customer 
phone microsoft outlook  customer telephone microsoft outlook  customer calls 
microsoft outlook  customer contact microsoft outlook  customer help microsoft 
outlook  customer helpdesk microsoft outlook  customer helpline microsoft 
outlook  customer toll free microsoft outlook  customer toll free usa microsoft 
outlook  support microsoft outlook  support number microsoft outlook  support 
phone microsoft outlook  support telephone microsoft outlook  support calls 
microsoft outlook  support contact microsoft outlook  support help microsoft 
outlook  support helpdesk microsoft outlook  support helpline microsoft outlook 
 support toll free microsoft outlook  support toll free usa microsoft  hotmail 
service microsoft  hotmail service number microsoft  hotmail service phone 
microsoft  hotmail service telephone microsoft  hotmail service calls microsoft 
 hotmail service contact microsoft  hotmail service help microsoft  hotmail 
service helpdesk microsoft  hotmail service helpline microsoft  hotmail service 
toll free microsoft  hotmail service toll free usa microsoft outlook  care 
microsoft outlook  care number microsoft outlook  care phone microsoft outlook  
care telephone microsoft outlook  care calls microsoft outlook  care contact 
microsoft outlook  care help microsoft outlook  care helpdesk microsoft outlook 
 care helpline microsoft outlook  care toll free microsoft outlook  care toll 
free usa microsoft outlook  help microsoft outlook  help number microsoft 
outlook  help phone microsoft outlook  help telephone microsoft outlook  help 
calls microsoft outlook  help toll free microsoft outlook  help toll free usa 
microsoft outlook  help contact microsoft outlook  helpdesk microsoft outlook  
helpdesk number microsoft outlook  helpdesk phone microsoft outlook  helpdesk 
telephone microsoft outlook  helpdesk calls microsoft outlook  helpdesk toll 
free microsoft outlook  helpdesk toll free usa microsoft office 365 helpline 
microsoft office 365 helpline number microsoft office 365 helpline phone 
microsoft office 365 helpline talephone microsoft office 365 helpline calls 
microsoft office 365 helpline toll free microsoft office 365 helpline toll free 
usa microsoft outlook  toll free microsoft outlook  toll free number microsoft 
outlook  toll free number usa microsoft outlook  toll free phone microsoft 
outlook  toll free phone usa microsoft outlook  toll free telephone microsoft 
outlook  toll free calls microsoft outlook  toll free calls usa microsoft 
outlook  toll free helpline microsoft outlook  toll free helpdesk microsoft 
outlook  numbering microsoft outlook  contact microsoft outlook  contact number 
microsoft outlook  contact phone microsoft outlook  contact telephone microsoft 
outlook  contact calls microsoft outlook  calls microsoft office 2013  
technical support number microsoft office 2013  technical support number usa 
microsoft office 2013  technical support phone microsoft office 2013  technical 
support phone number microsoft office 2013  technical support phone number usa 
microsoft office 2013  technical support telephone microsoft office 2013  
technical support telephone number microsoft office 2013  technical support 
telephone number usa microsoft office 2013  technical support calls microsoft 
office 2013  technical support calls usa microsoft office 2013  technical 
support contact microsoft office 2013  technical support contact number 
microsoft office 2013  technical support help microsoft office 2013  technical 
sup

[jira] [Created] (CASSANDRA-11785) Tech Support CAll@@+**1.8.5.5.7.O.9.2.8.4.7** $$ ++ Epson p.r.i.n.t.e.r TECH S.u.p.p.o.rt p.h.o.n.e n.u.m.b.e.r u.s.a. C.a.l.l

2016-05-12 Thread dheeru singh (JIRA)
dheeru singh created CASSANDRA-11785:


 Summary: Tech Support CAll@@+**1.8.5.5.7.O.9.2.8.4.7** $$ ++ Epson 
p.r.i.n.t.e.r TECH S.u.p.p.o.rt p.h.o.n.e n.u.m.b.e.r u.s.a. C.a.l.l
 Key: CASSANDRA-11785
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11785
 Project: Cassandra
  Issue Type: Bug
Reporter: dheeru singh


((moti))Call @@@++ USA I8557O92847 EPSON p.r.i.n.t.e.r t.e.c.h s.u.p.p.o.r.t 
p.h.o.n.e n.u.m.b.e.r u.s.a. C.a.l.l EPSON h.e.l.p d.e.s.k n.u.m.b.e.r 
n.u.m.b.e.r C.a.n.a.d.a EPSON s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r usa USA 1 
I8557O92847 EPSON p.r.i.n.t.e.r t.e.c.h s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.e.r 
u.s.a. C.a.l.l EPSON h.e.l.p d.e.s.k n.u.m.b.e.r n.u.m.b.e.r C.a.n.a.d.a EPSON 
s.u.p.p.o.r.t p.h.o.n.e n.u.m.b.r usa canada 1-1855-709-2847 USA, EPSON printer 
Tech Support phone number,EPSON technical support phone number 1 I8557O92847 
.EPSON Tech Support Number EPSON Tech EPSON tech support, EPSON tech support 
number, EPSON tech support phone number, EPSON technical support, EPSON 
technical support number, EPSON technical support phone number, EPSON tech 
support number, EPSON support number, EPSON Tech support phone number, EPSON 
support phone number, EPSON technical support phone number, EPSON technical 
support number,Support Phone Number for EPSON printer Phone Number for EPSON 
CustomerService Technical Support Telephone Number EPSON printer support number 
EPSON EPSON printer tech support number EPSON EPSON printer technical support 
number EPSON EPSON printer technical support phone number EPSON EPSON printer 
customer service number EPSON EPSON internet security technical support EPSON 
technical support phone number EPSON EPSON tech support phone number EPSON 
EPSON customer support phone number I-855-709-2847 EPSON EPSON printer support 
phone number EPSON EPSON support phone EPSON tech support EPSON customer 
support EPSON phone support EPSON support number EPSON EPSON technical support 
EPSON printer customer support phone number EPSON EPSON printer tech support 
phone number EPSON contact EPSON support EPSON printer technical support phone 
number ~!~I8557092847++ EPSON EPSON phone number EPSON tech support EPSON 
support ticket EPSON customer support number EPSON EPSON tech support number 
EPSON EPSON technical support number EPSON EPSON support center EPSON telephone 
support call EPSON support EPSON printer support support EPSON EPSON billing 
support EPSON printer technical support number EPSON support EPSON printer 
EPSON online support EPSON contact support EPSON printer support number EPSON 
EPSON printer customer support number EPSON EPSON printer tech support number 
EPSON support for EPSON EPSON phone number EPSON EPSON customer service phone 
number EPSON EPSON contact phone number EPSON EPSON printer phone number EPSON 
EPSON printer customer service phone number EPSON phone number EPSON for EPSON 
customer service EPSON software phone number EPSON phone number EPSON for EPSON 
EPSON customer service telephone number EPSON EPSON helpline phone number EPSON 
EPSON contact number EPSON EPSON customer service number EPSON EPSON customer 
service phone number ~!~I8557092847++ EPSON us EPSON customer service phone 
number EPSON usa EPSON telephone number EPSON EPSON phone number EPSON usa 
EPSON printer contact number EPSON EPSON number EPSON EPSON contact number 
EPSON usa EPSON printer helpline number EPSON EPSON helpline number EPSON EPSON 
customer number EPSON EPSON printer customer service number EPSON EPSON contact 
telephone number EPSON contact number EPSON for EPSON EPSON software contact 
number EPSON EPSON toll free number EPSON EPSON telephone number EPSON uk EPSON 
registration number EPSON EPSON toll free number EPSON usa EPSON customer 
service EPSON software customer service contact EPSON customer service EPSON 
customer service phone EPSON printer customer service EPSON service EPSON 
printer technical support EPSON printer customer support EPSON technical 
support reviews telephone EPSON printer EPSON tech support phone number EPSON 
EPSON printer tech support phone number EPSON EPSON printer customer service 
EPSON technical support phone number EPSON EPSON printer free printer support 
EPSON customer service billing EPSON customer service email address EPSON 
customer service reviews contact EPSON customer service EPSON tech support 
number EPSON usa EPSON printer support number EPSON EPSON printer contact 
number EPSON EPSON customer service phone number EPSON EPSON technical support 
usa EPSON technical support number EPSON EPSON tech support phone EPSON tech 
support number EPSON EPSON customer service telephone number EPSON EPSON 
printer customer support number EPSON EPSON printer phone number EPSON EPSON 
printer online support EPSON customer service number EPSON EPSON tech support 
center EPSON customer service EPSON software

[jira] [Created] (CASSANDRA-11784) !!~~1 844 330 2330~~~BELKIN Router technical support phone number

2016-05-12 Thread kunj (JIRA)
kunj created CASSANDRA-11784:


 Summary:  !!~~1 844 330 2330~~~BELKIN Router technical support 
phone number
 Key: CASSANDRA-11784
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11784
 Project: Cassandra
  Issue Type: Test
Reporter: kunj
Priority: Minor


1.844.330.2330 BELKIN Router technical Support Phone Number 1.844.330.2330 
BELKIN Router technical Support Phone Number BELKIN Router technical support 
line BELKIN Router Router tech support number BELKIN Router Routeradvisor tech 
support number BELKIN Router pos tech support number BELKIN Router tech support 
phone number canada BELKIN Router online tech support number BELKIN Router tech 
support phone number uk BELKIN Router Router tech support number BELKIN Router 
online technical support number BELKIN Router Router technical support number 
BELKIN Payroll Customer Support Phone Number_1 844-330-2330 BELKIN Payroll 
PayrollSupport Phone Number !! 1 844-330-2330 FREE BELKIN Payroll customer tech 
support number,BELKIN Payroll help phone number usa BELKIN Payroll phone Number 
BELKIN Payroll tech support Number USA Canada LET”s”:+ 1.844.330.2330 BELKIN 
Router CUSTOMER SUPPORT PHONE NUMBER, BELKIN Router TECHNICAL SUPPORT PHONE 
NUMBER, BELKIN CUSTOMER SUPPORT PHONE NUMBER , BELKIN CUSTOMER SUPPORT PHONE 
NUMBER , BELKIN TECH SUPPORT PHONE NUMBER LET”s”:+ 1.844.330.2330 BELKIN Router 
CUSTOMER SUPPORT PHONE NUMBER, BELKIN Router TECHNICAL SUPPORT PHONE NUMBER, 
BELKIN CUSTOMER SUPPORT PHONE NUMBER , BELKIN CUSTOMER SUPPORT PHONE NUMBER , 
BELKIN TECH SUPPORT PHONE NUMBER LET”s”:+ 1.844.330.2330 BELKIN Router CUSTOMER 
SUPPORT PHONE NUMBER, BELKIN Router TECHNICAL SUPPORT PHONE NUMBER, BELKIN 
CUSTOMER SUPPORT PHONE NUMBER , BELKIN CUSTOMER SUPPORT PHONE NUMBER , BELKIN 
TECH SUPPORT PHONE NUMBER Call BELKIN 1.844.330.2330 BELKIN TECH SUPPORT PHONE 
NUMBER, BELKIN internet security TECH SUPPORT PHONE NUMBER, BELKIN CUSTOMER 
SUPPORT PHONE NUMBER , BELKIN internet security CUSTOMER SUPPORT PHONE NUMBER , 
BELKIN SUPPORT PHONE NUMBER Call BELKIN 1.844.330.2330BELKIN internet security 
phone number BELKIN internet security customer service phone number symantec 
support number internet security phone number symantec support contact number 
BELKIN technical support phone number call BELKIN UK O 844 330 2330 USA 
1-844-330-2330 BELKIN internet security phone number BELKIN internet security 
customer service phone number symantec support number internet security phone 
number symantec support contact number BELKIN technical support phone number 
BELKIN Router tech support phone number 1-844-330-2330 BELKIN support BELKIN 
phone support tech support phone number BELKIN Router phone number BELKIN tech 
support contact BELKIN support symantec tech support phone number BELKIN 
support chat BELKIN symantec support phone number BELKIN phone number customer 
service BELKIN internet security support phone number BELKIN technical support 
number phone number for BELKIN Router support BELKIN help BELKIN virus phone 
number BELKIN phone number get human phone number for BELKIN Router customer 
service BELKIN internet security customer service phone number BELKIN internet 
security tech support phone number BELKIN tech support phone number us BELKIN 
security technical support phone number BELKIN Router contact phone number 
BELKIN phone number toll free BELKIN customer support chat BELKIN help number 
contact BELKIN internet security phone number BELKIN internet security symantec 
customer service number contact BELKIN security BELKIN security contact phone 
number BELKINs phone number BELKIN security help phone number BELKIN security 
BELKIN helpline phone number call BELKIN Router support BELKIN 1844 number 
BELKINs internet security BELKIN customer care symantec phone number customer 
service BELKIN Router telephone number phone number for BELKIN customer service 
BELKIN Router phone support BELKIN Router phone symantec technical support 
phone BELKIN customer service toll free number BELKIN customer phone number 
customer service phone number for BELKIN security contact BELKIN phone number 
BELKIN Router support telephone number BELKIN Router support phone 
number 1-844-330-2330 BELKIN Router help phone number BELKIN security 
support number BELKIN Router number BELKIN Router help BELKIN help support 
BELKIN product support phone number BELKIN Router customer support number 
contact BELKIN Router customer service phone number phone for BELKIN customer 
support BELKIN Router technical support number BELKIN customer service phone 
BELKIN service phone number support for BELKIN customer service number for 
BELKIN Router telephone number for BELKIN BELKIN customer service chat BELKIN 
live chat support BELKIN internet security phone number customer service BELKIN 
chat support live chat BELKIN symantec customer service BELKIN phone Ro

[jira] [Created] (CASSANDRA-11783) Call Now 1.8.8.8+896+7691 Vipre Antivirus Tech Support Number, Vipre Customer Support Number

2016-05-12 Thread drewmandis (JIRA)
drewmandis created CASSANDRA-11783:
--

 Summary: Call Now 1.8.8.8+896+7691 Vipre Antivirus Tech Support 
Number, Vipre Customer Support Number
 Key: CASSANDRA-11783
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11783
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
 Environment: open
Reporter: drewmandis


Call Now 1.8.8.8+896+7691 Vipre Antivirus Tech Support Number, Vipre Customer 
Support Number
   
Call Now 1.8.8.8+896+7691 Vipre Antivirus Tech Support Number, Vipre Customer 
Support Number I-8.8.8+896+7691 Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e 
number Vipre t.e.c.h .s.u.p.p.o.r.t number !!!seRVICE@ **I-8.8.8+896+7691 Vipre 
C.u.s.t.o.m.e.r s.e.r.v.i.c.e p.h.o.n.e number !!! seRVICE @ Vipre for Vipre 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e contact Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
P.h.o.n.e number Vipre security s.u.p.p.o.r.t P.h.o.n.e number Vipre internet 
security s.u.p.p.o.r.t P.h.o.n.e number Vipre P.h.o.n.e number Vipre for Vipre 
security Vipre internet security P.h.o.n.e number Vipre in u.s.a Vipre contact 
P.h.o.n.e number Vipre in u.s.a Vipre security contact P.h.o.n.e number Vipre 
h.e.l.p desk P.h.o.n.e number Vipre in u.s.a Vipre tech s.u.p.p.o.r.t P.h.o.n.e 
number Vipre free in u.s.a Vipre s.u.p.p.o.r.t P.h.o.n.e number Vipre P.h.o.n.e 
number Vipre s.u.p.p.o.r.t for technical issue in u.s.a P.h.o.n.e number Vipre 
for Vipre technical s.u.p.p.o.r.t Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e 
teleP.h.o.n.e number Vipre toll free customer care numberI-8.8.88967691 Vipre 
us Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e P.h.o.n.e number Vipre u.s.a Vipre 
teleP.h.o.n.e number Vipre P.h.o.n.e number Vipre u.s.a Vipre contact number 
Vipre number Vipre contact number Vipre u.s.a Vipre h.e.l.p.l.i.n.e number 
Vipre h.e.l.p.l.i.n.e number Vipre customer number Vipre c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e number Vipre contact teleP.h.o.n.e number Vipre contact number 
Vipre for Vipre software contact number Vipre toll free number Vipre 
teleP.h.o.n.e number Vipre USA Vipre registration number Vipre toll free number 
Vipre u.s.a Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e Vipre software c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e contact Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e Vipre c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e Vipre service Vipre 
technical s.u.p.p.o.r.t Vipre customer s.u.p.p.o.r.t Vipre technical 
s.u.p.p.o.r.t reviews teleP.h.o.n.e Vipre Vipre tech s.u.p.p.o.r.t P.h.o.n.e 
number Vipre tech s.u.p.p.o.r.t P.h.o.n.e number Vipre c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e Vipre technical s.u.p.p.o.r.t P.h.o.n.e number Vipre free 
s.u.p.p.o.r.t Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e billing Vipre c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e email address Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e reviews contact 
Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e Vipre tech s.u.p.p.o.r.t number Vipre u.s.a 
Vipre s.u.p.p.o.r.t number Vipre contact number Vipre c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e number Vipre technical s.u.p.p.o.r.t u.s.a Vipre 
technical s.u.p.p.o.r.t number Vipre tech s.u.p.p.o.r.t P.h.o.n.e Vipre tech 
s.u.p.p.o.r.t number Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e teleP.h.o.n.e number 
Vipre customer s.u.p.p.o.r.t number Vipre P.h.o.n.e number Vipre online 
s.u.p.p.o.r.t Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e number Vipre tech 
s.u.p.p.o.r.t center Vipre c.u.s.t.o.m.e.r s.e.r.v.i.c.e Vipre software 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Vipre customer care number Vipre u.s.a Vipre 
customer number Vipre customer s.u.p.p.o.r.t number Vipre customer care number 
Vipre customer care toll free number Vipre tech s.u.p.p.o.r.t Vipre technical 
s.u.p.p.o.r.t Vipre s.u.p.p.o.r.t Vipre tech s.u.p.p.o.r.t Vipre s.u.p.p.o.r.t 
center aV.G.com c.u.s.t.o.m.e.r s.e.r.v.i.c.e Vipre customer care number Vipre 
customer care Vipre P.h.o.n.e number Vipre P.h.o.n.e number Vipre for Vipre 
c.u.s.t.o.m.e.r s.e.r.v.i.c.e Vipre P.h.o.n.e s.u.p.p.o.r.t Vipre P.h.o.n.e 
number Vipre tech s.u.p.p.o.r.t Vipre s.u.p.p.o.r.t P.h.o.n.e number Vipre 
contact Vipre by P.h.o.n.e Vipre contact P.h.o.n.e number Vipre h.e.l.p.l.i.n.e 
P.h.o.n.e number Vipre P.h.o.n.e Vipre for P.h.o.n.e Vipre contact number Vipre 
contact s.u.p.p.o.r.t contact Vipre Vipre contact number Vipre u.s.a Vipre toll 
free number Vipre teleP.h.o.n.e number Vipre toll free number Vipre u.s.a Vipre 
s.u.p.p.o.r.t services technical s.u.p.p.o.r.t for Vipre c.u.s.t.o.m.e.r 
s.e.r.v.i.c.e P.h.o.n.e number Vipre u.s.a Vipre customer care number Vipre 
u.s.a Vipre customer care number Vipre customer care center Vipre customer 
s.u.p.p.o.r.t Vipre customer s.u.p.p.o.r.t P.h.o.n.e Vipre customer h.e.l.p 
Vipre customer & technical s.u.p.p.o.r.t Vipre customer portal Vipre customer 
care P.h.o.n.e number Vipre u.s.a Vipre customer care email Vipre 
h.e.l.p.l.i.n.e Vipre tech s.u.p.p.o.r.t contact Vipre customer care toll free 
Vipre c.u.s.t.o.m.e.r s.e.r.v

[jira] [Created] (CASSANDRA-11781) XXX 1800-213-2171 microsoft outlook technical; support phone number

2016-05-12 Thread fdsfsfsf sdfsdfds (JIRA)
fdsfsfsf sdfsdfds created CASSANDRA-11781:
-

 Summary: XXX 1800-213-2171 microsoft outlook technical; support 
phone number
 Key: CASSANDRA-11781
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11781
 Project: Cassandra
  Issue Type: Bug
  Components: Coordination
Reporter: fdsfsfsf sdfsdfds
 Fix For: 2.2.x


XXX 1800-213-2171 microsoft outlook technical; support phone numbermicrosoft 
office 2011 technical helpline usa microsoft office 2011 technical toll free 
microsoft office 2011 technical toll free usa microsoft office 2011 tech 
support microsoft office 2011 tech number microsoft office 2011 tech phone 
microsoft office 2011 tech telephone microsoft office 2011 tech calls microsoft 
office 2011 tech calls usa microsoft office 2011 tech contact microsoft office 
2011 tech contact usa microsoft office 2011 tech help microsoft office 2011 
tech help usa microsoft office 2011 tech helpdesk microsoft office 2011 tech 
helpdesk usa microsoft office 2011 tech helpline microsoft office 2011 tech 
helpline usa microsoft office 2011 tech toll free microsoft office 2011 tech 
toll free usa microsoft office 2011 support number microsoft office 2011 
support phone microsoft office 2011 support telephone microsoft office 2011 
support calls microsoft office 2011 support calls usa microsoft office 2011 
support contact microsoft office 2011 support contact usa microsoft office 2011 
support help microsoft office 2011 support help usa microsoft office 2011 
support helpdesk microsoft office 2011 support helpdesk usa microsoft office 
2011 support helpline microsoft office 2011 support helpline usa microsoft 
office 2011 support toll free microsoft office 2011 support toll free usa 
microsoft office 2011 service number microsoft office 2011 service phone 
microsoft office 2011 service phone usa microsoft office 2011 service telephone 
microsoft office 2011 service calls microsoft office 2011 service calls usa 
microsoft office 2011 service contact microsoft office 2011 service contact usa 
microsoft office 2011 service help microsoft office 2011 service help usa 
microsoft office 2011 service helpdesk microsoft office 2011 service helpdesk 
usa microsoft office 2011 service helpline microsoft office 2011 service 
helpline usa microsoft office 2011 service toll free microsoft office 2011 
service toll free usa microsoft office 2011 care microsoft office 2011 care 
number microsoft office 2011 care phone microsoft office 2011 care phone usa 
microsoft office 2011 care telephone microsoft office 2011 care telephone usa 
microsoft office 2011 care calls microsoft office 2011 care calls usa microsoft 
office 2011 care contact microsoft office 2011 care contact usa microsoft 
office 2011 care help microsoft office 2011 care help usa microsoft office 2011 
care helpdesk microsoft office 2011 care helpdesk usa microsoft office 2011 
care helpline microsoft office 2011 care helpline usa microsoft office 2011 
care toll free microsoft office 2011 care toll free usa microsoft office 2011 
customer support microsoft office 2011 customer service microsoft office 2011 
customer care microsoft office 2011 customer number microsoft office 2011 
customer phone microsoft office 2011 customer phone usa microsoft office 2011 
customer telephone microsoft office 2011 customer telephone usa microsoft 
office 2011 customer calls microsoft office 2011 customer calls usa microsoft 
office 2011 customer contact microsoft office 2011 customer contact usa 
microsoft office 2011 customer help microsoft office 2011 customer help usa 
microsoft office 2011 customer helpdesk microsoft office 2011 customer helpdesk 
usa microsoft office 2011 customer helpline microsoft office 2011 customer 
helpline usa microsoft office 2011 customer toll free microsoft office 2011 
customer toll free usa microsoft office 2011 help microsoft office 2011 help 
number microsoft office 2011 help number usa microsoft office 2011 help phone 
microsoft office 2011 help phone usa microsoft office 2011 help telephone 
microsoft office 2011 help telephone usa microsoft office 2011 help calls 
microsoft office 2011 help calls usa microsoft office 2011 help conatct 
microsoft office 2011 help conatct usa microsoft office 2011 help toll free 
microsoft office 2011 help toll free usa microsoft office 2011 helpdesk 
microsoft office 2011 helpdesk number microsoft office 2011 helpdesk number usa 
microsoft office 2011 helpdesk phone microsoft office 2011 helpdesk phone usa 
microsoft office 2011 helpdesk telephone microsoft office 2011 helpdesk 
telephone usa microsoft office 2011 helpdesk calls microsoft office 2011 
helpdesk calls usa microsoft office 2011 helpdesk contact microsoft office 2011 
helpdesk contact usa microsoft office 2011 helpdesk toll free microsoft office 
2011 helpdesk toll free usa microsoft office 2011 helpline mi

[jira] [Created] (CASSANDRA-11782) helpline@support number ∑1844-773-3444 Outlook support Phone Number/773 outlook customer care phone number usa.

2016-05-12 Thread john palyer (JIRA)
john palyer created CASSANDRA-11782:
---

 Summary: helpline@support number ∑1844-773-3444 Outlook support 
Phone Number/773 outlook customer care phone number usa.
 Key: CASSANDRA-11782
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11782
 Project: Cassandra
  Issue Type: Bug
Reporter: john palyer


Call Canada 1844-773-3444 Outlook Customer Service Phone Number/773 Outlook 
phone number usa Outlook (SERVICE+SUPPORT)..!!1844!!773..3444!! Outlook 
t.e.c.h.n.i-c-a-l Support Ph.one Number Outlook tecH suPPort Numbner!!(( 1 
..844..773..3444 )) Intuit Outlook Enterprise Customer support Phone Number 
Help@Call 1-844-773-3444/. Outlook 24/7 support phone number, Outlook telephone 
number for support? call 1844-773-3444@./ Outlook contact number, Outlook 
contact phone number, Outlook contact telephone numbertelephone number for 
Outlook online support, Outlook official support number, Outlook official 
number, Outlook official phone number,phone number for Outlook support Outlook 
24/7 support phone number Outlook support number, Outlook telephone number for 
support visor Outlook Outlook ? support phone number, Outlook Outlook ? support 
phone number. Outlook Outlook ? customer support phone number Outlook Outlook ? 
Support Helpline Number, Outlook Outlook ? contact number Outlook Outlook ? 
tech support phone number Call.1.844.773.3444. Outlook Outlook ? customer 
support phone numbe.r.. Outlook Outlook ? helphesk numbe.ra Outlook phone 
number, Outlook support phone number, Outlook tech support number, Outlook 
customer care number, Outlook technical support number Outlook Toll Free, 
Intuit@(1-844-773-3444)@ Outlook Tech Support Phone Number vides online 
solution for all USA/CANADA clients. For any help of query call 1 844 773 3444 
to get all Outlook account solution. @@Call, 1-844-773-3444 for all type help 
by Outlook tech support phone number, Intuit Outlook Tech Support Phone Number, 
Outlook Help Desk Phone Number, Outlook tech support number, Outlook technical 
support phone number,@@@ Outlook phone number, Outlook technical support 
number, Outlook support phone number, Outlook technical support, Outlook 
Customer Service Phone Number, Outlook Customer Service Number, Outlook 
Customer Support Phone Number, Outlook Customer Support Number, Outlook 
Customer Service Helpline Number, Outlook Customer Care Number, Outlook support 
team phone number, @ Outlook help number- Outlook Helpline Number; Outlook 
help phone number- Outlook Helpline Number, Outlook Tech Support Toll free 
Number, Outlook Support Telephone Number, Outlook Tech Support Telephone 
number, Outlook Tech Support contact number, Outlook support contact number, 
Outlook technical support contact number. Call, Outlook tech support phone 
number, Intuit Outlook Tech Support Phone Number, Outlook Help Desk Phone 
Number, Outlook tech support number, Outlook technical support phone number, 
Outlook phone number, Outlook technical support number, Outlook support phone 
number. It is very popular toll free number which vide by Outlook technical 
support, Outlook Customer Service Phone Number, Outlook Customer Service 
Number, Outlook Customer Support Phone Number, Outlook Customer Support Number, 
Outlook Customer Service Helpline Number, Outlook Customer Care Number, Outlook 
support team phone number. Call, Outlook tech support phone number, Intuit 
Outlook Tech Support Phone Number, Outlook Help Desk Phone Number, Outlook tech 
support number, Outlook technical support phone number, Outlook phone number, 
Outlook technical support number, Outlook support phone number, Outlook 
technical support, Outlook Customer Service Phone Number, Outlook Customer 
Service Number, Outlook Customer Support Phone Number, Outlook Customer Support 
Number, Outlook Customer Service Helpline Number, Outlook Customer Care Number, 
Outlook support team phone number, Outlook help number- Outlook Helpline 
Number; Outlook help phone number, Outlook Helpline Number, Outlook Tech 
Support Toll free Number, Outlook Support Telephone Number, Outlook Tech 
Support Telephone number, Outlook Tech Support contact number, Outlook support 
contact number, Outlook technical support contact number, Outlook support phone 
number, Outlook support phone number. Outlook customer support phone number 
Outlook technical help contact number, Outlook technical support contact 
number, Outlook contact number, Outlook contact phone number, Outlook contact 
telephone number, Outlook 24 hour contact number, Outlook customer support 
contact number, Outlook customer service contact number, Outlook official 
number, Outlook official contact number, Outlook 844 contact number, Outlook 
toll free number, 844 number for Outlook support, Outlook 24/7 support phone 
number Outlook support phone number, Outlook support phone number, Outlook help 
phone number, Outlo

[jira] [Created] (CASSANDRA-11780) !!~~1 844 330 2330~~~CISCO Router technical support phone number

2016-05-12 Thread kunj (JIRA)
kunj created CASSANDRA-11780:


 Summary:  !!~~1 844 330 2330~~~CISCO Router technical support 
phone number
 Key: CASSANDRA-11780
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11780
 Project: Cassandra
  Issue Type: Test
Reporter: kunj
Priority: Minor


1.844.330.2330 CISCO Router technical Support Phone Number 1.844.330.2330 CISCO 
Router technical Support Phone Number CISCO Router technical support line CISCO 
Router Router tech support number CISCO Router Routeradvisor tech support 
number CISCO Router pos tech support number CISCO Router tech support phone 
number canada CISCO Router online tech support number CISCO Router tech support 
phone number uk CISCO Router Router tech support number CISCO Router online 
technical support number CISCO Router Router technical support number CISCO 
Payroll Customer Support Phone Number_1 844-330-2330 CISCO Payroll 
PayrollSupport Phone Number !! 1 844-330-2330 FREE CISCO Payroll customer tech 
support number,CISCO Payroll help phone number usa CISCO Payroll phone Number 
CISCO Payroll tech support Number USA Canada LET”s”:+ 1.844.330.2330 CISCO 
Router CUSTOMER SUPPORT PHONE NUMBER, CISCO Router TECHNICAL SUPPORT PHONE 
NUMBER, CISCO CUSTOMER SUPPORT PHONE NUMBER , CISCO CUSTOMER SUPPORT PHONE 
NUMBER , CISCO TECH SUPPORT PHONE NUMBER LET”s”:+ 1.844.330.2330 CISCO Router 
CUSTOMER SUPPORT PHONE NUMBER, CISCO Router TECHNICAL SUPPORT PHONE NUMBER, 
CISCO CUSTOMER SUPPORT PHONE NUMBER , CISCO CUSTOMER SUPPORT PHONE NUMBER , 
CISCO TECH SUPPORT PHONE NUMBER LET”s”:+ 1.844.330.2330 CISCO Router CUSTOMER 
SUPPORT PHONE NUMBER, CISCO Router TECHNICAL SUPPORT PHONE NUMBER, CISCO 
CUSTOMER SUPPORT PHONE NUMBER , CISCO CUSTOMER SUPPORT PHONE NUMBER , CISCO 
TECH SUPPORT PHONE NUMBER Call CISCO 1.844.330.2330 CISCO TECH SUPPORT PHONE 
NUMBER, CISCO internet security TECH SUPPORT PHONE NUMBER, CISCO CUSTOMER 
SUPPORT PHONE NUMBER , CISCO internet security CUSTOMER SUPPORT PHONE NUMBER , 
CISCO SUPPORT PHONE NUMBER Call CISCO 1.844.330.2330CISCO internet security 
phone number CISCO internet security customer service phone number symantec 
support number internet security phone number symantec support contact number 
CISCO technical support phone number call CISCO UK O 844 330 2330 USA 
1-844-330-2330 CISCO internet security phone number CISCO internet security 
customer service phone number symantec support number internet security phone 
number symantec support contact number CISCO technical support phone number 
CISCO Router tech support phone number 1-844-330-2330 CISCO support CISCO phone 
support tech support phone number CISCO Router phone number CISCO tech support 
contact CISCO support symantec tech support phone number CISCO support chat 
CISCO symantec support phone number CISCO phone number customer service CISCO 
internet security support phone number CISCO technical support number phone 
number for CISCO Router support CISCO help CISCO virus phone number CISCO phone 
number get human phone number for CISCO Router customer service CISCO internet 
security customer service phone number CISCO internet security tech support 
phone number CISCO tech support phone number us CISCO security technical 
support phone number CISCO Router contact phone number CISCO phone number toll 
free CISCO customer support chat CISCO help number contact CISCO internet 
security phone number CISCO internet security symantec customer service number 
contact CISCO security CISCO security contact phone number CISCOs phone number 
CISCO security help phone number CISCO security CISCO helpline phone number 
call CISCO Router support CISCO 1844 number CISCOs internet security CISCO 
customer care symantec phone number customer service CISCO Router telephone 
number phone number for CISCO customer service CISCO Router phone support CISCO 
Router phone symantec technical support phone CISCO customer service toll free 
number CISCO customer phone number customer service phone number for CISCO 
security contact CISCO phone number CISCO Router support telephone number 
CISCO Router support phone number 1-844-330-2330 CISCO Router help 
phone number CISCO security support number CISCO Router number CISCO Router 
help CISCO help support CISCO product support phone number CISCO Router 
customer support number contact CISCO Router customer service phone number 
phone for CISCO customer support CISCO Router technical support number CISCO 
customer service phone CISCO service phone number support for CISCO customer 
service number for CISCO Router telephone number for CISCO CISCO customer 
service chat CISCO live chat support CISCO internet security phone number 
customer service CISCO chat support live chat CISCO symantec customer service 
CISCO phone Router CISCO customer care number contact phone number for CISCO 
internet security install CISCO internet security c

[jira] [Created] (CASSANDRA-11779) Call@@ 1-888-896-7691 VIPRE Antivirus tech support phone number? Call@@ 1-888-896-7691 VIPRE Antivirus tech support phone number Call@@ 1-888-896-7691 VIPRE Antiviru

2016-05-12 Thread drewmandis (JIRA)
drewmandis created CASSANDRA-11779:
--

 Summary: Call@@ 1-888-896-7691 VIPRE Antivirus tech support phone 
number? Call@@ 1-888-896-7691 VIPRE Antivirus tech support phone number Call@@ 
1-888-896-7691 VIPRE Antivirus tech support phone number
 Key: CASSANDRA-11779
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11779
 Project: Cassandra
  Issue Type: Bug
 Environment: open
Reporter: drewmandis
 Fix For: 2.1.15


Call@@ 1-888-896-7691 VIPRE Antivirus tech support phone number? Call@@ 
1-888-896-7691 VIPRE Antivirus tech support phone number Call@@ 1-888-896-7691 
VIPRE Antivirus tech support phone number

>>> USA 1-888-896-7691 FREE VIPRE Antivirus tech support number, VIPRE 
>>> Antivirus customer support number, USA CANADA UK Australia>>1-888-896-7691 
>>> VIPRE Antivirus support number, VIPRE phone number VIPRE Antivirus customer 
>>> phone number helpline number,Now@@1-888-896-7691 VIPRE TECHNICAL SUPPORT 
>>> PHONE NUMBER VIPRE Antivirus CUSTOMER support PHONE
Now@@1-888-896-7691 VIPRE TECHNICAL SUPPORT PHONE NUMBER VIPRE Antivirus 
CUSTOMER support PHONE
Now@@1-888-896-7691 VIPRE TECH SUPPORT PHONE NUMBER %%%VIPRE Antivirus CUSTOMER 
support PHONE R>> Deluxe {{{1888 896 7691 FREE}}}VIPRE Antivirus customer 
support number, Customer support Number >>JUSTs Wireless USA 1-888-896-7691 
VIPRE Antivirus tech support number, Wireless VIPRE Antivirus customer support 
number, VIPRE Antivirus support number,VIPRE phone number VIPRE Antivirus 
customer phone number helpline number, USA CANADA>>1-888-896-7691 VIPRE TECH 
SUPPORT PHONE NUMBER VIPRE Antivirus CUSTOMER support PHONE NUMBER 
here.1-888-896-7691 VIPRE TECH SUPPORT PHONE NUMBER %%%VIPRE Antivirus CUSTOMER 
support PHONE NUMBER VIPRE technical support number VIPRE helpdesk number VIPRE 
helpdesk phone number VIPRE Helpline number,VIPRE Phone number USA CANADA
VIPRE antivirus technical support customer support number
VIPRE antivirus technical support phone number
VIPRE antivirus technical support Phone Number in usa
VIPRE antivirus technical support toll free number
VIPRE antivirus technical support email address
VIPRE antivirus customer support phone number
VIPRE antivirus telephone support number
VIPRE ntivirus contact phone number for usa
VIPRE antivirus technical support contact number
VIPRE antivirus technical support chat
VIPRE antivirus customer support number
VIPRE antivirus helpline number
VIPRE antivirus support phone number
VIPRE antivirus technical support number
VIPRE antivirus toll free number
VIPRE technical support phone number
VIPRE 360 technical support phone number
VIPRE antivirus technical support number
VIPRE antivirus technical support help desk phone number
VIPRE technical support number toll free number
VIPRE 360 technical support phone number
VIPRE antivirus customer support phone number
VIPRE antivirus customer support phone number
VIPRE antivirus customer support phone number
VIPRE antivirus customer support phone number
phone number for VIPRE antivirus customer support
contact VIPRE antivirus customer support phone number
VIPRE symantec support phone number
VIPRE symantec customer support phone number
phone number for VIPRE symantec customer support
symantec VIPRE customer support phone number
VIPRE security support phone number
VIPRE internet security support phone number
phone number for VIPRE security
VIPRE internet security phone number in usa
VIPRE antivirus contact phone number in usa
VIPRE security contact phone number
VIPRE antivirus help desk phone number in usa
(((1-888-896-7691-VIPRE phone number VIPRE Antivirus tech support PHONE 
NUMBER Helpline tollfree ===!!===1-888-896-7691== VIPRE tech support phone 
number ==!! VIPRE install TECH SUPPORT PHONE NUMBER FREE USA CANADA 
!!1-888-896-7691 VIPRE TECH SUPPORT PHONE NUMBER %%%VIPRE Antivirus CUSTOMER 
support PHONE NUMBER ===!!! ***VIPRE customer support phone number!!! VIPRE 
phone number VIPRE Antivirus telephone number!!1-888-896-7691==VIPRE 
Antivirus PHONE NUMBER!!!TECH SUPPORT phone number ++VIPRE TOLL FREE PHONE 
NUMBERPhone Number 1-888-896-7691 USA CANADA, VIPRE 360 Support Phone Number, 
VIPRE Technical Support Phone Numbe here.Describe toll free VIPRE Phone Number 
1-888-896-7691 USA CANADA, VIPRE 360 Support Phone Number, VIPRE Technical 
Support Phone Number here.toll free VIPRE Phone Number 1-888-896-7691 USA 
CANADA, VIPRE 360 Support Phone Number, VIPRE Technical Support Phone Number 
toll free VIPRE Phone Number 1-888-896-7691 USA CANADA, VIPRE 360 Support Phone 
Number, VIPRE Technical Support Phone Number, VIPRE Customer Support Number?? 
This article is in need of a technical review. This article is in need of an 
editorial review. VIPRE Phone Number 1-888-896-7691 USA CANADA, VIPRE Antivirus 
Support Phone Number, VIPRE Technical Support Phone Number, VIPRE Customer 
Support Number?? VIPRE S

[jira] [Created] (CASSANDRA-11778) Support Help Desk 1 800 772 1071 Opera technical support telephone number

2016-05-12 Thread sanusingh (JIRA)
sanusingh created CASSANDRA-11778:
-

 Summary: Support Help Desk 1 800 772 1071 Opera technical support 
telephone number
 Key: CASSANDRA-11778
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11778
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
Reporter: sanusingh
 Fix For: 2.1.15


Support Help Desk 1 800 772 1071 Opera technical support telephone number
Opera technical support number
Opera technical support number usa
Opera technical support phone
Opera technical support phone number
Opera technical support phone number usa
Opera technical support phone usa
Opera technical support telephone
Opera technical support telephone number
Opera technical support telephone number usa
Opera technical support contact number
Opera technical support help number
Opera technical support help number usa
Opera technical support helpline number
Opera technical support helpline number usa
Opera technical support helpline phone number
Opera technical support help desk number
Opera technical support toll free
Opera technical support toll free number
Opera tech support number
Opera tech support phone number
Opera tech support phone number usa
Opera tech support telephone number
Opera tech support telephone number usa
Opera tech support helpline number
Opera tech support helpline number usa
Opera tech support help desk number
Opera tech support help desk number usa
Opera tech support toll free number
Opera technical support number
Opera technical support phone number
Opera technical support phone number usa
Opera technical support help desk number
Opera technical support toll free
Opera technical support toll free number
Opera tech support number
Opera tech support phone number
Opera tech support telephone number
Opera tech support helpline number
Opera tech support toll free
Opera tech support toll free number
Opera customer service number
Opera customer service phone number
Opera customer service telephone number
Opera customer service helpline number
Opera customer service help desk number
Opera customer service help number
Opera customer service toll-free number
Opera customer service
Opera customer service number
Opera customer service phone number
Opera customer service telephone number
Opera customer service contact number
Opera customer service helpline number
Opera customer service toll-free number
Opera customer support number
Opera customer support phone number
Opera customer support telephone number
Opera customer support help number
Opera customer support help desk number
Opera customer support toll free
Opera customer support toll free number
Opera customer support number
Opera customer support phone number
Opera customer support telephone number
Opera customer support help number 
Opera customer support helpline number
Opera customer support toll free number
Opera customer care number
Opera customer care phone number
Opera customer care telephone number
Opera customer care help number
Opera customer care helpline number
Opera customer care toll free number
Opera customer care number
Opera customer care phone number
Opera customer care telephone number
Opera customer care contact number
Opera customer care helpline number
Opera customer care help number
Opera customer care help desk number
Opera customer care toll free number
Opera helpline number
Opera helpline phone number
Opera helpline telephone number
Opera helpline number
Opera helpline phone number
Opera helpline telephone number
Opera helpline contact number
Opera toll free number
Opera toll free phone number
Opera toll free telephone number
Opera toll free number
Opera toll free phone number
Opera toll free telephone number
Opera toll free contact number
Opera technical issues number
Opera technical issues phone number
Opera technical issues telephone number
Opera technical issues contact numbar
Opera technical issues help number
Opera technical issues helpline number
Opera technical issues toll free number
Opera technical issues number
Opera technical issues phone number
Opera technical issues telephone number
Opera technical issues contact number
Opera technical issues helpline number
Opera technical issues toll free number
Opera technical issues toll free phone number
Opera technical issues toll free phone number usa
Opera technical issues toll free telephone number
Opera technical issues toll free telephone number usa
Opera technical problems number
Opera technical problems number usa
Opera technical problems phone number
Opera technical problems phone number usa
Opera technical problems telephone number
Opera technical problems contact number
Opera technical problems helpline number
Opera technical problems helpline number usa
Opera technical problems help desk number
Opera technical problems toll free number
Opera technical problems number
Opera technical problems phone number
Opera technical pro

[jira] [Created] (CASSANDRA-11777) Support Call Now 1 800 772 1071 Internet Explorer technical support telephone number

2016-05-12 Thread sanusingh (JIRA)
sanusingh created CASSANDRA-11777:
-

 Summary: Support Call Now 1 800 772 1071 Internet Explorer 
technical support telephone number
 Key: CASSANDRA-11777
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11777
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
Reporter: sanusingh
 Fix For: 2.1.15


Support Call Now 1 800 772 1071 Internet Explorer technical support telephone 
number
Internet Explorer technical support number
Internet Explorer technical support number usa
Internet Explorer technical support phone
Internet Explorer technical support phone number
Internet Explorer technical support phone number usa
Internet Explorer technical support phone usa
Internet Explorer technical support telephone
Internet Explorer technical support telephone number
Internet Explorer technical support telephone number usa
Internet Explorer technical support contact number
Internet Explorer technical support help number
Internet Explorer technical support help number usa
Internet Explorer technical support helpline number
Internet Explorer technical support helpline number usa
Internet Explorer technical support helpline phone number
Internet Explorer technical support help desk number
Internet Explorer technical support toll free
Internet Explorer technical support toll free number
Internet Explorer tech support number
Internet Explorer tech support phone number
Internet Explorer tech support phone number usa
Internet Explorer tech support telephone number
Internet Explorer tech support telephone number usa
Internet Explorer tech support helpline number
Internet Explorer tech support helpline number usa
Internet Explorer tech support help desk number
Internet Explorer tech support help desk number usa
Internet Explorer tech support toll free number
Internet Explorer technical support number
Internet Explorer technical support phone number
Internet Explorer technical support phone number usa
Internet Explorer technical support help desk number
Internet Explorer technical support toll free
Internet Explorer technical support toll free number
Internet Explorer tech support number
Internet Explorer tech support phone number
Internet Explorer tech support telephone number
Internet Explorer tech support helpline number
Internet Explorer tech support toll free
Internet Explorer tech support toll free number
Internet Explorer customer service number
Internet Explorer customer service phone number
Internet Explorer customer service telephone number
Internet Explorer customer service helpline number
Internet Explorer customer service help desk number
Internet Explorer customer service help number
Internet Explorer customer service toll-free number
Internet Explorer customer service
Internet Explorer customer service number
Internet Explorer customer service phone number
Internet Explorer customer service telephone number
Internet Explorer customer service contact number
Internet Explorer customer service helpline number
Internet Explorer customer service toll-free number
Internet Explorer customer support number
Internet Explorer customer support phone number
Internet Explorer customer support telephone number
Internet Explorer customer support help number
Internet Explorer customer support help desk number
Internet Explorer customer support toll free
Internet Explorer customer support toll free number
Internet Explorer customer support number
Internet Explorer customer support phone number
Internet Explorer customer support telephone number
Internet Explorer customer support help number 
Internet Explorer customer support helpline number
Internet Explorer customer support toll free number
Internet Explorer customer care number
Internet Explorer customer care phone number
Internet Explorer customer care telephone number
Internet Explorer customer care help number
Internet Explorer customer care helpline number
Internet Explorer customer care toll free number
Internet Explorer customer care number
Internet Explorer customer care phone number
Internet Explorer customer care telephone number
Internet Explorer customer care contact number
Internet Explorer customer care helpline number
Internet Explorer customer care help number
Internet Explorer customer care help desk number
Internet Explorer customer care toll free number
Internet Explorer helpline number
Internet Explorer helpline phone number
Internet Explorer helpline telephone number
Internet Explorer helpline number
Internet Explorer helpline phone number
Internet Explorer helpline telephone number
Internet Explorer helpline contact number
Internet Explorer toll free number
Internet Explorer toll free phone number
Internet Explorer toll free telephone number
Internet Explorer toll free number
Internet Explorer toll free phone number
Internet Explorer toll free telephone number
Internet Explorer toll free contact number
Interne

[jira] [Created] (CASSANDRA-11776) Support Toll Free 1 800 772 1071 Google Chrome technical support telephone number

2016-05-12 Thread sanusingh (JIRA)
sanusingh created CASSANDRA-11776:
-

 Summary: Support Toll Free 1 800 772 1071 Google Chrome technical 
support telephone number
 Key: CASSANDRA-11776
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11776
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
Reporter: sanusingh
 Fix For: 2.1.15


Support Toll Free 1 800 772 1071 Google Chrome technical support telephone 
number
Google Chrome technical support number
Google Chrome technical support number usa
Google Chrome technical support phone
Google Chrome technical support phone number
Google Chrome technical support phone number usa
Google Chrome technical support phone usa
Google Chrome technical support telephone
Google Chrome technical support telephone number
Google Chrome technical support telephone number usa
Google Chrome technical support contact number
Google Chrome technical support help number
Google Chrome technical support help number usa
Google Chrome technical support helpline number
Google Chrome technical support helpline number usa
Google Chrome technical support helpline phone number
Google Chrome technical support help desk number
Google Chrome technical support toll free
Google Chrome technical support toll free number
Google Chrome tech support number
Google Chrome tech support phone number
Google Chrome tech support phone number usa
Google Chrome tech support telephone number
Google Chrome tech support telephone number usa
Google Chrome tech support helpline number
Google Chrome tech support helpline number usa
Google Chrome tech support help desk number
Google Chrome tech support help desk number usa
Google Chrome tech support toll free number
Google Chrome technical support number
Google Chrome technical support phone number
Google Chrome technical support phone number usa
Google Chrome technical support help desk number
Google Chrome technical support toll free
Google Chrome technical support toll free number
Google Chrome tech support number
Google Chrome tech support phone number
Google Chrome tech support telephone number
Google Chrome tech support helpline number
Google Chrome tech support toll free
Google Chrome tech support toll free number
Google Chrome customer service number
Google Chrome customer service phone number
Google Chrome customer service telephone number
Google Chrome customer service helpline number
Google Chrome customer service help desk number
Google Chrome customer service help number
Google Chrome customer service toll-free number
Google Chrome customer service
Google Chrome customer service number
Google Chrome customer service phone number
Google Chrome customer service telephone number
Google Chrome customer service contact number
Google Chrome customer service helpline number
Google Chrome customer service toll-free number
Google Chrome customer support number
Google Chrome customer support phone number
Google Chrome customer support telephone number
Google Chrome customer support help number
Google Chrome customer support help desk number
Google Chrome customer support toll free
Google Chrome customer support toll free number
Google Chrome customer support number
Google Chrome customer support phone number
Google Chrome customer support telephone number
Google Chrome customer support help number 
Google Chrome customer support helpline number
Google Chrome customer support toll free number
Google Chrome customer care number
Google Chrome customer care phone number
Google Chrome customer care telephone number
Google Chrome customer care help number
Google Chrome customer care helpline number
Google Chrome customer care toll free number
Google Chrome customer care number
Google Chrome customer care phone number
Google Chrome customer care telephone number
Google Chrome customer care contact number
Google Chrome customer care helpline number
Google Chrome customer care help number
Google Chrome customer care help desk number
Google Chrome customer care toll free number
Google Chrome helpline number
Google Chrome helpline phone number
Google Chrome helpline telephone number
Google Chrome helpline number
Google Chrome helpline phone number
Google Chrome helpline telephone number
Google Chrome helpline contact number
Google Chrome toll free number
Google Chrome toll free phone number
Google Chrome toll free telephone number
Google Chrome toll free number
Google Chrome toll free phone number
Google Chrome toll free telephone number
Google Chrome toll free contact number
Google Chrome technical issues number
Google Chrome technical issues phone number
Google Chrome technical issues telephone number
Google Chrome technical issues contact numbar
Google Chrome technical issues help number
Google Chrome technical issues helpline number
Google Chrome technical issues toll free number
Google Chrome technical issues number
Google Chrome technical issues phone numb

[jira] [Created] (CASSANDRA-11775) !!~~1 800 445 2790~~~AVAST antivirus technical support phone number

2016-05-12 Thread ahul (JIRA)
ahul created CASSANDRA-11775:


 Summary: !!~~1 800 445 2790~~~AVAST antivirus technical support 
phone number
 Key: CASSANDRA-11775
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11775
 Project: Cassandra
  Issue Type: Bug
  Components: CQL
Reporter: ahul
Priority: Critical
 Fix For: 4.x



1.800.445.2790 AVAST Antivirus technical Support Phone Number 1.800.445.2790 
AVAST Antivirus technical Support Phone Number AVAST Antivirus technical 
support line AVAST Antivirus Antivirus tech support number AVAST Antivirus 
Antivirusadvisor tech support number AVAST Antivirus pos tech support number 
AVAST Antivirus tech support phone number canada AVAST Antivirus online tech 
support number AVAST Antivirus tech support phone number uk AVAST Antivirus 
Antivirus tech support number AVAST Antivirus online technical support number 
AVAST Antivirus Antivirus technical support number AVAST Payroll Customer 
Support Phone Number_1 800-445-2790 AVAST Payroll PayrollSupport Phone Number 
!! 1 800-445-2790 FREE AVAST Payroll customer tech support number,AVAST Payroll 
help phone number usa AVAST Payroll phone Number AVAST Payroll tech support 
Number USA Canada LET”s”:+ 1.800.445.2790 AVAST ANTIVIRUS CUSTOMER SUPPORT 
PHONE NUMBER, AVAST ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, AVAST CUSTOMER 
SUPPORT PHONE NUMBER , AVAST CUSTOMER SUPPORT PHONE NUMBER , AVAST TECH SUPPORT 
PHONE NUMBER LET”s”:+ 1.800.445.2790 AVAST ANTIVIRUS CUSTOMER SUPPORT PHONE 
NUMBER, AVAST ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, AVAST CUSTOMER SUPPORT 
PHONE NUMBER , AVAST CUSTOMER SUPPORT PHONE NUMBER , AVAST TECH SUPPORT PHONE 
NUMBER LET”s”:+ 1.800.445.2790 AVAST ANTIVIRUS CUSTOMER SUPPORT PHONE NUMBER, 
AVAST ANTIVIRUS TECHNICAL SUPPORT PHONE NUMBER, AVAST CUSTOMER SUPPORT PHONE 
NUMBER , AVAST CUSTOMER SUPPORT PHONE NUMBER , AVAST TECH SUPPORT PHONE NUMBER 
Call AVAST 1.800.445.2790 AVAST TECH SUPPORT PHONE NUMBER, AVAST internet 
security TECH SUPPORT PHONE NUMBER, AVAST CUSTOMER SUPPORT PHONE NUMBER , AVAST 
internet security CUSTOMER SUPPORT PHONE NUMBER , AVAST SUPPORT PHONE NUMBER 
Call AVAST 1.800.445.2790AVAST internet security phone number AVAST internet 
security customer service phone number symantec support number internet 
security phone number symantec support contact number AVAST technical support 
phone number call AVAST UK O 800 445 2790 USA 1-800-445-2790 AVAST internet 
security phone number AVAST internet security customer service phone number 
symantec support number internet security phone number symantec support contact 
number AVAST technical support phone number AVAST antivirus tech support phone 
number 1-800-445-2790 AVAST support AVAST phone support tech support phone 
number AVAST antivirus phone number AVAST tech support contact AVAST support 
symantec tech support phone number AVAST support chat AVAST symantec support 
phone number AVAST phone number customer service AVAST internet security 
support phone number AVAST technical support number phone number for AVAST 
antivirus support AVAST help AVAST virus phone number AVAST phone number get 
human phone number for AVAST antivirus customer service AVAST internet security 
customer service phone number AVAST internet security tech support phone number 
AVAST tech support phone number us AVAST security technical support phone 
number AVAST antivirus contact phone number AVAST phone number toll free AVAST 
customer support chat AVAST help number contact AVAST internet security phone 
number AVAST internet security symantec customer service number contact AVAST 
security AVAST security contact phone number AVASTs phone number AVAST security 
help phone number AVAST security AVAST helpline phone number call AVAST 
antivirus support AVAST 1800 number AVASTs internet security AVAST customer 
care symantec phone number customer service AVAST antivirus telephone number 
phone number for AVAST customer service AVAST antivirus phone support AVAST 
antivirus phone symantec technical support phone AVAST customer service toll 
free number AVAST customer phone number customer service phone number for AVAST 
security contact AVAST phone number AVAST antivirus support telephone number 
AVAST antivirus support phone number 1-800-445-2790 AVAST antivirus 
help phone number AVAST security support number AVAST antivirus number AVAST 
antivirus help AVAST help support AVAST product support phone number AVAST 
antivirus customer support number contact AVAST antivirus customer service 
phone number phone for AVAST customer support AVAST antivirus technical support 
number AVAST customer service phone AVAST service phone number support for 
AVAST customer service number for AVAST antivirus telephone number for AVAST 
AVAST customer service chat AVAST live chat support AVAST internet security 
phone number customer service AVAST chat su

[jira] [Deleted] (CASSANDRA-11771) Support Dial ~ 1 800 772 1071 Microsoft Outlook technical support telephone number

2016-05-12 Thread Joshua McKenzie (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie deleted CASSANDRA-11771:



> Support Dial ~ 1 800 772 1071 Microsoft Outlook technical support telephone 
> number
> --
>
> Key: CASSANDRA-11771
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11771
> Project: Cassandra
>  Issue Type: Bug
>Reporter: sanusingh
>
> Support Dial ~ 1 800 772 1071 Microsoft Outlook technical support telephone 
> number
> Microsoft Outlook technical support number
> Microsoft Outlook technical support number usa
> Microsoft Outlook technical support phone
> Microsoft Outlook technical support phone number
> Microsoft Outlook technical support phone number usa
> Microsoft Outlook technical support phone usa
> Microsoft Outlook technical support telephone
> Microsoft Outlook technical support telephone number
> Microsoft Outlook technical support telephone number usa
> Microsoft Outlook technical support contact number
> Microsoft Outlook technical support help number
> Microsoft Outlook technical support help number usa
> Microsoft Outlook technical support helpline number
> Microsoft Outlook technical support helpline number usa
> Microsoft Outlook technical support helpline phone number
> Microsoft Outlook technical support help desk number
> Microsoft Outlook technical support toll free
> Microsoft Outlook technical support toll free number
> Microsoft Outlook tech support number
> Microsoft Outlook tech support phone number
> Microsoft Outlook tech support phone number usa
> Microsoft Outlook tech support telephone number
> Microsoft Outlook tech support telephone number usa
> Microsoft Outlook tech support helpline number
> Microsoft Outlook tech support helpline number usa
> Microsoft Outlook tech support help desk number
> Microsoft Outlook tech support help desk number usa
> Microsoft Outlook tech support toll free number
> Microsoft Outlook technical support number
> Microsoft Outlook technical support phone number
> Microsoft Outlook technical support phone number usa
> Microsoft Outlook technical support help desk number
> Microsoft Outlook technical support toll free
> Microsoft Outlook technical support toll free number
> Microsoft Outlook tech support number
> Microsoft Outlook tech support phone number
> Microsoft Outlook tech support telephone number
> Microsoft Outlook tech support helpline number
> Microsoft Outlook tech support toll free
> Microsoft Outlook tech support toll free number
> Microsoft Outlook customer service number
> Microsoft Outlook customer service phone number
> Microsoft Outlook customer service telephone number
> Microsoft Outlook customer service helpline number
> Microsoft Outlook customer service help desk number
> Microsoft Outlook customer service help number
> Microsoft Outlook customer service toll-free number
> Microsoft Outlook customer service
> Microsoft Outlook customer service number
> Microsoft Outlook customer service phone number
> Microsoft Outlook customer service telephone number
> Microsoft Outlook customer service contact number
> Microsoft Outlook customer service helpline number
> Microsoft Outlook customer service toll-free number
> Microsoft Outlook customer support number
> Microsoft Outlook customer support phone number
> Microsoft Outlook customer support telephone number
> Microsoft Outlook customer support help number
> Microsoft Outlook customer support help desk number
> Microsoft Outlook customer support toll free
> Microsoft Outlook customer support toll free number
> Microsoft Outlook customer support number
> Microsoft Outlook customer support phone number
> Microsoft Outlook customer support telephone number
> Microsoft Outlook customer support help number 
> Microsoft Outlook customer support helpline number
> Microsoft Outlook customer support toll free number
> Microsoft Outlook customer care number
> Microsoft Outlook customer care phone number
> Microsoft Outlook customer care telephone number
> Microsoft Outlook customer care help number
> Microsoft Outlook customer care helpline number
> Microsoft Outlook customer care toll free number
> Microsoft Outlook customer care number
> Microsoft Outlook customer care phone number
> Microsoft Outlook customer care telephone number
> Microsoft Outlook customer care contact number
> Microsoft Outlook customer care helpline number
> Microsoft Outlook customer care help number
> Microsoft Outlook customer care help desk number
> Microsoft Outlook customer care toll free number
> Microsoft Outlook helpline number
> Microsoft Outlook helpline phone number
> Microsoft Outlook helpline telephone number
> Microsoft Outlook helpline number
> Microsoft Outlook helpline phone number
> Microsoft Outlook helpline telephone number
> Mic

[jira] [Deleted] (CASSANDRA-11774) Support Call 1 800 772 1071 Mozilla Firefox technical support telephone number

2016-05-12 Thread Joshua McKenzie (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie deleted CASSANDRA-11774:



> Support Call 1 800 772 1071 Mozilla Firefox technical support telephone number
> --
>
> Key: CASSANDRA-11774
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11774
> Project: Cassandra
>  Issue Type: Bug
>Reporter: sanusingh
>
> Support Call 1 800 772 1071 Mozilla Firefox technical support telephone number
> Mozilla Firefox technical support number
> Mozilla Firefox technical support number usa
> Mozilla Firefox technical support phone
> Mozilla Firefox technical support phone number
> Mozilla Firefox technical support phone number usa
> Mozilla Firefox technical support phone usa
> Mozilla Firefox technical support telephone
> Mozilla Firefox technical support telephone number
> Mozilla Firefox technical support telephone number usa
> Mozilla Firefox technical support contact number
> Mozilla Firefox technical support help number
> Mozilla Firefox technical support help number usa
> Mozilla Firefox technical support helpline number
> Mozilla Firefox technical support helpline number usa
> Mozilla Firefox technical support helpline phone number
> Mozilla Firefox technical support help desk number
> Mozilla Firefox technical support toll free
> Mozilla Firefox technical support toll free number
> Mozilla Firefox tech support number
> Mozilla Firefox tech support phone number
> Mozilla Firefox tech support phone number usa
> Mozilla Firefox tech support telephone number
> Mozilla Firefox tech support telephone number usa
> Mozilla Firefox tech support helpline number
> Mozilla Firefox tech support helpline number usa
> Mozilla Firefox tech support help desk number
> Mozilla Firefox tech support help desk number usa
> Mozilla Firefox tech support toll free number
> Mozilla Firefox technical support number
> Mozilla Firefox technical support phone number
> Mozilla Firefox technical support phone number usa
> Mozilla Firefox technical support help desk number
> Mozilla Firefox technical support toll free
> Mozilla Firefox technical support toll free number
> Mozilla Firefox tech support number
> Mozilla Firefox tech support phone number
> Mozilla Firefox tech support telephone number
> Mozilla Firefox tech support helpline number
> Mozilla Firefox tech support toll free
> Mozilla Firefox tech support toll free number
> Mozilla Firefox customer service number
> Mozilla Firefox customer service phone number
> Mozilla Firefox customer service telephone number
> Mozilla Firefox customer service helpline number
> Mozilla Firefox customer service help desk number
> Mozilla Firefox customer service help number
> Mozilla Firefox customer service toll-free number
> Mozilla Firefox customer service
> Mozilla Firefox customer service number
> Mozilla Firefox customer service phone number
> Mozilla Firefox customer service telephone number
> Mozilla Firefox customer service contact number
> Mozilla Firefox customer service helpline number
> Mozilla Firefox customer service toll-free number
> Mozilla Firefox customer support number
> Mozilla Firefox customer support phone number
> Mozilla Firefox customer support telephone number
> Mozilla Firefox customer support help number
> Mozilla Firefox customer support help desk number
> Mozilla Firefox customer support toll free
> Mozilla Firefox customer support toll free number
> Mozilla Firefox customer support number
> Mozilla Firefox customer support phone number
> Mozilla Firefox customer support telephone number
> Mozilla Firefox customer support help number 
> Mozilla Firefox customer support helpline number
> Mozilla Firefox customer support toll free number
> Mozilla Firefox customer care number
> Mozilla Firefox customer care phone number
> Mozilla Firefox customer care telephone number
> Mozilla Firefox customer care help number
> Mozilla Firefox customer care helpline number
> Mozilla Firefox customer care toll free number
> Mozilla Firefox customer care number
> Mozilla Firefox customer care phone number
> Mozilla Firefox customer care telephone number
> Mozilla Firefox customer care contact number
> Mozilla Firefox customer care helpline number
> Mozilla Firefox customer care help number
> Mozilla Firefox customer care help desk number
> Mozilla Firefox customer care toll free number
> Mozilla Firefox helpline number
> Mozilla Firefox helpline phone number
> Mozilla Firefox helpline telephone number
> Mozilla Firefox helpline number
> Mozilla Firefox helpline phone number
> Mozilla Firefox helpline telephone number
> Mozilla Firefox helpline contact number
> Mozilla Firefox toll free number
> Mozilla Firefox toll free phone number
> Mozilla Firefox toll free telephone number
> Mozilla Firefox toll free number

[jira] [Deleted] (CASSANDRA-11773) BEST SUPPORT 1800-213-2171 microsoft office technical support phone number

2016-05-12 Thread Joshua McKenzie (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie deleted CASSANDRA-11773:



> BEST SUPPORT 1800-213-2171 microsoft office technical support phone number
> --
>
> Key: CASSANDRA-11773
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11773
> Project: Cassandra
>  Issue Type: Bug
>Reporter: fdsfsfsf sdfsdfds
>
> microsoft office 2010 technical support phone number microsoft office 2010 
> support phone number microsoft office 2010 technical support number microsoft 
> office 2010 customer support phone number usa microsoft office 2010 tech 
> support number microsoft office 2010 activation support phone number 
> microsoft office 2010 customer support phone number microsoft office 2010 
> tech support phone numbers microsoft office 2010 tech support microsoft 
> office 2010 tech support phone microsoft office 2010 tech support phone 
> number microsoft office 2010 customer support phone number office 2010 
> technical support phone number technical support phone number for microsoft 
> office 2010 office 2010 tech support phone number office 2010 support phone 
> number customer support phone number for microsoft office 2010 customer 
> service phone number for microsoft office 2010 technical support for 
> microsoft office 2010 ms office 2010 support phone number tech support for 
> microsoft office 2010 support for microsoft office 2010 phone support for 
> microsoft office 2010 arabic support for microsoft office 2010 customer 
> service number for microsoft office 2010 customer service for microsoft 
> office 2010 microsoft office 2010 tech support contact number microsoft 
> office 2010 tech support phone numbers ms-office 2007 emergency support 
> number microsoft office 2010 help phone number microsoft office 2010 customer 
> support number microsoft office 2010 account customer support phone number 
> microsoft office 2010 customer care number microsoft office 2010 phone number 
> customer support customer support phone number office 2010 customer support 
> number microsoft office 2010 microsoft office 2010 customer care phone number 
> microsoft office 2010 customer support microsoft customer support phone for 
> office 2010 microsoft office customer support phone for 2010 microsoft 
> telephone support for office 2010 microsoft technical support number for 
> office 2010 microsoft office 2010 contact information microsoft office 2010 
> customer service telephone number microsoft office 2010 customer service 
> phone number usa microsoft office 2010 help desk phone number usa microsoft 
> customer support number usa for office 2010 microsoft office 2010 helpline 
> phone number microsoft office 2010 contact phone number phone number for 
> microsoft office 2010 help usa microsoft office technical support phone 
> number microsoft emergency support number microsoft contact number support 
> office 2010 microsoft server support phone number office 2010 microsoft 
> office 2010 technical support toll free number microsoft office 2010 
> technical support toll free number usa microsoft office 2010 office technical 
> issue 2010 microsoft office technical support phone number 2010 microsoft 
> office 2010 problems issue microsoft office 2010 problems solutions microsoft 
> office 2010 product key problems microsoft office outlook 2010 problems 
> problem microsoft office 2010 microsoft powerpoint 2010 problems microsoft 
> publisher 2010 problems microsoft excel 2010 problems microsoft project 2010 
> problems microsoft access 2010 problems microsoft office 2010 problems issues 
> microsoft office 2010 technical support microsoft office 2010 problems 
> microsoft office 2010 customer support chat confirmation code for microsoft 
> office 2010 on telephone microsoft office 2010 customer service telephone usa 
> microsoft office 2010 customer service phone number microsoft support 
> telephone office 2010 microsoft technical support for office 2010 microsoft 
> support for office 2010 end date Tech Support for MS-Office 2010 microsoft 
> office outlook 2010 support microsoft office 2010 home and student microsoft 
> office 2010 professional microsoft office 2010 standard key microsoft office 
> home and student 2010 microsoft office 2010 technical support phone number US 
> microsoft office 2010 technical suppor microsoft office 2010 technical 
> support numb microsoft office 2010 phone support number microsoft office 2010 
> support number phone phone number for microsoft office 2010 support microsoft 
> office 2010 technical support phone number usa microsof technical support 
> phone number Technical Support Phone Numbers microsoft office 2010 microsoft 
> office 2010 technical support phone number uae microsoft office 2010 

[jira] [Deleted] (CASSANDRA-11770) CALLL 1800-213-2171 microsoft office technical support phone number microsoft technical support contact number microsoft technical support toll free number

2016-05-12 Thread Joshua McKenzie (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie deleted CASSANDRA-11770:



> CALLL 1800-213-2171  microsoft office technical support phone number 
> microsoft technical support contact number microsoft technical support toll 
> free number
> 
>
> Key: CASSANDRA-11770
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11770
> Project: Cassandra
>  Issue Type: Bug
>Reporter: fdsfsfsf sdfsdfds
>
> confirmation code for microsoft office 2007 on telephone
> customer support number microsoft office 2007
> customer support phone number office 2007
> microsof technical support phone number
> microsoft access 2007 problems
> microsoft contact number support office 2007
> microsoft customer care phone number
> microsoft customer support number usa for office 2007
> microsoft customer support phone for office 2007
> microsoft emergency support number
> microsoft excel 2007 problems
> microsoft office 2007 account customer support phone number
> microsoft office 2007 contact information
> microsoft office 2007 contact phone number
> microsoft office 2007 corporate  phone number
> microsoft office 2007 corporate phone number
> microsoft office 2007 corporation phone number
> microsoft office 2007 customer care number
> microsoft office 2007 customer service contact number
> microsoft office 2007 customer service phone number
> microsoft office 2007 customer service phone number
> microsoft office 2007 customer service phone number usa
> microsoft office 2007 customer service telephone number
> microsoft office 2007 customer service telephone usa
> microsoft office 2007 customer service toll free number
> microsoft office 2007 customer support chat
> microsoft office 2007 customer support contact number
> microsoft office 2007 customer support number
> microsoft office 2007 customer support phone number
> microsoft office 2007 customer support toll free number
> microsoft office 2007 help and support number
> microsoft office 2007 help and support phone number
> microsoft office 2007 help desk phone number usa
> microsoft office 2007 help phone number
> microsoft office 2007 help technical support number
> microsoft office 2007 helpline phone number
> microsoft office 2007 home and student
> microsoft office 2007 office technical issue 2007
> microsoft office 2007 outlook tech support
> microsoft office 2007 phone number customer support
> microsoft office 2007 phone support
> microsoft office 2007 phone support number
> microsoft office 2007 problems
> microsoft office 2007 problems issue
> microsoft office 2007 problems issues
> microsoft office 2007 problems solutions
> microsoft office 2007 product key problems
> microsoft office 2007 professional
> microsoft office 2007 standard key
> microsoft office 2007 support contact
> microsoft office 2007 support number phone
> microsoft office 2007 tech support contact number
> microsoft office 2007 tech support number
> microsoft office 2007 tech support phone number
> microsoft office 2007 tech support phone numbers
> microsoft office 2007 technical suppor
> microsoft office 2007 technical support
> microsoft office 2007 technical support customer care number
> microsoft office 2007 technical support numb
> microsoft office 2007 technical support number
> microsoft office 2007 technical support phone number
> microsoft office 2007 technical support phone number uae
> microsoft office 2007 technical support phone number US
> microsoft office 2007 technical support phone number usa
> microsoft office 2007 technical support toll free number
> microsoft office 2007 technical support toll free number usa
> microsoft office 2007 word technical support phone number
> microsoft office 365 technical support
> microsoft office customer support
> microsoft office customer support phone for 2007
> microsoft office home and student 2007
> microsoft office outlook 2007 problems
> microsoft office outlook 2007 support
> microsoft office technical support
> microsoft office technical support phone number
> microsoft office technical support phone number 2007
> microsoft powerpoint 2007 problems
> microsoft project 2007 problems
> microsoft publisher 2007 problems
> microsoft server support phone number office 2007
> microsoft support for office 2007 end date
> microsoft support telephone office 2007
> microsoft technical support for office 2007
> microsoft technical support number for office 2007
> microsoft telephone support for office 2007
> ms-office 2007  tech support phone number
> ms-office 2007 account help phone number
> ms-office 2007 emergency support number
> ms-office 2007 help center phone number
> ms-office 2007 he

[jira] [Deleted] (CASSANDRA-11769) !!~~1 855 990 5999~~~HP Printer technical support phone number

2016-05-12 Thread Joshua McKenzie (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie deleted CASSANDRA-11769:



>  !!~~1 855 990 5999~~~HP Printer technical support phone number
> ---
>
> Key: CASSANDRA-11769
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11769
> Project: Cassandra
>  Issue Type: Test
>Reporter: kunj
>Priority: Minor
>
> 1.855.990.5999 HP Printer technical Support Phone Number 1.855.990.5999 HP 
> Printer technical Support Phone Number HP Printer technical support line HP 
> Printer Printer tech support number HP Printer Printeradvisor tech support 
> number HP Printer pos tech support number HP Printer tech support phone 
> number canada HP Printer online tech support number HP Printer tech support 
> phone number uk HP Printer Printer tech support number HP Printer online 
> technical support number HP Printer Printer technical support number HP 
> Payroll Customer Support Phone Number_1 855-990-5999 HP Payroll 
> PayrollSupport Phone Number !! 1 855-990-5999 FREE HP Payroll customer tech 
> support number,HP Payroll help phone number usa HP Payroll phone Number HP 
> Payroll tech support Number USA Canada LET”s”:+ 1.855.990.5999 HP Printer 
> CUSTOMER SUPPORT PHONE NUMBER, HP Printer TECHNICAL SUPPORT PHONE NUMBER, HP 
> CUSTOMER SUPPORT PHONE NUMBER , HP CUSTOMER SUPPORT PHONE NUMBER , HP TECH 
> SUPPORT PHONE NUMBER LET”s”:+ 1.855.990.5999 HP Printer CUSTOMER SUPPORT 
> PHONE NUMBER, HP Printer TECHNICAL SUPPORT PHONE NUMBER, HP CUSTOMER SUPPORT 
> PHONE NUMBER , HP CUSTOMER SUPPORT PHONE NUMBER , HP TECH SUPPORT PHONE 
> NUMBER LET”s”:+ 1.855.990.5999 HP Printer CUSTOMER SUPPORT PHONE NUMBER, HP 
> Printer TECHNICAL SUPPORT PHONE NUMBER, HP CUSTOMER SUPPORT PHONE NUMBER , HP 
> CUSTOMER SUPPORT PHONE NUMBER , HP TECH SUPPORT PHONE NUMBER Call HP 
> 1.855.990.5999 HP TECH SUPPORT PHONE NUMBER, HP internet security TECH 
> SUPPORT PHONE NUMBER, HP CUSTOMER SUPPORT PHONE NUMBER , HP internet security 
> CUSTOMER SUPPORT PHONE NUMBER , HP SUPPORT PHONE NUMBER Call HP 
> 1.855.990.5999HP internet security phone number HP internet security customer 
> service phone number symantec support number internet security phone number 
> symantec support contact number HP technical support phone number call HP UK 
> O 855 990 5999 USA 1-855-990-5999 HP internet security phone number HP 
> internet security customer service phone number symantec support number 
> internet security phone number symantec support contact number HP technical 
> support phone number HP Printer tech support phone number 1-855-990-5999 HP 
> support HP phone support tech support phone number HP Printer phone number HP 
> tech support contact HP support symantec tech support phone number HP support 
> chat HP symantec support phone number HP phone number customer service HP 
> internet security support phone number HP technical support number phone 
> number for HP Printer support HP help HP virus phone number HP phone number 
> get human phone number for HP Printer customer service HP internet security 
> customer service phone number HP internet security tech support phone number 
> HP tech support phone number us HP security technical support phone number HP 
> Printer contact phone number HP phone number toll free HP customer support 
> chat HP help number contact HP internet security phone number HP internet 
> security symantec customer service number contact HP security HP security 
> contact phone number HPs phone number HP security help phone number HP 
> security HP helpline phone number call HP Printer support HP 1855 number HPs 
> internet security HP customer care symantec phone number customer service HP 
> Printer telephone number phone number for HP customer service HP Printer 
> phone support HP Printer phone symantec technical support phone HP customer 
> service toll free number HP customer phone number customer service phone 
> number for HP security contact HP phone number HP Printer support telephone 
> number HP Printer support phone number 1-855-990-5999 HP Printer help 
> phone number HP security support number HP Printer number HP Printer help HP 
> help support HP product support phone number HP Printer customer support 
> number contact HP Printer customer service phone number phone for HP customer 
> support HP Printer technical support number HP customer service phone HP 
> service phone number support for HP customer service number for HP Printer 
> telephone number for HP HP customer service chat HP live chat support HP 
> internet security phone number customer service HP chat support live chat HP 
> symantec customer service HP phone Printer HP customer care number contact 
> phone number for HP internet security install HP internet secur

[jira] [Deleted] (CASSANDRA-11772) Call Canada 1855-800-8493 icloud helpcenter support Phone Number/791 Icloud phone number usa.

2016-05-12 Thread Joshua McKenzie (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie deleted CASSANDRA-11772:



> Call Canada 1855-800-8493 icloud helpcenter support Phone Number/791 Icloud  
> phone number usa.
> --
>
> Key: CASSANDRA-11772
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11772
> Project: Cassandra
>  Issue Type: Bug
>Reporter: nmskmkmkemeke
>
> https://trac.osgeo.org/ossim/wiki/Call%20Canada%201855-800-8493%20icloud%20helpcenter%20support%20Phone%20Number/791%20Icloud
>  %20phone%20number%20usa.
> Call Canada 1855-800-8493 icloud helpcenter support Phone Number/791 Icloud  
> phone number usa.
> Call Canada 1855-800-8493 Icloud  Customer Service Phone Number/800 Icloud  
> phone number usa Icloud  (SERVICE+SUPPORT)..!!1855!!800..8493!! Icloud  
> t.e.c.h.n.i-c-a-l Support Ph.one Number Icloud  tecH suPPort Numbner!!(( 1 
> ..855..800..8493 )) Intuit Icloud  Enterprise Customer support Phone Number 
> Help@Call 1-855-800-8493/. Icloud  24/7 support phone number, Icloud  
> telephone number for support? call 1855-800-8493@./ Icloud  contact number, 
> Icloud  contact phone number, Icloud  contact telephone numbertelephone 
> number for Icloud  online support, Icloud  official support number, Icloud  
> official number, Icloud  official phone number,phone number for Icloud  
> support Icloud  24/7 support phone number Icloud  support number, Icloud  
> telephone number for support visor Icloud  Icloud  ? support phone number, 
> Icloud  Icloud  ? support phone number. Icloud  Icloud  ? customer support 
> phone number Icloud  Icloud  ? Support Helpline Number, Icloud  Icloud  ? 
> contact number Icloud  Icloud  ? tech support phone number 
> Call.1.855.800.8493. Icloud  Icloud  ? customer support phone numbe.r.. 
> Icloud  Icloud  ? helphesk numbe.ra Icloud  phone number, Icloud  support 
> phone number, Icloud  tech support number, Icloud  customer care number, 
> Icloud  technical support number
> Icloud  Toll Free, Intuit@(1-855-800-8493)@ Icloud  Tech Support Phone Number 
> vides online solution for all USA/CANADA clients. For any help of query call 
> 1 855 800 8493 to get all Icloud  account solution. @@Call, 1-855-800-8493 
> for all type help by Icloud  tech support phone number, Intuit Icloud  Tech 
> Support Phone Number, Icloud  Help Desk Phone Number, Icloud  tech support 
> number, Icloud  technical support phone number,@@@ Icloud  phone number, 
> Icloud  technical support number, Icloud  support phone number, Icloud  
> technical support, Icloud  Customer Service Phone Number, Icloud  Customer 
> Service Number, Icloud  Customer Support Phone Number, Icloud  Customer 
> Support Number, Icloud  Customer Service Helpline Number, Icloud  
> Customer Care Number, Icloud  support team phone number, @ Icloud  help 
> number- Icloud  Helpline Number; Icloud  help phone number- Icloud  Helpline 
> Number, Icloud  Tech Support Toll free Number, Icloud  Support Telephone 
> Number, Icloud  Tech Support Telephone number, Icloud  Tech Support contact 
> number, Icloud  support contact number, Icloud  technical support contact 
> number. Call, Icloud  tech support phone number, Intuit Icloud  Tech Support 
> Phone Number, Icloud  Help Desk Phone Number, Icloud  tech support number, 
> Icloud  technical support phone number, Icloud  phone number, Icloud  
> technical support number, Icloud  support phone number. It is very popular 
> toll free number which vide by Icloud  technical support, Icloud  Customer 
> Service Phone Number, Icloud  Customer Service Number, Icloud  Customer 
> Support Phone Number, Icloud  Customer Support Number, Icloud  Customer 
> Service Helpline Number, Icloud  Customer Care Number, Icloud  support team 
> phone number. Call, Icloud  tech support phone number, Intuit Icloud  Tech 
> Support Phone Number, Icloud  Help Desk Phone Number, Icloud  tech support 
> number, Icloud  technical support phone number, Icloud  phone number, Icloud  
> technical support number, Icloud  support phone number, Icloud  technical 
> support, Icloud  Customer Service Phone Number, Icloud  Customer Service 
> Number, Icloud  Customer Support Phone Number, Icloud  Customer Support 
> Number, Icloud  Customer Service Helpline Number, Icloud  Customer Care 
> Number, Icloud  support team phone number, Icloud  help number- Icloud  
> Helpline Number; Icloud  help phone number, Icloud  Helpline Number, Icloud  
> Tech Support Toll free Number, Icloud  Support Telephone Number, Icloud  Tech 
> Support Telephone number, Icloud  Tech Support contact number, Icloud  
> support contact number, Icloud  technical support contact number, Icloud  
> support phone number, Icloud  support phone number. Icloud  customer support

[jira] [Created] (CASSANDRA-11773) BEST SUPPORT 1800-213-2171 microsoft office technical support phone number

2016-05-12 Thread fdsfsfsf sdfsdfds (JIRA)
fdsfsfsf sdfsdfds created CASSANDRA-11773:
-

 Summary: BEST SUPPORT 1800-213-2171 microsoft office technical 
support phone number
 Key: CASSANDRA-11773
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11773
 Project: Cassandra
  Issue Type: Bug
  Components: Configuration
Reporter: fdsfsfsf sdfsdfds
 Fix For: 2.2.x


microsoft office 2010 technical support phone number microsoft office 2010 
support phone number microsoft office 2010 technical support number microsoft 
office 2010 customer support phone number usa microsoft office 2010 tech 
support number microsoft office 2010 activation support phone number microsoft 
office 2010 customer support phone number microsoft office 2010 tech support 
phone numbers microsoft office 2010 tech support microsoft office 2010 tech 
support phone microsoft office 2010 tech support phone number microsoft office 
2010 customer support phone number office 2010 technical support phone number 
technical support phone number for microsoft office 2010 office 2010 tech 
support phone number office 2010 support phone number customer support phone 
number for microsoft office 2010 customer service phone number for microsoft 
office 2010 technical support for microsoft office 2010 ms office 2010 support 
phone number tech support for microsoft office 2010 support for microsoft 
office 2010 phone support for microsoft office 2010 arabic support for 
microsoft office 2010 customer service number for microsoft office 2010 
customer service for microsoft office 2010 microsoft office 2010 tech support 
contact number microsoft office 2010 tech support phone numbers ms-office 2007 
emergency support number microsoft office 2010 help phone number microsoft 
office 2010 customer support number microsoft office 2010 account customer 
support phone number microsoft office 2010 customer care number microsoft 
office 2010 phone number customer support customer support phone number office 
2010 customer support number microsoft office 2010 microsoft office 2010 
customer care phone number microsoft office 2010 customer support microsoft 
customer support phone for office 2010 microsoft office customer support phone 
for 2010 microsoft telephone support for office 2010 microsoft technical 
support number for office 2010 microsoft office 2010 contact information 
microsoft office 2010 customer service telephone number microsoft office 2010 
customer service phone number usa microsoft office 2010 help desk phone number 
usa microsoft customer support number usa for office 2010 microsoft office 2010 
helpline phone number microsoft office 2010 contact phone number phone number 
for microsoft office 2010 help usa microsoft office technical support phone 
number microsoft emergency support number microsoft contact number support 
office 2010 microsoft server support phone number office 2010 microsoft office 
2010 technical support toll free number microsoft office 2010 technical support 
toll free number usa microsoft office 2010 office technical issue 2010 
microsoft office technical support phone number 2010 microsoft office 2010 
problems issue microsoft office 2010 problems solutions microsoft office 2010 
product key problems microsoft office outlook 2010 problems problem microsoft 
office 2010 microsoft powerpoint 2010 problems microsoft publisher 2010 
problems microsoft excel 2010 problems microsoft project 2010 problems 
microsoft access 2010 problems microsoft office 2010 problems issues microsoft 
office 2010 technical support microsoft office 2010 problems microsoft office 
2010 customer support chat confirmation code for microsoft office 2010 on 
telephone microsoft office 2010 customer service telephone usa microsoft office 
2010 customer service phone number microsoft support telephone office 2010 
microsoft technical support for office 2010 microsoft support for office 2010 
end date Tech Support for MS-Office 2010 microsoft office outlook 2010 support 
microsoft office 2010 home and student microsoft office 2010 professional 
microsoft office 2010 standard key microsoft office home and student 2010 
microsoft office 2010 technical support phone number US microsoft office 2010 
technical suppor microsoft office 2010 technical support numb microsoft office 
2010 phone support number microsoft office 2010 support number phone phone 
number for microsoft office 2010 support microsoft office 2010 technical 
support phone number usa microsof technical support phone number Technical 
Support Phone Numbers microsoft office 2010 microsoft office 2010 technical 
support phone number uae microsoft office 2010 contact phone number microsoft 
office 2010 outlook tech support tech support phone number microsoft office 
2010 corporate  phone number microsoft office 2010 help and support number 
microsoft office 2010 technical support number microsoft

[jira] [Created] (CASSANDRA-11774) Support Call 1 800 772 1071 Mozilla Firefox technical support telephone number

2016-05-12 Thread sanusingh (JIRA)
sanusingh created CASSANDRA-11774:
-

 Summary: Support Call 1 800 772 1071 Mozilla Firefox technical 
support telephone number
 Key: CASSANDRA-11774
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11774
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
Reporter: sanusingh
 Fix For: 2.1.15


Support Call 1 800 772 1071 Mozilla Firefox technical support telephone number
Mozilla Firefox technical support number
Mozilla Firefox technical support number usa
Mozilla Firefox technical support phone
Mozilla Firefox technical support phone number
Mozilla Firefox technical support phone number usa
Mozilla Firefox technical support phone usa
Mozilla Firefox technical support telephone
Mozilla Firefox technical support telephone number
Mozilla Firefox technical support telephone number usa
Mozilla Firefox technical support contact number
Mozilla Firefox technical support help number
Mozilla Firefox technical support help number usa
Mozilla Firefox technical support helpline number
Mozilla Firefox technical support helpline number usa
Mozilla Firefox technical support helpline phone number
Mozilla Firefox technical support help desk number
Mozilla Firefox technical support toll free
Mozilla Firefox technical support toll free number
Mozilla Firefox tech support number
Mozilla Firefox tech support phone number
Mozilla Firefox tech support phone number usa
Mozilla Firefox tech support telephone number
Mozilla Firefox tech support telephone number usa
Mozilla Firefox tech support helpline number
Mozilla Firefox tech support helpline number usa
Mozilla Firefox tech support help desk number
Mozilla Firefox tech support help desk number usa
Mozilla Firefox tech support toll free number
Mozilla Firefox technical support number
Mozilla Firefox technical support phone number
Mozilla Firefox technical support phone number usa
Mozilla Firefox technical support help desk number
Mozilla Firefox technical support toll free
Mozilla Firefox technical support toll free number
Mozilla Firefox tech support number
Mozilla Firefox tech support phone number
Mozilla Firefox tech support telephone number
Mozilla Firefox tech support helpline number
Mozilla Firefox tech support toll free
Mozilla Firefox tech support toll free number
Mozilla Firefox customer service number
Mozilla Firefox customer service phone number
Mozilla Firefox customer service telephone number
Mozilla Firefox customer service helpline number
Mozilla Firefox customer service help desk number
Mozilla Firefox customer service help number
Mozilla Firefox customer service toll-free number
Mozilla Firefox customer service
Mozilla Firefox customer service number
Mozilla Firefox customer service phone number
Mozilla Firefox customer service telephone number
Mozilla Firefox customer service contact number
Mozilla Firefox customer service helpline number
Mozilla Firefox customer service toll-free number
Mozilla Firefox customer support number
Mozilla Firefox customer support phone number
Mozilla Firefox customer support telephone number
Mozilla Firefox customer support help number
Mozilla Firefox customer support help desk number
Mozilla Firefox customer support toll free
Mozilla Firefox customer support toll free number
Mozilla Firefox customer support number
Mozilla Firefox customer support phone number
Mozilla Firefox customer support telephone number
Mozilla Firefox customer support help number 
Mozilla Firefox customer support helpline number
Mozilla Firefox customer support toll free number
Mozilla Firefox customer care number
Mozilla Firefox customer care phone number
Mozilla Firefox customer care telephone number
Mozilla Firefox customer care help number
Mozilla Firefox customer care helpline number
Mozilla Firefox customer care toll free number
Mozilla Firefox customer care number
Mozilla Firefox customer care phone number
Mozilla Firefox customer care telephone number
Mozilla Firefox customer care contact number
Mozilla Firefox customer care helpline number
Mozilla Firefox customer care help number
Mozilla Firefox customer care help desk number
Mozilla Firefox customer care toll free number
Mozilla Firefox helpline number
Mozilla Firefox helpline phone number
Mozilla Firefox helpline telephone number
Mozilla Firefox helpline number
Mozilla Firefox helpline phone number
Mozilla Firefox helpline telephone number
Mozilla Firefox helpline contact number
Mozilla Firefox toll free number
Mozilla Firefox toll free phone number
Mozilla Firefox toll free telephone number
Mozilla Firefox toll free number
Mozilla Firefox toll free phone number
Mozilla Firefox toll free telephone number
Mozilla Firefox toll free contact number
Mozilla Firefox technical issues number
Mozilla Firefox technical issues phone number
Mozilla Firefox technical issues telephone number
Mozilla Firefox technical issues contact numbar
Mozilla Firefox technical 

[jira] [Created] (CASSANDRA-11771) Support Dial ~ 1 800 772 1071 Microsoft Outlook technical support telephone number

2016-05-12 Thread sanusingh (JIRA)
sanusingh created CASSANDRA-11771:
-

 Summary: Support Dial ~ 1 800 772 1071 Microsoft Outlook technical 
support telephone number
 Key: CASSANDRA-11771
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11771
 Project: Cassandra
  Issue Type: Bug
  Components: Compaction
Reporter: sanusingh
 Fix For: 2.1.15


Support Dial ~ 1 800 772 1071 Microsoft Outlook technical support telephone 
number
Microsoft Outlook technical support number
Microsoft Outlook technical support number usa
Microsoft Outlook technical support phone
Microsoft Outlook technical support phone number
Microsoft Outlook technical support phone number usa
Microsoft Outlook technical support phone usa
Microsoft Outlook technical support telephone
Microsoft Outlook technical support telephone number
Microsoft Outlook technical support telephone number usa
Microsoft Outlook technical support contact number
Microsoft Outlook technical support help number
Microsoft Outlook technical support help number usa
Microsoft Outlook technical support helpline number
Microsoft Outlook technical support helpline number usa
Microsoft Outlook technical support helpline phone number
Microsoft Outlook technical support help desk number
Microsoft Outlook technical support toll free
Microsoft Outlook technical support toll free number
Microsoft Outlook tech support number
Microsoft Outlook tech support phone number
Microsoft Outlook tech support phone number usa
Microsoft Outlook tech support telephone number
Microsoft Outlook tech support telephone number usa
Microsoft Outlook tech support helpline number
Microsoft Outlook tech support helpline number usa
Microsoft Outlook tech support help desk number
Microsoft Outlook tech support help desk number usa
Microsoft Outlook tech support toll free number
Microsoft Outlook technical support number
Microsoft Outlook technical support phone number
Microsoft Outlook technical support phone number usa
Microsoft Outlook technical support help desk number
Microsoft Outlook technical support toll free
Microsoft Outlook technical support toll free number
Microsoft Outlook tech support number
Microsoft Outlook tech support phone number
Microsoft Outlook tech support telephone number
Microsoft Outlook tech support helpline number
Microsoft Outlook tech support toll free
Microsoft Outlook tech support toll free number
Microsoft Outlook customer service number
Microsoft Outlook customer service phone number
Microsoft Outlook customer service telephone number
Microsoft Outlook customer service helpline number
Microsoft Outlook customer service help desk number
Microsoft Outlook customer service help number
Microsoft Outlook customer service toll-free number
Microsoft Outlook customer service
Microsoft Outlook customer service number
Microsoft Outlook customer service phone number
Microsoft Outlook customer service telephone number
Microsoft Outlook customer service contact number
Microsoft Outlook customer service helpline number
Microsoft Outlook customer service toll-free number
Microsoft Outlook customer support number
Microsoft Outlook customer support phone number
Microsoft Outlook customer support telephone number
Microsoft Outlook customer support help number
Microsoft Outlook customer support help desk number
Microsoft Outlook customer support toll free
Microsoft Outlook customer support toll free number
Microsoft Outlook customer support number
Microsoft Outlook customer support phone number
Microsoft Outlook customer support telephone number
Microsoft Outlook customer support help number 
Microsoft Outlook customer support helpline number
Microsoft Outlook customer support toll free number
Microsoft Outlook customer care number
Microsoft Outlook customer care phone number
Microsoft Outlook customer care telephone number
Microsoft Outlook customer care help number
Microsoft Outlook customer care helpline number
Microsoft Outlook customer care toll free number
Microsoft Outlook customer care number
Microsoft Outlook customer care phone number
Microsoft Outlook customer care telephone number
Microsoft Outlook customer care contact number
Microsoft Outlook customer care helpline number
Microsoft Outlook customer care help number
Microsoft Outlook customer care help desk number
Microsoft Outlook customer care toll free number
Microsoft Outlook helpline number
Microsoft Outlook helpline phone number
Microsoft Outlook helpline telephone number
Microsoft Outlook helpline number
Microsoft Outlook helpline phone number
Microsoft Outlook helpline telephone number
Microsoft Outlook helpline contact number
Microsoft Outlook toll free number
Microsoft Outlook toll free phone number
Microsoft Outlook toll free telephone number
Microsoft Outlook toll free number
Microsoft Outlook toll free phone number
Microsoft Outlook toll free telephone number
Microsoft Outlook toll free contact number
Microsoft O

[jira] [Created] (CASSANDRA-11772) Call Canada 1855-800-8493 icloud helpcenter support Phone Number/791 Icloud phone number usa.

2016-05-12 Thread nmskmkmkemeke (JIRA)
nmskmkmkemeke created CASSANDRA-11772:
-

 Summary: Call Canada 1855-800-8493 icloud helpcenter support Phone 
Number/791 Icloud  phone number usa.
 Key: CASSANDRA-11772
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11772
 Project: Cassandra
  Issue Type: Bug
Reporter: nmskmkmkemeke


https://trac.osgeo.org/ossim/wiki/Call%20Canada%201855-800-8493%20icloud%20helpcenter%20support%20Phone%20Number/791%20Icloud
 %20phone%20number%20usa.


Call Canada 1855-800-8493 icloud helpcenter support Phone Number/791 Icloud  
phone number usa.

Call Canada 1855-800-8493 Icloud  Customer Service Phone Number/800 Icloud  
phone number usa Icloud  (SERVICE+SUPPORT)..!!1855!!800..8493!! Icloud  
t.e.c.h.n.i-c-a-l Support Ph.one Number Icloud  tecH suPPort Numbner!!(( 1 
..855..800..8493 )) Intuit Icloud  Enterprise Customer support Phone Number 
Help@Call 1-855-800-8493/. Icloud  24/7 support phone number, Icloud  telephone 
number for support? call 1855-800-8493@./ Icloud  contact number, Icloud  
contact phone number, Icloud  contact telephone numbertelephone number for 
Icloud  online support, Icloud  official support number, Icloud  official 
number, Icloud  official phone number,phone number for Icloud  support Icloud  
24/7 support phone number Icloud  support number, Icloud  telephone number for 
support visor Icloud  Icloud  ? support phone number, Icloud  Icloud  ? support 
phone number. Icloud  Icloud  ? customer support phone number Icloud  Icloud  ? 
Support Helpline Number, Icloud  Icloud  ? contact number Icloud  Icloud  ? 
tech support phone number Call.1.855.800.8493. Icloud  Icloud  ? customer 
support phone numbe.r.. Icloud  Icloud  ? helphesk numbe.ra Icloud  phone 
number, Icloud  support phone number, Icloud  tech support number, Icloud  
customer care number, Icloud  technical support number

Icloud  Toll Free, Intuit@(1-855-800-8493)@ Icloud  Tech Support Phone Number 
vides online solution for all USA/CANADA clients. For any help of query call 1 
855 800 8493 to get all Icloud  account solution. @@Call, 1-855-800-8493 for 
all type help by Icloud  tech support phone number, Intuit Icloud  Tech Support 
Phone Number, Icloud  Help Desk Phone Number, Icloud  tech support number, 
Icloud  technical support phone number,@@@ Icloud  phone number, Icloud  
technical support number, Icloud  support phone number, Icloud  technical 
support, Icloud  Customer Service Phone Number, Icloud  Customer Service 
Number, Icloud  Customer Support Phone Number, Icloud  Customer Support 
Number, Icloud  Customer Service Helpline Number, Icloud  Customer Care 
Number, Icloud  support team phone number, @ Icloud  help number- Icloud  
Helpline Number; Icloud  help phone number- Icloud  Helpline Number, Icloud  
Tech Support Toll free Number, Icloud  Support Telephone Number, Icloud  Tech 
Support Telephone number, Icloud  Tech Support contact number, Icloud  support 
contact number, Icloud  technical support contact number. Call, Icloud  tech 
support phone number, Intuit Icloud  Tech Support Phone Number, Icloud  Help 
Desk Phone Number, Icloud  tech support number, Icloud  technical support phone 
number, Icloud  phone number, Icloud  technical support number, Icloud  support 
phone number. It is very popular toll free number which vide by Icloud  
technical support, Icloud  Customer Service Phone Number, Icloud  Customer 
Service Number, Icloud  Customer Support Phone Number, Icloud  Customer Support 
Number, Icloud  Customer Service Helpline Number, Icloud  Customer Care Number, 
Icloud  support team phone number. Call, Icloud  tech support phone number, 
Intuit Icloud  Tech Support Phone Number, Icloud  Help Desk Phone Number, 
Icloud  tech support number, Icloud  technical support phone number, Icloud  
phone number, Icloud  technical support number, Icloud  support phone number, 
Icloud  technical support, Icloud  Customer Service Phone Number, Icloud  
Customer Service Number, Icloud  Customer Support Phone Number, Icloud  
Customer Support Number, Icloud  Customer Service Helpline Number, Icloud  
Customer Care Number, Icloud  support team phone number, Icloud  help number- 
Icloud  Helpline Number; Icloud  help phone number, Icloud  Helpline Number, 
Icloud  Tech Support Toll free Number, Icloud  Support Telephone Number, Icloud 
 Tech Support Telephone number, Icloud  Tech Support contact number, Icloud  
support contact number, Icloud  technical support contact number, Icloud  
support phone number, Icloud  support phone number. Icloud  customer support 
phone number Icloud  technical help contact number, Icloud  technical support 
contact number, Icloud  contact number, Icloud  contact phone number, Icloud  
contact telephone number, Icloud  24 hour contact number, Icloud  customer 
support contact number, Icloud  customer service contact number, Icloud  
official number, Icloud  

[jira] [Created] (CASSANDRA-11770) CALLL 1800-213-2171 microsoft office technical support phone number microsoft technical support contact number microsoft technical support toll free number

2016-05-12 Thread fdsfsfsf sdfsdfds (JIRA)
fdsfsfsf sdfsdfds created CASSANDRA-11770:
-

 Summary: CALLL 1800-213-2171  microsoft office technical support 
phone number microsoft technical support contact number microsoft technical 
support toll free number
 Key: CASSANDRA-11770
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11770
 Project: Cassandra
  Issue Type: Bug
  Components: Configuration
Reporter: fdsfsfsf sdfsdfds
 Fix For: 3.0.x


confirmation code for microsoft office 2007 on telephone
customer support number microsoft office 2007
customer support phone number office 2007
microsof technical support phone number
microsoft access 2007 problems
microsoft contact number support office 2007
microsoft customer care phone number
microsoft customer support number usa for office 2007
microsoft customer support phone for office 2007
microsoft emergency support number
microsoft excel 2007 problems
microsoft office 2007 account customer support phone number
microsoft office 2007 contact information
microsoft office 2007 contact phone number
microsoft office 2007 corporate  phone number
microsoft office 2007 corporate phone number
microsoft office 2007 corporation phone number
microsoft office 2007 customer care number
microsoft office 2007 customer service contact number
microsoft office 2007 customer service phone number
microsoft office 2007 customer service phone number
microsoft office 2007 customer service phone number usa
microsoft office 2007 customer service telephone number
microsoft office 2007 customer service telephone usa
microsoft office 2007 customer service toll free number
microsoft office 2007 customer support chat
microsoft office 2007 customer support contact number
microsoft office 2007 customer support number
microsoft office 2007 customer support phone number
microsoft office 2007 customer support toll free number
microsoft office 2007 help and support number
microsoft office 2007 help and support phone number
microsoft office 2007 help desk phone number usa
microsoft office 2007 help phone number
microsoft office 2007 help technical support number
microsoft office 2007 helpline phone number
microsoft office 2007 home and student
microsoft office 2007 office technical issue 2007
microsoft office 2007 outlook tech support
microsoft office 2007 phone number customer support
microsoft office 2007 phone support
microsoft office 2007 phone support number
microsoft office 2007 problems
microsoft office 2007 problems issue
microsoft office 2007 problems issues
microsoft office 2007 problems solutions
microsoft office 2007 product key problems
microsoft office 2007 professional
microsoft office 2007 standard key
microsoft office 2007 support contact
microsoft office 2007 support number phone
microsoft office 2007 tech support contact number
microsoft office 2007 tech support number
microsoft office 2007 tech support phone number
microsoft office 2007 tech support phone numbers
microsoft office 2007 technical suppor
microsoft office 2007 technical support
microsoft office 2007 technical support customer care number
microsoft office 2007 technical support numb
microsoft office 2007 technical support number
microsoft office 2007 technical support phone number
microsoft office 2007 technical support phone number uae
microsoft office 2007 technical support phone number US
microsoft office 2007 technical support phone number usa
microsoft office 2007 technical support toll free number
microsoft office 2007 technical support toll free number usa
microsoft office 2007 word technical support phone number
microsoft office 365 technical support
microsoft office customer support
microsoft office customer support phone for 2007
microsoft office home and student 2007
microsoft office outlook 2007 problems
microsoft office outlook 2007 support
microsoft office technical support
microsoft office technical support phone number
microsoft office technical support phone number 2007
microsoft powerpoint 2007 problems
microsoft project 2007 problems
microsoft publisher 2007 problems
microsoft server support phone number office 2007
microsoft support for office 2007 end date
microsoft support telephone office 2007
microsoft technical support for office 2007
microsoft technical support number for office 2007
microsoft telephone support for office 2007
ms-office 2007  tech support phone number
ms-office 2007 account help phone number
ms-office 2007 emergency support number
ms-office 2007 help center phone number
ms-office 2007 help desk phone number
ms-office 2007 help desk phone number us
ms-office 2007 help phone number
ms-office 2007 office 365 help number
ms-office 2007 office help desk number
ms-office 2007 office help desk phone number
ms-office 2007 service number usa
ms-office 2007 tech support toll free number
ms-office 2007 technical help number usa
ms-office 2007 technical help phone number
ms-office 200

[jira] [Created] (CASSANDRA-11769) !!~~1 855 990 5999~~~HP Printer technical support phone number

2016-05-12 Thread kunj (JIRA)
kunj created CASSANDRA-11769:


 Summary:  !!~~1 855 990 5999~~~HP Printer technical support phone 
number
 Key: CASSANDRA-11769
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11769
 Project: Cassandra
  Issue Type: Test
Reporter: kunj
Priority: Minor


1.855.990.5999 HP Printer technical Support Phone Number 1.855.990.5999 HP 
Printer technical Support Phone Number HP Printer technical support line HP 
Printer Printer tech support number HP Printer Printeradvisor tech support 
number HP Printer pos tech support number HP Printer tech support phone number 
canada HP Printer online tech support number HP Printer tech support phone 
number uk HP Printer Printer tech support number HP Printer online technical 
support number HP Printer Printer technical support number HP Payroll Customer 
Support Phone Number_1 855-990-5999 HP Payroll PayrollSupport Phone Number !! 1 
855-990-5999 FREE HP Payroll customer tech support number,HP Payroll help phone 
number usa HP Payroll phone Number HP Payroll tech support Number USA Canada 
LET”s”:+ 1.855.990.5999 HP Printer CUSTOMER SUPPORT PHONE NUMBER, HP Printer 
TECHNICAL SUPPORT PHONE NUMBER, HP CUSTOMER SUPPORT PHONE NUMBER , HP CUSTOMER 
SUPPORT PHONE NUMBER , HP TECH SUPPORT PHONE NUMBER LET”s”:+ 1.855.990.5999 HP 
Printer CUSTOMER SUPPORT PHONE NUMBER, HP Printer TECHNICAL SUPPORT PHONE 
NUMBER, HP CUSTOMER SUPPORT PHONE NUMBER , HP CUSTOMER SUPPORT PHONE NUMBER , 
HP TECH SUPPORT PHONE NUMBER LET”s”:+ 1.855.990.5999 HP Printer CUSTOMER 
SUPPORT PHONE NUMBER, HP Printer TECHNICAL SUPPORT PHONE NUMBER, HP CUSTOMER 
SUPPORT PHONE NUMBER , HP CUSTOMER SUPPORT PHONE NUMBER , HP TECH SUPPORT PHONE 
NUMBER Call HP 1.855.990.5999 HP TECH SUPPORT PHONE NUMBER, HP internet 
security TECH SUPPORT PHONE NUMBER, HP CUSTOMER SUPPORT PHONE NUMBER , HP 
internet security CUSTOMER SUPPORT PHONE NUMBER , HP SUPPORT PHONE NUMBER Call 
HP 1.855.990.5999HP internet security phone number HP internet security 
customer service phone number symantec support number internet security phone 
number symantec support contact number HP technical support phone number call 
HP UK O 855 990 5999 USA 1-855-990-5999 HP internet security phone number HP 
internet security customer service phone number symantec support number 
internet security phone number symantec support contact number HP technical 
support phone number HP Printer tech support phone number 1-855-990-5999 HP 
support HP phone support tech support phone number HP Printer phone number HP 
tech support contact HP support symantec tech support phone number HP support 
chat HP symantec support phone number HP phone number customer service HP 
internet security support phone number HP technical support number phone number 
for HP Printer support HP help HP virus phone number HP phone number get human 
phone number for HP Printer customer service HP internet security customer 
service phone number HP internet security tech support phone number HP tech 
support phone number us HP security technical support phone number HP Printer 
contact phone number HP phone number toll free HP customer support chat HP help 
number contact HP internet security phone number HP internet security symantec 
customer service number contact HP security HP security contact phone number 
HPs phone number HP security help phone number HP security HP helpline phone 
number call HP Printer support HP 1855 number HPs internet security HP customer 
care symantec phone number customer service HP Printer telephone number phone 
number for HP customer service HP Printer phone support HP Printer phone 
symantec technical support phone HP customer service toll free number HP 
customer phone number customer service phone number for HP security contact HP 
phone number HP Printer support telephone number HP Printer support phone 
number 1-855-990-5999 HP Printer help phone number HP security support 
number HP Printer number HP Printer help HP help support HP product support 
phone number HP Printer customer support number contact HP Printer customer 
service phone number phone for HP customer support HP Printer technical support 
number HP customer service phone HP service phone number support for HP 
customer service number for HP Printer telephone number for HP HP customer 
service chat HP live chat support HP internet security phone number customer 
service HP chat support live chat HP symantec customer service HP phone Printer 
HP customer care number contact phone number for HP internet security install 
HP internet security contact number for HP Printer HP Printer support chat HP 
by symantec customer service HP virus customer service HP security phone 
support tech support for HP HPs Printer support HP customer service phone 
numbers symantec HP customer service phone number HP help desk number HP 
support contact HP customer service 

[jira] [Deleted] (CASSANDRA-11768) Quicken support phone number ((1844.231.5378)) Tech support number Quicken support phone number usa

2016-05-12 Thread Joshua McKenzie (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie deleted CASSANDRA-11768:



> Quicken support phone number ((1844.231.5378)) Tech support number Quicken 
> support phone number usa
> ---
>
> Key: CASSANDRA-11768
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11768
> Project: Cassandra
>  Issue Type: Bug
>Reporter: samar raje
>
> Quicken support phone number ((1844.231.5378)) Tech support number Quicken 
> support phone number usa.
> Quicken phone number ..@@(18442315378)..@@!! Quicken pro tech support number 
> ..!Quicken payroll tech nicalsupport number Quicken technical support 
> number!)1 844- 231-5378!( Quicken Pro Tech Support phone number Quicken TECH 
> SUPPORT NUMBER Helpline..1-844-231-5378 Quicken Enterprise tech support phone 
> number,..Quicken payroll customer support number Helpline..1-844-231- 5378 
> Quicken Enterprise support phone number,..Quicken payroll technical support 
> number File:Helpline..1-844-231-5378Quicken Enterprise customer support 
> number, Quicken Enterprise technical support phone number.pdf. 
> File:Helpline..1-844-231-5378Quicken Enterprise support number,..Quicken tech 
> support phone number.pdf. JUST QB_QB>>>@@(1- 844-231- 5378) Quicken Tech 
> Support Phone Number 1- 844-231- 5378,Quicken Tech Support Phone Number,, @@, 
> Enterprisevides online solution for all USA/CANADA clients. For any help of 
> query call 1 844-231 5378 to get all Quicken account solution. @@Call, 
> 1-844-231- 5378 for all type help by Quicken tech support phone number, 
> Intuit Quicken Tech Support Phone Number, Quicken Help Desk Phone Number, 
> Quicken tech support number, Quicken technical support phone number,@@@ 
> Quicken phone number, Quicken technical support number, Quicken support phone 
> number, Quicken technical support, Quicken Customer Service Phone Number, 
> Quicken Customer Service Number, Quicken Customer Support Phone Number, 
> Quicken Customer Support Number, Quicken Customer Service Helpline 
> Number, Quicken Customer Care Number, Quicken support team phone number, 
> @ Quicken help number-Quicken Helpline Number; Quicken help phone 
> number-Quicken Helpline Number, Quicken Tech Support Toll free Number, 
> Quicken Support Telephone Number, Quicken Tech Support Telephone number, 
> Quicken Tech Support contact number, Quicken support contact number, Quicken 
> technical support contact number. Call, Quicken tech support phone number, 
> Intuit Quicken Tech Support Phone Number, Quicken Help Desk Phone Number, 
> Quicken tech support number, Quicken technical support phone number, Quicken 
> phone number, Quicken technical support number, Quicken support phone number. 
> It is very popular toll free number which Enterprisevide by Quicken technical 
> support, Quicken Customer Service Phone Number, Quicken Customer Service 
> Number, Quicken Customer Support Phone Number, Quicken Customer Support 
> Number, Quicken Customer Service Helpline Number, Quicken Customer Care 
> Number, Quicken support team phone number. Call, Quicken tech support phone 
> number, Intuit Quicken Tech Support Phone Number, Quicken Help Desk Phone 
> Number, Quicken tech support number, Quicken technical support phone number, 
> Quicken phone number, Quicken technical support number, Quicken support phone 
> number, Quicken technical support, Quicken Customer Service Phone Number, 
> Quicken Customer Service Number, Quicken Customer Support Phone Number, 
> Quicken Customer Support Number, Quicken Customer Service Helpline Number, 
> Quicken Customer Care Number, Quicken support team phone number, Quicken help 
> number-Quicken Helpline Number; Quicken help phone number, Quicken Helpline 
> Number, Quicken Tech Support Toll free Number, Quicken Support Telephone 
> Number, Quicken Tech Support Telephone number, Quicken Tech Support contact 
> number, Quicken support contact number, Quicken technical support contact 
> number, quicken Enterprise support phone number, quicken payroll support 
> phone number. quicken payroll customer support phone number 1844-231- 5378 
> quicken technical help telephone number, quicken technical help contact 
> number, quicken technical support contact number, quicken contact number, 
> quicken contact phone number, quicken contact telephone number, quicken 24 
> hour contact number, quicken customer support contact number, quicken 
> customer service contact number, quicken official number, quicken official 
> contact number, quicken 844 contact number, quicken toll free number, 844 
> number for quicken support, quicken 24/7 support phone number Quicken 
> Enterprise support phone number,Quicken Enterprise support phone 
> number,Quicken Enterpr

[jira] [Created] (CASSANDRA-11768) Quicken support phone number ((1844.231.5378)) Tech support number Quicken support phone number usa

2016-05-12 Thread samar raje (JIRA)
samar raje created CASSANDRA-11768:
--

 Summary: Quicken support phone number ((1844.231.5378)) Tech 
support number Quicken support phone number usa
 Key: CASSANDRA-11768
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11768
 Project: Cassandra
  Issue Type: Bug
Reporter: samar raje


Quicken support phone number ((1844.231.5378)) Tech support number Quicken 
support phone number usa.
Quicken phone number ..@@(18442315378)..@@!! Quicken pro tech support number 
..!Quicken payroll tech nicalsupport number Quicken technical support number!)1 
844- 231-5378!( Quicken Pro Tech Support phone number Quicken TECH SUPPORT 
NUMBER Helpline..1-844-231-5378 Quicken Enterprise tech support phone 
number,..Quicken payroll customer support number Helpline..1-844-231- 5378 
Quicken Enterprise support phone number,..Quicken payroll technical support 
number File:Helpline..1-844-231-5378Quicken Enterprise customer support number, 
Quicken Enterprise technical support phone number.pdf. 
File:Helpline..1-844-231-5378Quicken Enterprise support number,..Quicken tech 
support phone number.pdf. JUST QB_QB>>>@@(1- 844-231- 5378) Quicken Tech 
Support Phone Number 1- 844-231- 5378,Quicken Tech Support Phone Number,, @@, 
Enterprisevides online solution for all USA/CANADA clients. For any help of 
query call 1 844-231 5378 to get all Quicken account solution. @@Call, 
1-844-231- 5378 for all type help by Quicken tech support phone number, Intuit 
Quicken Tech Support Phone Number, Quicken Help Desk Phone Number, Quicken tech 
support number, Quicken technical support phone number,@@@ Quicken phone 
number, Quicken technical support number, Quicken support phone number, Quicken 
technical support, Quicken Customer Service Phone Number, Quicken Customer 
Service Number, Quicken Customer Support Phone Number, Quicken Customer Support 
Number, Quicken Customer Service Helpline Number, Quicken Customer Care 
Number, Quicken support team phone number, @ Quicken help number-Quicken 
Helpline Number; Quicken help phone number-Quicken Helpline Number, Quicken 
Tech Support Toll free Number, Quicken Support Telephone Number, Quicken Tech 
Support Telephone number, Quicken Tech Support contact number, Quicken support 
contact number, Quicken technical support contact number. Call, Quicken tech 
support phone number, Intuit Quicken Tech Support Phone Number, Quicken Help 
Desk Phone Number, Quicken tech support number, Quicken technical support phone 
number, Quicken phone number, Quicken technical support number, Quicken support 
phone number. It is very popular toll free number which Enterprisevide by 
Quicken technical support, Quicken Customer Service Phone Number, Quicken 
Customer Service Number, Quicken Customer Support Phone Number, Quicken 
Customer Support Number, Quicken Customer Service Helpline Number, Quicken 
Customer Care Number, Quicken support team phone number. Call, Quicken tech 
support phone number, Intuit Quicken Tech Support Phone Number, Quicken Help 
Desk Phone Number, Quicken tech support number, Quicken technical support phone 
number, Quicken phone number, Quicken technical support number, Quicken support 
phone number, Quicken technical support, Quicken Customer Service Phone Number, 
Quicken Customer Service Number, Quicken Customer Support Phone Number, Quicken 
Customer Support Number, Quicken Customer Service Helpline Number, Quicken 
Customer Care Number, Quicken support team phone number, Quicken help 
number-Quicken Helpline Number; Quicken help phone number, Quicken Helpline 
Number, Quicken Tech Support Toll free Number, Quicken Support Telephone 
Number, Quicken Tech Support Telephone number, Quicken Tech Support contact 
number, Quicken support contact number, Quicken technical support contact 
number, quicken Enterprise support phone number, quicken payroll support phone 
number. quicken payroll customer support phone number 1844-231- 5378 quicken 
technical help telephone number, quicken technical help contact number, quicken 
technical support contact number, quicken contact number, quicken contact phone 
number, quicken contact telephone number, quicken 24 hour contact number, 
quicken customer support contact number, quicken customer service contact 
number, quicken official number, quicken official contact number, quicken 844 
contact number, quicken toll free number, 844 number for quicken support, 
quicken 24/7 support phone number Quicken Enterprise support phone 
number,Quicken Enterprise support phone number,Quicken Enterprise help phone 
number, Quicken Enterprise technical support number.Quicken Enterprise support 
number, Quicken Enterprise phone number, Quicken Enterprise tech support 
number, Quicken Enterprise customer support number, Quicken Enterprise customer 
support phone number, Quicken Enterprise customer service phone number, Quicken 
Enterprise payroll

[jira] [Commented] (CASSANDRA-11670) Error while waiting on bootstrap to complete. Bootstrap will have to be restarted. Stream failed

2016-05-12 Thread Carl Yeksigian (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281802#comment-15281802
 ] 

Carl Yeksigian commented on CASSANDRA-11670:


This points to a more general issue with MV potentially creating large 
mutations, not just during streaming.

It would be possible to create a situation where the non-MV mutation is under 
the max size, some set of replicas will accept the write (thus accepting the 
write into the cluster), but a replica with a different set of data would fail 
and never be able to apply that mutation. This wouldn't be an issue with normal 
batchlogs as they would universally reject that batch on all replicas.

[~pauloricardomg] Where did you run into problems with the multi-batch 
solution? I think that would solve this problem more universally for MV.

> Error while waiting on bootstrap to complete. Bootstrap will have to be 
> restarted. Stream failed
> 
>
> Key: CASSANDRA-11670
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11670
> Project: Cassandra
>  Issue Type: Bug
>  Components: Configuration, Streaming and Messaging
>Reporter: Anastasia Osintseva
>Assignee: Paulo Motta
> Fix For: 3.0.5
>
>
> I have in cluster 2 DC, in each DC - 2 Nodes. I wanted to add 1 node to each 
> DC. One node has been added successfully after I had made scrubing. 
> Now I'm trying to add node to another DC, but get error: 
> org.apache.cassandra.streaming.StreamException: Stream failed. 
> After scrubing and repair I get the same error.  
> {noformat}
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 Keyspace.java:492 - 
> Unknown exception caught while attempting to update MaterializedView! 
> messages_dump.messages
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:487) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyUnsafe(Mutation.java:236) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.streaming.StreamReceiveTask$OnCompletionRunnable.run(StreamReceiveTask.java:169)
>  [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_11]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_11]
>   at java.lang.Thread.run(Thread.java:745) [na:1.8.0_11]
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 
> StreamReceiveTask.java:214 - Error applying streamed data: 
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> ~[apache-cassandra-3.0.5

[jira] [Created] (CASSANDRA-11767) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_EndsAt_Trunk_HEAD.rolling_upgrade_test

2016-05-12 Thread Philip Thompson (JIRA)
Philip Thompson created CASSANDRA-11767:
---

 Summary: dtest failure in 
upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_EndsAt_Trunk_HEAD.rolling_upgrade_test
 Key: CASSANDRA-11767
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11767
 Project: Cassandra
  Issue Type: Bug
Reporter: Philip Thompson
Priority: Minor
 Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log, 
node3.log, node3_debug.log

No cassci link, as jenkins is failing to show failures for this test, but I'm 
seeing detected leaks.

Relevant log section:
{code}
ERROR [Reference-Reaper:1] 2016-05-11 16:17:47,616 Ref.java:187 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@41f74411) to class 
org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@1328587359:/mnt/tmp/dtest-X5kTWw/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/la-12-big-Data.db
 was not released before the reference was garbage collected
DEBUG [Reference-Reaper:1] 2016-05-11 16:17:47,617 FileCacheService.java:177 - 
Invalidating cache for 
/mnt/tmp/dtest-X5kTWw/test/node1/data2/system/local-7ad54392bcdd35a684174e047860b377/tmplink-la-13-big-Data.db
ERROR [Reference-Reaper:1] 2016-05-11 16:17:47,617 Ref.java:187 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@4b0f2f61) to class 
org.apache.cassandra.io.util.CompressedPoolingSegmentedFile$Cleanup@235776100:/mnt/tmp/dtest-X5kTWw/test/node1/data2/system/local-7ad54392bcdd35a684174e047860b377/tmplink-la-13-big-Data.db
 was not released before the reference was garbage collected
ERROR [Reference-Reaper:1] 2016-05-11 16:17:47,617 Ref.java:187 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@75a1b278) to class 
org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1061799113:[Memory@[0..8),
 Memory@[0..50)] was not released before the reference was garbage collected
ERROR [Reference-Reaper:1] 2016-05-11 16:17:47,617 Ref.java:187 - LEAK 
DETECTED: a reference (org.apache.cassandra.utils.concurrent.Ref$State@d0f8066) 
to class 
org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@1847744299:/mnt/tmp/dtest-X5kTWw/test/node1/data2/system/local-7ad54392bcdd35a684174e047860b377/tmplink-la-13-big-Index.db
 was not released before the reference was garbage collected
ERROR [Reference-Reaper:1] 2016-05-11 16:17:47,617 Ref.java:187 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@16680ae5) to class 
org.apache.cassandra.io.util.MmappedSegmentedFile$Cleanup@1744239469:/mnt/tmp/dtest-X5kTWw/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/la-12-big-Index.db
 was not released before the reference was garbage collected
ERROR [Reference-Reaper:1] 2016-05-11 16:17:47,618 Ref.java:187 - LEAK 
DETECTED: a reference 
(org.apache.cassandra.utils.concurrent.Ref$State@160b4b45) to class 
org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@1785515424:[[OffHeapBitSet]]
 was not released before the reference was garbage collected
{code}

Logs are attached. node1 is the one experiencing the issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11766) Debian package "cassandra-tools" missing new sstabledump

2016-05-12 Thread Chris Lohfink (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281759#comment-15281759
 ] 

Chris Lohfink commented on CASSANDRA-11766:
---

dup CASSANDRA-11642

> Debian package "cassandra-tools" missing new sstabledump
> 
>
> Key: CASSANDRA-11766
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11766
> Project: Cassandra
>  Issue Type: Bug
>  Components: Packaging, Tools
>Reporter: Julien Anguenot
> Fix For: 3.0.7
>
>
> Although included with the Cassandra 3.0.x distribution tarball, the new 
> `sstabledump` is missing from the Debian 3.0.x "cassandra-tools" package. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11766) Debian package "cassandra-tools" missing new sstabledump

2016-05-12 Thread Julien Anguenot (JIRA)
Julien Anguenot created CASSANDRA-11766:
---

 Summary: Debian package "cassandra-tools" missing new sstabledump
 Key: CASSANDRA-11766
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11766
 Project: Cassandra
  Issue Type: Bug
  Components: Packaging, Tools
Reporter: Julien Anguenot
 Fix For: 3.0.7


Although included with the Cassandra 3.0.x distribution tarball, the new 
`sstabledump` is missing from the Debian 3.0.x "cassandra-tools" package. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CASSANDRA-11670) Error while waiting on bootstrap to complete. Bootstrap will have to be restarted. Stream failed

2016-05-12 Thread Paulo Motta (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281662#comment-15281662
 ] 

Paulo Motta edited comment on CASSANDRA-11670 at 5/12/16 4:12 PM:
--

Great! I'll try to get this fixed by next release. Also, after bootstrap is 
finished you should probably do a nodetool flush + nodetool drain and reset the 
{{commitlog_segment_size}} to the default value

I'm still curious about the {{CF 64aecb30-11f7-11e6-89d2-9d1dd801d7e2 was 
dropped during streaming}} issue though. Is there any chance this table was 
dropped during bootstrap?

If not, it would be nice if you could attach debug logs from stream session 
#9e733a20-15be-11e6-9bb1-31c0715c4db0 on source and receiver nodes to help 
investigate this.


was (Author: pauloricardomg):
Great! I'll try to get this fixed by next release.

I'm still curious about the {{CF 64aecb30-11f7-11e6-89d2-9d1dd801d7e2 was 
dropped during streaming}} issue though. Is there any chance this table was 
dropped during bootstrap?

If not, it would be nice if you could attach debug logs from stream session 
#9e733a20-15be-11e6-9bb1-31c0715c4db0 on source and receiver nodes to help 
investigate this.

> Error while waiting on bootstrap to complete. Bootstrap will have to be 
> restarted. Stream failed
> 
>
> Key: CASSANDRA-11670
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11670
> Project: Cassandra
>  Issue Type: Bug
>  Components: Configuration, Streaming and Messaging
>Reporter: Anastasia Osintseva
>Assignee: Paulo Motta
> Fix For: 3.0.5
>
>
> I have in cluster 2 DC, in each DC - 2 Nodes. I wanted to add 1 node to each 
> DC. One node has been added successfully after I had made scrubing. 
> Now I'm trying to add node to another DC, but get error: 
> org.apache.cassandra.streaming.StreamException: Stream failed. 
> After scrubing and repair I get the same error.  
> {noformat}
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 Keyspace.java:492 - 
> Unknown exception caught while attempting to update MaterializedView! 
> messages_dump.messages
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:487) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyUnsafe(Mutation.java:236) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.streaming.StreamReceiveTask$OnCompletionRunnable.run(StreamReceiveTask.java:169)
>  [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_11]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_11]
>   at java.lang.Thread.run(Thread.java:745) [na:1.8.0_11]
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 
> StreamReceiveTask.java:214 - Error applying streamed data: 
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Key

[jira] [Commented] (CASSANDRA-11670) Error while waiting on bootstrap to complete. Bootstrap will have to be restarted. Stream failed

2016-05-12 Thread Paulo Motta (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281662#comment-15281662
 ] 

Paulo Motta commented on CASSANDRA-11670:
-

Great! I'll try to get this fixed by next release.

I'm still curious about the {{CF 64aecb30-11f7-11e6-89d2-9d1dd801d7e2 was 
dropped during streaming}} issue though. Is there any chance this table was 
dropped during bootstrap?

If not, it would be nice if you could attach system logs from stream session 
#9e733a20-15be-11e6-9bb1-31c0715c4db0 on source and receiver nodes to help 
investigate this.

> Error while waiting on bootstrap to complete. Bootstrap will have to be 
> restarted. Stream failed
> 
>
> Key: CASSANDRA-11670
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11670
> Project: Cassandra
>  Issue Type: Bug
>  Components: Configuration, Streaming and Messaging
>Reporter: Anastasia Osintseva
>Assignee: Paulo Motta
> Fix For: 3.0.5
>
>
> I have in cluster 2 DC, in each DC - 2 Nodes. I wanted to add 1 node to each 
> DC. One node has been added successfully after I had made scrubing. 
> Now I'm trying to add node to another DC, but get error: 
> org.apache.cassandra.streaming.StreamException: Stream failed. 
> After scrubing and repair I get the same error.  
> {noformat}
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 Keyspace.java:492 - 
> Unknown exception caught while attempting to update MaterializedView! 
> messages_dump.messages
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:487) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyUnsafe(Mutation.java:236) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.streaming.StreamReceiveTask$OnCompletionRunnable.run(StreamReceiveTask.java:169)
>  [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_11]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_11]
>   at java.lang.Thread.run(Thread.java:745) [na:1.8.0_11]
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 
> StreamReceiveTask.java:214 - Error applying streamed data: 
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassan

[jira] [Comment Edited] (CASSANDRA-11670) Error while waiting on bootstrap to complete. Bootstrap will have to be restarted. Stream failed

2016-05-12 Thread Paulo Motta (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281662#comment-15281662
 ] 

Paulo Motta edited comment on CASSANDRA-11670 at 5/12/16 4:10 PM:
--

Great! I'll try to get this fixed by next release.

I'm still curious about the {{CF 64aecb30-11f7-11e6-89d2-9d1dd801d7e2 was 
dropped during streaming}} issue though. Is there any chance this table was 
dropped during bootstrap?

If not, it would be nice if you could attach debug logs from stream session 
#9e733a20-15be-11e6-9bb1-31c0715c4db0 on source and receiver nodes to help 
investigate this.


was (Author: pauloricardomg):
Great! I'll try to get this fixed by next release.

I'm still curious about the {{CF 64aecb30-11f7-11e6-89d2-9d1dd801d7e2 was 
dropped during streaming}} issue though. Is there any chance this table was 
dropped during bootstrap?

If not, it would be nice if you could attach system logs from stream session 
#9e733a20-15be-11e6-9bb1-31c0715c4db0 on source and receiver nodes to help 
investigate this.

> Error while waiting on bootstrap to complete. Bootstrap will have to be 
> restarted. Stream failed
> 
>
> Key: CASSANDRA-11670
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11670
> Project: Cassandra
>  Issue Type: Bug
>  Components: Configuration, Streaming and Messaging
>Reporter: Anastasia Osintseva
>Assignee: Paulo Motta
> Fix For: 3.0.5
>
>
> I have in cluster 2 DC, in each DC - 2 Nodes. I wanted to add 1 node to each 
> DC. One node has been added successfully after I had made scrubing. 
> Now I'm trying to add node to another DC, but get error: 
> org.apache.cassandra.streaming.StreamException: Stream failed. 
> After scrubing and repair I get the same error.  
> {noformat}
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 Keyspace.java:492 - 
> Unknown exception caught while attempting to update MaterializedView! 
> messages_dump.messages
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:487) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyUnsafe(Mutation.java:236) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.streaming.StreamReceiveTask$OnCompletionRunnable.run(StreamReceiveTask.java:169)
>  [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_11]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_11]
>   at java.lang.Thread.run(Thread.java:745) [na:1.8.0_11]
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 
> StreamReceiveTask.java:214 - Error applying streamed data: 
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> ~[apache-cas

[jira] [Commented] (CASSANDRA-11754) Support disabling early open on individual tables

2016-05-12 Thread Blake Eggleston (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281654#comment-15281654
 ] 

Blake Eggleston commented on CASSANDRA-11754:
-

Fixes pushed up to the linked branches. I moved the {{cfs.supportsEarlyOpen()}} 
check into an SSTRW method. The calls in Upgrader, Scrubber, and 
CompactionManager merge from 3.0 to 3.7 without complaining, but they won't 
compile until the old isOffline argument is removed from the calls.

> Support disabling early open on individual tables
> -
>
> Key: CASSANDRA-11754
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11754
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Blake Eggleston
>Assignee: Blake Eggleston
>Priority: Minor
> Fix For: 3.0.x, 3.7
>
>
> SSTable early open can cause problems with some 3rd party compaction strategy 
> implementations. Allowing compaction strategies to prevent 
> CompactionAwareWriter from instantiating SSTableRewriters with early open 
> enabled would solve them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11670) Error while waiting on bootstrap to complete. Bootstrap will have to be restarted. Stream failed

2016-05-12 Thread JIRA

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281655#comment-15281655
 ] 

Alexander Heiß commented on CASSANDRA-11670:


After many tries and with *commitlog_segment_size_in_mb* of 512 and a * 
streaming_socket_timeout_in_ms* of 12 Hours the Bootstrap process was 
successfull and the two new nodes are in the cluster.

> Error while waiting on bootstrap to complete. Bootstrap will have to be 
> restarted. Stream failed
> 
>
> Key: CASSANDRA-11670
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11670
> Project: Cassandra
>  Issue Type: Bug
>  Components: Configuration, Streaming and Messaging
>Reporter: Anastasia Osintseva
>Assignee: Paulo Motta
> Fix For: 3.0.5
>
>
> I have in cluster 2 DC, in each DC - 2 Nodes. I wanted to add 1 node to each 
> DC. One node has been added successfully after I had made scrubing. 
> Now I'm trying to add node to another DC, but get error: 
> org.apache.cassandra.streaming.StreamException: Stream failed. 
> After scrubing and repair I get the same error.  
> {noformat}
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 Keyspace.java:492 - 
> Unknown exception caught while attempting to update MaterializedView! 
> messages_dump.messages
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:487) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyUnsafe(Mutation.java:236) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.streaming.StreamReceiveTask$OnCompletionRunnable.run(StreamReceiveTask.java:169)
>  [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_11]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_11]
>   at java.lang.Thread.run(Thread.java:745) [na:1.8.0_11]
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 
> StreamReceiveTask.java:214 - Error applying streamed data: 
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keys

[jira] [Commented] (CASSANDRA-10819) Generic Java UDF types

2016-05-12 Thread Paulo Motta (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-10819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281651#comment-15281651
 ] 

Paulo Motta commented on CASSANDRA-10819:
-

Thanks!

> Generic Java UDF types
> --
>
> Key: CASSANDRA-10819
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10819
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL
>Reporter: Robert Stupp
>Assignee: Robert Stupp
>Priority: Minor
>  Labels: UDF, doc-impacting
> Fix For: 3.4
>
>
> At the moment we only generate raw type signatures for Java UDF methods. E.g. 
> a CQL argument type {{map}} is just mapped to {{java.util.Map}} 
> but could be mapped to {{java.util.Map}}.
> It's a probably simple but nice improvement and feels to be a LHF.
> Depending on the complexity it might be doable for 3.0.x, too.
> Thanks for the heads-up, [~doanduyhai]!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11670) Error while waiting on bootstrap to complete. Bootstrap will have to be restarted. Stream failed

2016-05-12 Thread Paulo Motta (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281623#comment-15281623
 ] 

Paulo Motta commented on CASSANDRA-11670:
-

bq. Now we get another error:

Did you drop any table during bootstrap by any chance? Does this happens always 
or only one time? Did you get around it?

bq. Approximately 2 Hours after the Bootstrap starts (2 Hours is the 
streaming_socket_timeout_in_ms could that have something to to with the problem 
?)

It's possible, but you should see {{StreamingSocketTimeout}} in the logs of 
some node. If you see this then you might be hitting CASSANDRA-8343, so you 
should increase {{stream_socket_timeout_in_ms}} as a temporary workaround.

> Error while waiting on bootstrap to complete. Bootstrap will have to be 
> restarted. Stream failed
> 
>
> Key: CASSANDRA-11670
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11670
> Project: Cassandra
>  Issue Type: Bug
>  Components: Configuration, Streaming and Messaging
>Reporter: Anastasia Osintseva
>Assignee: Paulo Motta
> Fix For: 3.0.5
>
>
> I have in cluster 2 DC, in each DC - 2 Nodes. I wanted to add 1 node to each 
> DC. One node has been added successfully after I had made scrubing. 
> Now I'm trying to add node to another DC, but get error: 
> org.apache.cassandra.streaming.StreamException: Stream failed. 
> After scrubing and repair I get the same error.  
> {noformat}
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 Keyspace.java:492 - 
> Unknown exception caught while attempting to update MaterializedView! 
> messages_dump.messages
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.service.StorageProxy.mutateMV(StorageProxy.java:724) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.db.view.ViewManager.pushViewReplicaUpdates(ViewManager.java:149)
>  ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:487) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyUnsafe(Mutation.java:236) 
> [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.streaming.StreamReceiveTask$OnCompletionRunnable.run(StreamReceiveTask.java:169)
>  [apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_11]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  [na:1.8.0_11]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  [na:1.8.0_11]
>   at java.lang.Thread.run(Thread.java:745) [na:1.8.0_11]
> ERROR [StreamReceiveTask:5] 2016-04-27 00:33:21,082 
> StreamReceiveTask.java:214 - Error applying streamed data: 
> java.lang.IllegalArgumentException: Mutation of 34974901 bytes is too large 
> for the maxiumum size of 33554432
>   at org.apache.cassandra.db.commitlog.CommitLog.add(CommitLog.java:264) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:469) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:384) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.applyFuture(Mutation.java:205) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at org.apache.cassandra.db.Mutation.apply(Mutation.java:217) 
> ~[apache-cassandra-3.0.5.jar:3.0.5]
>   at 
> org.apache.cassandra.batchlog.BatchlogManager.store(BatchlogManager.java:146) 
> ~[apach

[jira] [Commented] (CASSANDRA-11679) Cassandra Driver returns different number of results depending on fetchsize

2016-05-12 Thread Tyler Hobbs (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281612#comment-15281612
 ] 

Tyler Hobbs commented on CASSANDRA-11679:
-

bq. I guess you missed that part in my last comment 

Oops! (facepalm)

bq. I have rerun the DTests for more safety. The results are here and the error 
is gone.

Thanks, +1

> Cassandra Driver returns different number of results depending on fetchsize
> ---
>
> Key: CASSANDRA-11679
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11679
> Project: Cassandra
>  Issue Type: Bug
>  Components: CQL
>Reporter: Varun Barala
>Assignee: Benjamin Lerer
> Fix For: 2.1.x
>
> Attachments: 11679-2.1.txt
>
>
> I'm trying to fetch all distinct keys from a CF using cassandra-driver 
> (2.1.7.1) and I observed some strange behavior :-
> The total distinct rows are 498 so If I perform a query get All distinctKeys 
> It returns 503 instead of 498(five keys twice).
> But If I define the fetch size in select statement more than 498 then it 
> returns exact 498 rows. 
> And If I execute same statement on Dev-center it returns 498 rows (because 
> the default fetch size is 5000). In `cqlsh` it returns 503 rows (because 
> cqlsh uses fetch size=100).
> Some Additional and useful information :- 
> ---
> Cassandra-2.1.13  (C)* version
> Consistency level: ONE 
> local machine(ubuntu 14.04)
> Table Schema:-
> --
> {code:xml}
> CREATE TABLE sample (
>  pk1 text,
>  pk2 text,
> row_id uuid,
> value blob,
> PRIMARY KEY (( pk1,  pk2))
> ) WITH bloom_filter_fp_chance = 0.01
> AND caching = '{"keys":"ALL", "rows_per_partition":"NONE"}'
> AND comment = ''
> AND compaction = {'class': 
> 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy'}
> AND compression = {'sstable_compression': 
> 'org.apache.cassandra.io.compress.LZ4Compressor'}
> AND dclocal_read_repair_chance = 0.1
> AND default_time_to_live = 0
> AND gc_grace_seconds = 864000
> AND max_index_interval = 2048
> AND memtable_flush_period_in_ms = 0
> AND min_index_interval = 128
> AND read_repair_chance = 0.0
> AND speculative_retry = '99.0PERCENTILE';
> {code}
> query :-
> 
> {code:xml}
> SELECT DISTINCT  pk2, pk1 FROM sample LIMIT 2147483647;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Deleted] (CASSANDRA-11764) 1888-513@5978 Quicken Error support phone number for contact

2016-05-12 Thread Joshua McKenzie (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua McKenzie deleted CASSANDRA-11764:



> 1888-513@5978 Quicken Error support phone number for contact
> 
>
> Key: CASSANDRA-11764
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11764
> Project: Cassandra
>  Issue Type: Bug
> Environment: 1888-513@5978 Quicken Error support phone number for 
> contact
>Reporter: adityachunar
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11679) Cassandra Driver returns different number of results depending on fetchsize

2016-05-12 Thread Benjamin Lerer (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281594#comment-15281594
 ] 

Benjamin Lerer commented on CASSANDRA-11679:


{quote}The paging_test.TestPagingData.test_paging_for_range_name_queries is 
failing because the test is invalid for 2.1. I provided a fix for it.{quote}
I guess you missed that part in my last comment ;-)

I have rerun the DTests for more safety. The results are 
[here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-11679-2.1-dtest/3/]
 and the error is gone.

> Cassandra Driver returns different number of results depending on fetchsize
> ---
>
> Key: CASSANDRA-11679
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11679
> Project: Cassandra
>  Issue Type: Bug
>  Components: CQL
>Reporter: Varun Barala
>Assignee: Benjamin Lerer
> Fix For: 2.1.x
>
> Attachments: 11679-2.1.txt
>
>
> I'm trying to fetch all distinct keys from a CF using cassandra-driver 
> (2.1.7.1) and I observed some strange behavior :-
> The total distinct rows are 498 so If I perform a query get All distinctKeys 
> It returns 503 instead of 498(five keys twice).
> But If I define the fetch size in select statement more than 498 then it 
> returns exact 498 rows. 
> And If I execute same statement on Dev-center it returns 498 rows (because 
> the default fetch size is 5000). In `cqlsh` it returns 503 rows (because 
> cqlsh uses fetch size=100).
> Some Additional and useful information :- 
> ---
> Cassandra-2.1.13  (C)* version
> Consistency level: ONE 
> local machine(ubuntu 14.04)
> Table Schema:-
> --
> {code:xml}
> CREATE TABLE sample (
>  pk1 text,
>  pk2 text,
> row_id uuid,
> value blob,
> PRIMARY KEY (( pk1,  pk2))
> ) WITH bloom_filter_fp_chance = 0.01
> AND caching = '{"keys":"ALL", "rows_per_partition":"NONE"}'
> AND comment = ''
> AND compaction = {'class': 
> 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy'}
> AND compression = {'sstable_compression': 
> 'org.apache.cassandra.io.compress.LZ4Compressor'}
> AND dclocal_read_repair_chance = 0.1
> AND default_time_to_live = 0
> AND gc_grace_seconds = 864000
> AND max_index_interval = 2048
> AND memtable_flush_period_in_ms = 0
> AND min_index_interval = 128
> AND read_repair_chance = 0.0
> AND speculative_retry = '99.0PERCENTILE';
> {code}
> query :-
> 
> {code:xml}
> SELECT DISTINCT  pk2, pk1 FROM sample LIMIT 2147483647;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-7592) Ownership changes can violate consistency

2016-05-12 Thread Alex Petrov (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281588#comment-15281588
 ] 

Alex Petrov commented on CASSANDRA-7592:


This issue is also very much related to 9677, where [~jasobrown] proposes to 
strongly consistent membership and ownership. 

> Ownership changes can violate consistency
> -
>
> Key: CASSANDRA-7592
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7592
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Richard Low
>Assignee: Alex Petrov
>
> CASSANDRA-2434 goes a long way to avoiding consistency violations when 
> growing a cluster. However, there is still a window when consistency can be 
> violated when switching ownership of a range.
> Suppose you have replication factor 3 and all reads and writes at quorum. The 
> first part of the ring looks like this:
> Z: 0
> A: 100
> B: 200
> C: 300
> Choose two random coordinators, C1 and C2. Then you bootstrap node X at token 
> 50.
> Consider the token range 0-50. Before bootstrap, this is stored on A, B, C. 
> During bootstrap, writes go to X, A, B, C (and must succeed on 3) and reads 
> choose two from A, B, C. After bootstrap, the range is on X, A, B.
> When the bootstrap completes, suppose C1 processes the ownership change at t1 
> and C2 at t4. Then the following can give an inconsistency:
> t1: C1 switches ownership.
> t2: C1 performs write, so sends write to X, A, B. A is busy and drops the 
> write, but it succeeds because X and B return.
> t3: C2 performs a read. It hasn’t done the switch and chooses A and C. 
> Neither got the write at t2 so null is returned.
> t4: C2 switches ownership.
> This could be solved by continuing writes to the old replica for some time 
> (maybe ring delay) after the ownership changes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11765) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_Skips_3_0_x_EndsAt_Trunk_HEAD.rolling_upgrade_test

2016-05-12 Thread Philip Thompson (JIRA)
Philip Thompson created CASSANDRA-11765:
---

 Summary: dtest failure in 
upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_Skips_3_0_x_EndsAt_Trunk_HEAD.rolling_upgrade_test
 Key: CASSANDRA-11765
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11765
 Project: Cassandra
  Issue Type: Bug
Reporter: Philip Thompson
 Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log, 
node3.log, node3_debug.log

Example failure:

http://cassci.datastax.com/view/Parameterized/job/upgrade_tests-all-custom_branch_runs/12/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV3Upgrade_AllVersions_Skips_3_0_x_EndsAt_Trunk_HEAD/rolling_upgrade_test_2/

The test is seeing a corrupt hint sstable after upgrade from 2.2.5 to 3.6. 
Relevant stack trace is

{code}
ERROR [main] 2016-05-11 16:22:25,180 CassandraDaemon.java:727 - Exception 
encountered during startup
java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
org.apache.cassandra.io.sstable.CorruptSSTableException: Corrupted: 
/mnt/tmp/dtest-X7IReF/test/node1/data2/system/hints-2666e20573ef38b390fefecf96e8f0c7/la-3-big-Data.db
at 
org.apache.cassandra.hints.LegacyHintsMigrator.forceCompaction(LegacyHintsMigrator.java:119)
 ~[main/:na]
at 
org.apache.cassandra.hints.LegacyHintsMigrator.compactLegacyHints(LegacyHintsMigrator.java:108)
 ~[main/:na]
at 
org.apache.cassandra.hints.LegacyHintsMigrator.migrate(LegacyHintsMigrator.java:92)
 ~[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:321) 
[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:581) 
[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:710) 
[main/:na]
Caused by: java.util.concurrent.ExecutionException: 
org.apache.cassandra.io.sstable.CorruptSSTableException: Corrupted: 
/mnt/tmp/dtest-X7IReF/test/node1/data2/system/hints-2666e20573ef38b390fefecf96e8f0c7/la-3-big-Data.db
at java.util.concurrent.FutureTask.report(FutureTask.java:122) 
~[na:1.8.0_51]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) 
~[na:1.8.0_51]
at 
org.apache.cassandra.hints.LegacyHintsMigrator.forceCompaction(LegacyHintsMigrator.java:115)
 ~[main/:na]
... 5 common frames omitted
Caused by: org.apache.cassandra.io.sstable.CorruptSSTableException: Corrupted: 
/mnt/tmp/dtest-X7IReF/test/node1/data2/system/hints-2666e20573ef38b390fefecf96e8f0c7/la-3-big-Data.db
at 
org.apache.cassandra.io.sstable.format.big.BigTableScanner$KeyScanningIterator.computeNext(BigTableScanner.java:351)
 ~[main/:na]
at 
org.apache.cassandra.io.sstable.format.big.BigTableScanner$KeyScanningIterator.computeNext(BigTableScanner.java:265)
 ~[main/:na]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[main/:na]
at 
org.apache.cassandra.io.sstable.format.big.BigTableScanner.hasNext(BigTableScanner.java:245)
 ~[main/:na]
at 
org.apache.cassandra.utils.MergeIterator$OneToOne.computeNext(MergeIterator.java:463)
 ~[main/:na]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[main/:na]
at 
org.apache.cassandra.db.partitions.UnfilteredPartitionIterators$2.hasNext(UnfilteredPartitionIterators.java:150)
 ~[main/:na]
at 
org.apache.cassandra.db.transform.BasePartitions.hasNext(BasePartitions.java:72)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionIterator.hasNext(CompactionIterator.java:226)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:182)
 ~[main/:na]
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) 
~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:82)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:60)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionManager$10.runMayThrow(CompactionManager.java:805)
 ~[main/:na]
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) 
~[main/:na]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[na:1.8.0_51]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
~[na:1.8.0_51]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
~[na:1.8.0_51]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
~[na:1.8.0_51]
at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_51]
Caused by: java.io.EOFException: null
at 
org.apache.cassandra.io.util.RebufferingInputStream.readFully(RebufferingInputStream.java:68)
 ~

[jira] [Created] (CASSANDRA-11764) 1888-513@5978 Quicken Error support phone number for contact

2016-05-12 Thread adityachunar (JIRA)
adityachunar created CASSANDRA-11764:


 Summary: 1888-513@5978 Quicken Error support phone number for 
contact
 Key: CASSANDRA-11764
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11764
 Project: Cassandra
  Issue Type: Bug
 Environment: 1888-513@5978 Quicken Error support phone number for 
contact
Reporter: adityachunar
 Attachments: 1888-513@5978 Quicken Error support phone number for 
contact.pdf





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11763) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_RandomPartitioner_Skips_3_0_x_EndsAt_Trunk_HEAD.rolling_upgrade_test

2016-05-12 Thread Jim Witschey (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281586#comment-15281586
 ] 

Jim Witschey commented on CASSANDRA-11763:
--

Seeing the same failure on 
{{TestUpgrade_current_2_2_x_To_next_3_x/rolling_upgrade_with_internode_ssl_test}}:

http://cassci.datastax.com/view/Parameterized/job/upgrade_tests-all-custom_branch_runs/12/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_2_x_To_next_3_x/rolling_upgrade_with_internode_ssl_test/
http://cassci.datastax.com/view/Parameterized/job/upgrade_tests-all-custom_branch_runs/12/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_2_2_x_To_next_3_x/rolling_upgrade_with_internode_ssl_test_2/

> dtest failure in 
> upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_RandomPartitioner_Skips_3_0_x_EndsAt_Trunk_HEAD.rolling_upgrade_test
> 
>
> Key: CASSANDRA-11763
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11763
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Philip Thompson
>  Labels: dtest
> Fix For: 3.x
>
> Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log, 
> node3.log, node3_debug.log
>
>
> example failure in:
> http://cassci.datastax.com/view/Parameterized/job/upgrade_tests-all-custom_branch_runs/12/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV3Upgrade_AllVersions_RandomPartitioner_Skips_3_0_x_EndsAt_Trunk_HEAD/rolling_upgrade_test_2/
> Logs are attached, relevant stack trace is here.
> {code}
> ERROR [main] 2016-05-11 16:26:06,555 CassandraDaemon.java:727 - Exception 
> encountered during startup
> java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
> java.lang.NegativeArraySizeException
>   at 
> org.apache.cassandra.hints.LegacyHintsMigrator.forceCompaction(LegacyHintsMigrator.java:119)
>  ~[main/:na]
>   at 
> org.apache.cassandra.hints.LegacyHintsMigrator.compactLegacyHints(LegacyHintsMigrator.java:108)
>  ~[main/:na]
>   at 
> org.apache.cassandra.hints.LegacyHintsMigrator.migrate(LegacyHintsMigrator.java:92)
>  ~[main/:na]
>   at 
> org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:321) 
> [main/:na]
>   at 
> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:581)
>  [main/:na]
>   at 
> org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:710) 
> [main/:na]
> Caused by: java.util.concurrent.ExecutionException: 
> java.lang.NegativeArraySizeException
>   at java.util.concurrent.FutureTask.report(FutureTask.java:122) 
> ~[na:1.8.0_51]
>   at java.util.concurrent.FutureTask.get(FutureTask.java:192) 
> ~[na:1.8.0_51]
>   at 
> org.apache.cassandra.hints.LegacyHintsMigrator.forceCompaction(LegacyHintsMigrator.java:115)
>  ~[main/:na]
>   ... 5 common frames omitted
> Caused by: java.lang.NegativeArraySizeException: null
>   at 
> org.apache.cassandra.db.RowIndexEntry$LegacyShallowIndexedEntry.deserialize(RowIndexEntry.java:519)
>  ~[main/:na]
>   at 
> org.apache.cassandra.db.RowIndexEntry$Serializer.deserialize(RowIndexEntry.java:321)
>  ~[main/:na]
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableScanner$KeyScanningIterator.computeNext(BigTableScanner.java:310)
>  ~[main/:na]
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableScanner$KeyScanningIterator.computeNext(BigTableScanner.java:265)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
> ~[main/:na]
>   at 
> org.apache.cassandra.io.sstable.format.big.BigTableScanner.hasNext(BigTableScanner.java:245)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.MergeIterator$Candidate.advance(MergeIterator.java:374)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.MergeIterator$ManyToOne.advance(MergeIterator.java:186)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.MergeIterator$ManyToOne.computeNext(MergeIterator.java:155)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
> ~[main/:na]
>   at 
> org.apache.cassandra.db.partitions.UnfilteredPartitionIterators$2.hasNext(UnfilteredPartitionIterators.java:150)
>  ~[main/:na]
>   at 
> org.apache.cassandra.db.transform.BasePartitions.hasNext(BasePartitions.java:72)
>  ~[main/:na]
>   at 
> org.apache.cassandra.db.compaction.CompactionIterator.hasNext(CompactionIterator.java:226)
>  ~[main/:na]
>   at 
> org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:182)
>  ~[main/:na]
>   at 
> org.apache.cassandra.utils.WrappedRunnable

[jira] [Commented] (CASSANDRA-11752) histograms/metrics in 2.2 do not appear recency biased

2016-05-12 Thread Chris Lohfink (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281575#comment-15281575
 ] 

Chris Lohfink commented on CASSANDRA-11752:
---

each bucket is a counter of events in that range, so you use either backward or 
forward decaying of each buckets value. It isnt perfect but it will give an 
approximate that would not miss the outliers that the sampling reservoir does.

> histograms/metrics in 2.2 do not appear recency biased
> --
>
> Key: CASSANDRA-11752
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11752
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Chris Burroughs
>  Labels: metrics
> Attachments: boost-metrics.png, c-jconsole-comparison.png, 
> c-metrics.png, default-histogram.png
>
>
> In addition to upgrading to metrics3, CASSANDRA-5657 switched to using  a 
> custom histogram implementation.  After upgrading to Cassandra 2.2 
> histograms/timer metrics are not suspiciously flat.  To be useful for 
> graphing and alerting metrics need to be biased towards recent events.
> I have attached images that I think illustrate this.
>  * The first two are a comparison between latency observed by a C* 2.2 (us) 
> cluster shoring very flat lines and a client (using metrics 2.2.0, ms) 
> showing server performance problems.  We can't rule out with total certainty 
> that something else isn't the cause (that's why we measure from both the 
> client & server) but they very rarely disagree.
>  * The 3rd image compares jconsole viewing of metrics on a 2.2 and 2.1 
> cluster over several minutes.  Not a single digit changed on the 2.2 cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Deleted] (CASSANDRA-11762) Quicken delux Tech1888-513-5978 Support Toll free Number

2016-05-12 Thread Sylvain Lebresne (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylvain Lebresne deleted CASSANDRA-11762:
-


> Quicken delux Tech1888-513-5978 Support Toll free Number 
> -
>
> Key: CASSANDRA-11762
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11762
> Project: Cassandra
>  Issue Type: Bug
> Environment: Quicken delux Tech1888-513-5978 Support Toll free Number 
>Reporter: adityachunar
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11763) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_RandomPartitioner_Skips_3_0_x_EndsAt_Trunk_HEAD.rolling_upgrade_test

2016-05-12 Thread Philip Thompson (JIRA)
Philip Thompson created CASSANDRA-11763:
---

 Summary: dtest failure in 
upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_AllVersions_RandomPartitioner_Skips_3_0_x_EndsAt_Trunk_HEAD.rolling_upgrade_test
 Key: CASSANDRA-11763
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11763
 Project: Cassandra
  Issue Type: Bug
Reporter: Philip Thompson
 Fix For: 3.x
 Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log, 
node3.log, node3_debug.log

example failure in:

http://cassci.datastax.com/view/Parameterized/job/upgrade_tests-all-custom_branch_runs/12/testReport/upgrade_tests.upgrade_through_versions_test/ProtoV3Upgrade_AllVersions_RandomPartitioner_Skips_3_0_x_EndsAt_Trunk_HEAD/rolling_upgrade_test_2/

Logs are attached, relevant stack trace is here.

{code}
ERROR [main] 2016-05-11 16:26:06,555 CassandraDaemon.java:727 - Exception 
encountered during startup
java.lang.RuntimeException: java.util.concurrent.ExecutionException: 
java.lang.NegativeArraySizeException
at 
org.apache.cassandra.hints.LegacyHintsMigrator.forceCompaction(LegacyHintsMigrator.java:119)
 ~[main/:na]
at 
org.apache.cassandra.hints.LegacyHintsMigrator.compactLegacyHints(LegacyHintsMigrator.java:108)
 ~[main/:na]
at 
org.apache.cassandra.hints.LegacyHintsMigrator.migrate(LegacyHintsMigrator.java:92)
 ~[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:321) 
[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:581) 
[main/:na]
at 
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:710) 
[main/:na]
Caused by: java.util.concurrent.ExecutionException: 
java.lang.NegativeArraySizeException
at java.util.concurrent.FutureTask.report(FutureTask.java:122) 
~[na:1.8.0_51]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) 
~[na:1.8.0_51]
at 
org.apache.cassandra.hints.LegacyHintsMigrator.forceCompaction(LegacyHintsMigrator.java:115)
 ~[main/:na]
... 5 common frames omitted
Caused by: java.lang.NegativeArraySizeException: null
at 
org.apache.cassandra.db.RowIndexEntry$LegacyShallowIndexedEntry.deserialize(RowIndexEntry.java:519)
 ~[main/:na]
at 
org.apache.cassandra.db.RowIndexEntry$Serializer.deserialize(RowIndexEntry.java:321)
 ~[main/:na]
at 
org.apache.cassandra.io.sstable.format.big.BigTableScanner$KeyScanningIterator.computeNext(BigTableScanner.java:310)
 ~[main/:na]
at 
org.apache.cassandra.io.sstable.format.big.BigTableScanner$KeyScanningIterator.computeNext(BigTableScanner.java:265)
 ~[main/:na]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[main/:na]
at 
org.apache.cassandra.io.sstable.format.big.BigTableScanner.hasNext(BigTableScanner.java:245)
 ~[main/:na]
at 
org.apache.cassandra.utils.MergeIterator$Candidate.advance(MergeIterator.java:374)
 ~[main/:na]
at 
org.apache.cassandra.utils.MergeIterator$ManyToOne.advance(MergeIterator.java:186)
 ~[main/:na]
at 
org.apache.cassandra.utils.MergeIterator$ManyToOne.computeNext(MergeIterator.java:155)
 ~[main/:na]
at 
org.apache.cassandra.utils.AbstractIterator.hasNext(AbstractIterator.java:47) 
~[main/:na]
at 
org.apache.cassandra.db.partitions.UnfilteredPartitionIterators$2.hasNext(UnfilteredPartitionIterators.java:150)
 ~[main/:na]
at 
org.apache.cassandra.db.transform.BasePartitions.hasNext(BasePartitions.java:72)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionIterator.hasNext(CompactionIterator.java:226)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionTask.runMayThrow(CompactionTask.java:182)
 ~[main/:na]
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) 
~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:82)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:60)
 ~[main/:na]
at 
org.apache.cassandra.db.compaction.CompactionManager$10.runMayThrow(CompactionManager.java:805)
 ~[main/:na]
at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) 
~[main/:na]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[na:1.8.0_51]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
~[na:1.8.0_51]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
~[na:1.8.0_51]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
~[na:1.8.0_51]
at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_51]
ERROR [CompactionExecutor:1] 2016-05-11 16:26:06,559 CassandraDaemon.java:21

[jira] [Deleted] (CASSANDRA-11761) Quicken Tech Support Toll free Number 18885135978, Quicken Support Telephone Number

2016-05-12 Thread Sylvain Lebresne (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylvain Lebresne deleted CASSANDRA-11761:
-


>  Quicken Tech Support Toll free Number 18885135978, Quicken Support Telephone 
> Number
> 
>
> Key: CASSANDRA-11761
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11761
> Project: Cassandra
>  Issue Type: Bug
> Environment:  Quicken Tech Support Toll free Number 18885135978, 
> Quicken Support Telephone Number
>Reporter: adityachunar
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11762) Quicken delux Tech1888-513-5978 Support Toll free Number

2016-05-12 Thread adityachunar (JIRA)
adityachunar created CASSANDRA-11762:


 Summary: Quicken delux Tech1888-513-5978 Support Toll free Number 
 Key: CASSANDRA-11762
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11762
 Project: Cassandra
  Issue Type: Bug
 Environment: Quicken delux Tech1888-513-5978 Support Toll free Number 
Reporter: adityachunar
 Attachments: Q2.pdf





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-11720) Changing `max_hint_window_in_ms` at runtime

2016-05-12 Thread Paulo Motta (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paulo Motta updated CASSANDRA-11720:

Labels: lhf  (was: )

> Changing `max_hint_window_in_ms` at runtime
> ---
>
> Key: CASSANDRA-11720
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11720
> Project: Cassandra
>  Issue Type: Wish
>  Components: Coordination
>Reporter: Jens Rantil
>Priority: Minor
>  Labels: lhf
>
> Scenario: A larger node (in terms of data it holds) goes down. You realize 
> that it will take slightly more than `max_hint_window_in_ms` to fix it. You 
> have a the disk space to store some additional hints.
> Proposal: Support changing `max_hint_window_in_ms` at runtime. The change 
> doesn't have to be persisted somewhere. I'm thinking similar to changing the 
> `compactionthroughput` etc. using `nodetool`.
> Workaround: Change the value in the configuration file and do a rolling 
> restart of all the nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11761) Quicken Tech Support Toll free Number 18885135978, Quicken Support Telephone Number

2016-05-12 Thread adityachunar (JIRA)
adityachunar created CASSANDRA-11761:


 Summary:  Quicken Tech Support Toll free Number 18885135978, 
Quicken Support Telephone Number
 Key: CASSANDRA-11761
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11761
 Project: Cassandra
  Issue Type: Bug
 Environment:  Quicken Tech Support Toll free Number 18885135978, 
Quicken Support Telephone Number
Reporter: adityachunar
 Attachments: Q 1.pdf





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11752) histograms/metrics in 2.2 do not appear recency biased

2016-05-12 Thread T Jake Luciani (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281560#comment-15281560
 ] 

T Jake Luciani commented on CASSANDRA-11752:


I'm pretty -1 on the idea of ResetOnSnapshot.   This makes the window arbitrary 
(whenever a client hits it).

I think our EH offers most of what hdr does, just doesn't support arbitrary 
buckets.  I think keeping a rolling snapshot every 60s is the simplest fix 
(though the issue might he heap per table).  [~cnlwsu] how would you add decay?

> histograms/metrics in 2.2 do not appear recency biased
> --
>
> Key: CASSANDRA-11752
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11752
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Chris Burroughs
>  Labels: metrics
> Attachments: boost-metrics.png, c-jconsole-comparison.png, 
> c-metrics.png, default-histogram.png
>
>
> In addition to upgrading to metrics3, CASSANDRA-5657 switched to using  a 
> custom histogram implementation.  After upgrading to Cassandra 2.2 
> histograms/timer metrics are not suspiciously flat.  To be useful for 
> graphing and alerting metrics need to be biased towards recent events.
> I have attached images that I think illustrate this.
>  * The first two are a comparison between latency observed by a C* 2.2 (us) 
> cluster shoring very flat lines and a client (using metrics 2.2.0, ms) 
> showing server performance problems.  We can't rule out with total certainty 
> that something else isn't the cause (that's why we measure from both the 
> client & server) but they very rarely disagree.
>  * The 3rd image compares jconsole viewing of metrics on a 2.2 and 2.1 
> cluster over several minutes.  Not a single digit changed on the 2.2 cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11752) histograms/metrics in 2.2 do not appear recency biased

2016-05-12 Thread T Jake Luciani (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281564#comment-15281564
 ] 

T Jake Luciani commented on CASSANDRA-11752:


Well keep 5 snapshots of 60 sec intervals. I just worry about the size.  
Perhaps since they are just diffs they can be kept as an array of ints vs longs

> histograms/metrics in 2.2 do not appear recency biased
> --
>
> Key: CASSANDRA-11752
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11752
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Chris Burroughs
>  Labels: metrics
> Attachments: boost-metrics.png, c-jconsole-comparison.png, 
> c-metrics.png, default-histogram.png
>
>
> In addition to upgrading to metrics3, CASSANDRA-5657 switched to using  a 
> custom histogram implementation.  After upgrading to Cassandra 2.2 
> histograms/timer metrics are not suspiciously flat.  To be useful for 
> graphing and alerting metrics need to be biased towards recent events.
> I have attached images that I think illustrate this.
>  * The first two are a comparison between latency observed by a C* 2.2 (us) 
> cluster shoring very flat lines and a client (using metrics 2.2.0, ms) 
> showing server performance problems.  We can't rule out with total certainty 
> that something else isn't the cause (that's why we measure from both the 
> client & server) but they very rarely disagree.
>  * The 3rd image compares jconsole viewing of metrics on a 2.2 and 2.1 
> cluster over several minutes.  Not a single digit changed on the 2.2 cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11752) histograms/metrics in 2.2 do not appear recency biased

2016-05-12 Thread Chris Lohfink (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281549#comment-15281549
 ] 

Chris Lohfink commented on CASSANDRA-11752:
---

Well I will prefix this with I had nothing to do with any of the decisions, or 
have any real say in this. I am just an observer who has been impacted by the 
changes a bit.

bq. If I understand your proposal correctly,
 
apparently not, Ill elaborate a few ideas I listed above

- change the reservoir to use hdr histogram. 
 -- This is how most of the metrics community resolves this (on ML) 
https://bitbucket.org/marshallpierce/hdrhistogram-metrics-reservoir. it has the 
HdrHistogramResetOnSnapshotReservoir (can be implemented in EH too) that would 
essentially do the deltas. Unfortunately when you read 1 attribute at a time 
this will cause issues per codahales comment when people asked for the feature 
in metrics "Definitely not. Concurrency and reset operations don't play 
nicely.".
 -- a lot of the push for using a non-lossy histograms vs the random samping 
reservoirs (pre 2.2) came up every time someone sees one of Gene Tills talks 
for the first time. So this would make a lot of people happy
- Adding an exp decay to the EH
-- Can add forward decay to the values of EH buckets, actually pretty trivial 
to implement (id be willing to give this a shot, also sound fun)
-- This would give the same "recent" view as the ExpDecayingReservoir without 
the randomness that loses outliers.
-  Exposing the clear operation on the mbean, after reading if you clear the 
histogram it would give you what your looking for really.
-- pre 2.2 this is how it worked for cfhistograms and such, there were two ways 
to read each histogram, one that cleared and one that did not.
-- same comment as the ResetOnSnapshotReservoir above, this is easy to manage 
when doing it programmatically but it fails with things like dumb jmx readers.

bq. If I understand your proposal correctly, you are saying it would be better 
to drop all of that, much more powerful (and mathematically sound!) if we did 
an out of band export and merge of all of the histograms and create a heatmap. 
This would provide better insight into the distribution of values (by showing 
the full distribution instead of a handful of percentiles) and allow for 
cluster wide aggregation. This could be further augmented by using hue and 
saturaiton to call out latencies for individual nodes or column families. I 
think that sounds fantastic, but that is very much not where the industry is 
today. Maybe Circonus can do that, but graphite definitely can't.

For what its worth, thats more or less of what opscenter does. It still uses 
percentiles vs heatmap for ease to conceptualize, but it generates percentiles 
on merged histograms vs the _averaging_ of the percentile value (which 
apparently makes some people very very angry). Thats not helpful here, but we 
shouldnt necessarily sacrifice the more accurate mechanism either. There were 
very loud complaints with how latencies were reported before so I was pretty 
glad to see the change in 2.2. I purpose we provide both.

> histograms/metrics in 2.2 do not appear recency biased
> --
>
> Key: CASSANDRA-11752
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11752
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Chris Burroughs
>  Labels: metrics
> Attachments: boost-metrics.png, c-jconsole-comparison.png, 
> c-metrics.png, default-histogram.png
>
>
> In addition to upgrading to metrics3, CASSANDRA-5657 switched to using  a 
> custom histogram implementation.  After upgrading to Cassandra 2.2 
> histograms/timer metrics are not suspiciously flat.  To be useful for 
> graphing and alerting metrics need to be biased towards recent events.
> I have attached images that I think illustrate this.
>  * The first two are a comparison between latency observed by a C* 2.2 (us) 
> cluster shoring very flat lines and a client (using metrics 2.2.0, ms) 
> showing server performance problems.  We can't rule out with total certainty 
> that something else isn't the cause (that's why we measure from both the 
> client & server) but they very rarely disagree.
>  * The 3rd image compares jconsole viewing of metrics on a 2.2 and 2.1 
> cluster over several minutes.  Not a single digit changed on the 2.2 cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CASSANDRA-11752) histograms/metrics in 2.2 do not appear recency biased

2016-05-12 Thread Chris Lohfink (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281556#comment-15281556
 ] 

Chris Lohfink edited comment on CASSANDRA-11752 at 5/12/16 2:33 PM:


You thinking keeping a snapshot of histogram around from 5 min ago or something 
and compute the percentile attributes from the deltas instead of the total one? 
I think that would be pretty good approach


was (Author: cnlwsu):
You thinking keeping a snapshot of histogram around from 5 min ago or something 
and compute the percentile attributes from that instead of the total one? I 
think that would be pretty good approach

> histograms/metrics in 2.2 do not appear recency biased
> --
>
> Key: CASSANDRA-11752
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11752
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Chris Burroughs
>  Labels: metrics
> Attachments: boost-metrics.png, c-jconsole-comparison.png, 
> c-metrics.png, default-histogram.png
>
>
> In addition to upgrading to metrics3, CASSANDRA-5657 switched to using  a 
> custom histogram implementation.  After upgrading to Cassandra 2.2 
> histograms/timer metrics are not suspiciously flat.  To be useful for 
> graphing and alerting metrics need to be biased towards recent events.
> I have attached images that I think illustrate this.
>  * The first two are a comparison between latency observed by a C* 2.2 (us) 
> cluster shoring very flat lines and a client (using metrics 2.2.0, ms) 
> showing server performance problems.  We can't rule out with total certainty 
> that something else isn't the cause (that's why we measure from both the 
> client & server) but they very rarely disagree.
>  * The 3rd image compares jconsole viewing of metrics on a 2.2 and 2.1 
> cluster over several minutes.  Not a single digit changed on the 2.2 cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11752) histograms/metrics in 2.2 do not appear recency biased

2016-05-12 Thread Chris Lohfink (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281556#comment-15281556
 ] 

Chris Lohfink commented on CASSANDRA-11752:
---

You thinking keeping a snapshot of histogram around from 5 min ago or something 
and compute the percentile attributes from that instead of the total one? I 
think that would be pretty good approach

> histograms/metrics in 2.2 do not appear recency biased
> --
>
> Key: CASSANDRA-11752
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11752
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Chris Burroughs
>  Labels: metrics
> Attachments: boost-metrics.png, c-jconsole-comparison.png, 
> c-metrics.png, default-histogram.png
>
>
> In addition to upgrading to metrics3, CASSANDRA-5657 switched to using  a 
> custom histogram implementation.  After upgrading to Cassandra 2.2 
> histograms/timer metrics are not suspiciously flat.  To be useful for 
> graphing and alerting metrics need to be biased towards recent events.
> I have attached images that I think illustrate this.
>  * The first two are a comparison between latency observed by a C* 2.2 (us) 
> cluster shoring very flat lines and a client (using metrics 2.2.0, ms) 
> showing server performance problems.  We can't rule out with total certainty 
> that something else isn't the cause (that's why we measure from both the 
> client & server) but they very rarely disagree.
>  * The 3rd image compares jconsole viewing of metrics on a 2.2 and 2.1 
> cluster over several minutes.  Not a single digit changed on the 2.2 cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-11613) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test

2016-05-12 Thread Philip Thompson (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philip Thompson updated CASSANDRA-11613:

Fix Version/s: 3.x

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test
> --
>
> Key: CASSANDRA-11613
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11613
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Russ Hatch
>Assignee: Tyler Hobbs
>  Labels: dtest
> Fix For: 3.x
>
>
> example failure:
> http://cassci.datastax.com/job/upgrade_tests-all-custom_branch_runs/8/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk/more_user_types_test
> Failed on CassCI build upgrade_tests-all-custom_branch_runs #8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11760) dtest failure in TestCQLNodes3RF3_Upgrade_current_2_2_x_To_next_3_x.more_user_types_test

2016-05-12 Thread Philip Thompson (JIRA)
Philip Thompson created CASSANDRA-11760:
---

 Summary: dtest failure in 
TestCQLNodes3RF3_Upgrade_current_2_2_x_To_next_3_x.more_user_types_test
 Key: CASSANDRA-11760
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11760
 Project: Cassandra
  Issue Type: Bug
Reporter: Philip Thompson
 Fix For: 3.x
 Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log, 
node3.log, node3_debug.log

example failure:

http://cassci.datastax.com/view/Parameterized/job/upgrade_tests-all-custom_branch_runs/12/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_2_x_To_next_3_x/user_types_test/

I've attached the logs. The test upgrades from 2.2.5 to 3.6. The relevant 
failure stack trace extracted here:

{code}
ERROR [MessagingService-Incoming-/127.0.0.1] 2016-05-11 17:08:31,33
4 CassandraDaemon.java:185 - Exception in thread Thread[MessagingSe
rvice-Incoming-/127.0.0.1,5,main]
java.lang.ArrayIndexOutOfBoundsException: 1
at 
org.apache.cassandra.db.composites.AbstractCompoundCellNameType.fromByteBuffer(AbstractCompoundCellNameType.java:99)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.composites.AbstractCType$Serializer.deserialize(AbstractCType.java:382)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.composites.AbstractCType$Serializer.deserialize(AbstractCType.java:366)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.composites.AbstractCellNameType$5.deserialize(AbstractCellNameType.java:117)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.composites.AbstractCellNameType$5.deserialize(AbstractCellNameType.java:109)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.ColumnSerializer.deserialize(ColumnSerializer.java:106) 
~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.ColumnSerializer.deserialize(ColumnSerializer.java:101) 
~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:109)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserializeOneCf(Mutation.java:322)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:302)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:330)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:272)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at org.apache.cassandra.net.MessageIn.read(MessageIn.java:99) 
~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.net.IncomingTcpConnection.receiveMessage(IncomingTcpConnection.java:200)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.net.IncomingTcpConnection.receiveMessages(IncomingTcpConnection.java:177)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:91)
 ~[apache-cassandra-2.2.6.jar:2.2.6]
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11752) histograms/metrics in 2.2 do not appear recency biased

2016-05-12 Thread Ariel Weisberg (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281554#comment-15281554
 ] 

Ariel Weisberg commented on CASSANDRA-11752:


It is. My point is that requiring people to munge a histogram to get the a 
value when you aren't providing an integration for all the different monitoring 
frameworks is maybe not the best way to go about it.

The values provided by the percentiles are not useful so why not make them 
useful?

> histograms/metrics in 2.2 do not appear recency biased
> --
>
> Key: CASSANDRA-11752
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11752
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Chris Burroughs
>  Labels: metrics
> Attachments: boost-metrics.png, c-jconsole-comparison.png, 
> c-metrics.png, default-histogram.png
>
>
> In addition to upgrading to metrics3, CASSANDRA-5657 switched to using  a 
> custom histogram implementation.  After upgrading to Cassandra 2.2 
> histograms/timer metrics are not suspiciously flat.  To be useful for 
> graphing and alerting metrics need to be biased towards recent events.
> I have attached images that I think illustrate this.
>  * The first two are a comparison between latency observed by a C* 2.2 (us) 
> cluster shoring very flat lines and a client (using metrics 2.2.0, ms) 
> showing server performance problems.  We can't rule out with total certainty 
> that something else isn't the cause (that's why we measure from both the 
> client & server) but they very rarely disagree.
>  * The 3rd image compares jconsole viewing of metrics on a 2.2 and 2.1 
> cluster over several minutes.  Not a single digit changed on the 2.2 cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-11613) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test

2016-05-12 Thread Philip Thompson (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philip Thompson updated CASSANDRA-11613:

Issue Type: Bug  (was: Test)

> dtest failure in 
> upgrade_tests.cql_tests.TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk.more_user_types_test
> --
>
> Key: CASSANDRA-11613
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11613
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Russ Hatch
>Assignee: Tyler Hobbs
>  Labels: dtest
> Fix For: 3.x
>
>
> example failure:
> http://cassci.datastax.com/job/upgrade_tests-all-custom_branch_runs/8/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_2_2_HEAD_UpTo_Trunk/more_user_types_test
> Failed on CassCI build upgrade_tests-all-custom_branch_runs #8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-11752) histograms/metrics in 2.2 do not appear recency biased

2016-05-12 Thread T Jake Luciani (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281541#comment-15281541
 ] 

T Jake Luciani commented on CASSANDRA-11752:


I'm pretty sure the raw histogram is there in JMX

> histograms/metrics in 2.2 do not appear recency biased
> --
>
> Key: CASSANDRA-11752
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11752
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Chris Burroughs
>  Labels: metrics
> Attachments: boost-metrics.png, c-jconsole-comparison.png, 
> c-metrics.png, default-histogram.png
>
>
> In addition to upgrading to metrics3, CASSANDRA-5657 switched to using  a 
> custom histogram implementation.  After upgrading to Cassandra 2.2 
> histograms/timer metrics are not suspiciously flat.  To be useful for 
> graphing and alerting metrics need to be biased towards recent events.
> I have attached images that I think illustrate this.
>  * The first two are a comparison between latency observed by a C* 2.2 (us) 
> cluster shoring very flat lines and a client (using metrics 2.2.0, ms) 
> showing server performance problems.  We can't rule out with total certainty 
> that something else isn't the cause (that's why we measure from both the 
> client & server) but they very rarely disagree.
>  * The 3rd image compares jconsole viewing of metrics on a 2.2 and 2.1 
> cluster over several minutes.  Not a single digit changed on the 2.2 cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Deleted] (CASSANDRA-11759) Help USA@.1 (888) 513.5978:(((( quicken bill pay support phone

2016-05-12 Thread T Jake Luciani (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

T Jake Luciani deleted CASSANDRA-11759:
---


> Help USA@.1 (888) 513.5978: quicken bill pay support phone 
> ---
>
> Key: CASSANDRA-11759
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11759
> Project: Cassandra
>  Issue Type: Bug
> Environment: Help USA@.1 (888) 513.5978: quicken bill pay support 
> phone 
>Reporter: adityachunar
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Deleted] (CASSANDRA-11757) 1-888-513-5978 Qken support technica..l support phone number usa

2016-05-12 Thread T Jake Luciani (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

T Jake Luciani deleted CASSANDRA-11757:
---


> 1-888-513-5978 Qken support technica..l support phone number usa
> 
>
> Key: CASSANDRA-11757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11757
> Project: Cassandra
>  Issue Type: Bug
> Environment: 1-888-513-5978 Qken support technica..l support phone 
> number usa
>Reporter: adityachunar
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> CALL CALL CALL Quicken tech((1.8.8.8.5.1.3.5.9.7.8) Quicken tech support 
> phone number,Quicken technical support number
> Describe Quicken tech((1.8.8.8.5.1.3.5.9.7.8) Quicken tech support phone 
> number,Quicken technical support number here.Quicken 
> tech((1.8.8.8.5.1.3.5.9.7.8) Quicken tech support phone number,Quicken 
> technical support number WBP Quicken technical support 
> number!!1.8.8.8.5.1.3.5.9.7.8!!(( Quicken Tech Support phone number 
> Quicken TECH SUPPORT NUMBER!!1.8.8.8.5.1.3.5.9.7.8!!((Quicken PAYROLL 
> Customer Support Phone NUmber Quicken Customer Service Number 
> !!1.8.8.8.5.1.3.5.9.7.8!!Quicken support Phone Number Quicken help 
> number-Quicken Helpline Number; Quicken help phone number, Quicken Helpline 
> Number, Quicken Tech Support Toll free Number, Quicken Support Telephone 
> Number, Quicken Tech Support Telephone number, Quicken Tech Support contact 
> number, Quicken support contact number, Quicken technical support contact 
> number, Quicken support phone number, Quicken payroll support phone number. 
> Quicken payroll customer support phone number Quicken Support Helpline 
> Number, Quicken contact number Quicken tech support phone number ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support phone number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll support phone number... ~Help 
> Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support phone number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken help desk phone number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken help desk phone number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll help desk phone number... 
> Contents [hide] Quicken support 1-888-5135-978 team phone numberGet Instant 
> Help Usa & Canada at 1-888-5135-978 Quicken customer support phone number , 
> Quicken customer service number , Quicken tech support number, Quicken 
> technical support number, Quicken customer care number , Q.B 1-888-513-5978 
> Quicken pro help desk number , Quicken pro support phone number Q.B 
> 1-888-513-5978 Quicken pro help desk number , Quicken pro support phone 
> number Quicken customer care phoe number , Quicken helpdesk support phone 
> number, Quicken helpdesk support number, Quicken helpdesk number, Quicken 
> support help number, Quicken support help number ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support phone number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll support phone number... ~Help 
> Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support phone number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken help desk phone number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken help desk phone number... ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll help desk phone number... 
> Contents [hide] 1 ::~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech 
> support phone number... 2 ::~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken 
> tech support number... 3 ::~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken 
> customer support number... 4 Intuit Help... 1.8.8.8.5.1.3.5.9.7.8 Quicken 
> tech support phone number , Quicken technical support phone number 5 Intuit 
> Help... 1.8.8.8.5.1.3.5.9.7.8 Quicken tech support phone number , Quicken 
> technical support phone number 6 Intuit Help... 1.8.8.8.5.1.3.5.9.7.8 Quicken 
> payroll tech support phone number , Quicken payroll technical support phone 
> number ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech support phone 
> number...[edit] ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech support 
> number...[edit] == ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech 
> support phone number..==. Contents [hide] 1 ~Help Usa@ 
> 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll tech support phone number... 2 
> ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll tech support phone 
> number... 3 ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll tech 
> support phone number... 4 ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken 
> payroll tech support phone number... 5 ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( 
> Quicken payroll tech support phone number... 6 ~Help

[jira] [Created] (CASSANDRA-11759) Help USA@.1 (888) 513.5978:(((( quicken bill pay support phone

2016-05-12 Thread adityachunar (JIRA)
adityachunar created CASSANDRA-11759:


 Summary: Help USA@.1 (888) 513.5978: quicken bill pay support 
phone 
 Key: CASSANDRA-11759
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11759
 Project: Cassandra
  Issue Type: Bug
 Environment: Help USA@.1 (888) 513.5978: quicken bill pay support 
phone 
Reporter: adityachunar
 Attachments: Quicken Toll Free @(+1.888.451.1608)@ Quicken Tech 
Support Phone Number.pdf





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Deleted] (CASSANDRA-11758) Help USA@.1 (88) 513.5978:(((( quicken bill pay support phone

2016-05-12 Thread T Jake Luciani (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-11758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

T Jake Luciani deleted CASSANDRA-11758:
---


> Help USA@.1 (88) 513.5978: quicken bill pay support phone 
> --
>
> Key: CASSANDRA-11758
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11758
> Project: Cassandra
>  Issue Type: Bug
> Environment: Help USA@.1 (88) 513.5978: quicken bill pay support 
> phone 
>Reporter: adityachunar
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11758) Help USA@.1 (88) 513.5978:(((( quicken bill pay support phone

2016-05-12 Thread adityachunar (JIRA)
adityachunar created CASSANDRA-11758:


 Summary: Help USA@.1 (88) 513.5978: quicken bill pay support 
phone 
 Key: CASSANDRA-11758
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11758
 Project: Cassandra
  Issue Type: Bug
 Environment: Help USA@.1 (88) 513.5978: quicken bill pay support 
phone 
Reporter: adityachunar
 Attachments: Quicken Toll Free @(+1.888.451.1608)@ Quicken Tech 
Support Phone Number.pdf





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11757) 1-888-513-5978 Qken support technica..l support phone number usa

2016-05-12 Thread adityachunar (JIRA)
adityachunar created CASSANDRA-11757:


 Summary: 1-888-513-5978 Qken support technica..l support phone 
number usa
 Key: CASSANDRA-11757
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11757
 Project: Cassandra
  Issue Type: Bug
 Environment: 1-888-513-5978 Qken support technica..l support phone 
number usa
Reporter: adityachunar
 Attachments: Quicken tech support number@@!! (((1.888.513.5978 )) 
!!@@Quicken phone number,, quicken customer support phone number USA, here..pdf

CALL CALL CALL Quicken tech((1.8.8.8.5.1.3.5.9.7.8) Quicken tech support phone 
number,Quicken technical support number
Describe Quicken tech((1.8.8.8.5.1.3.5.9.7.8) Quicken tech support phone 
number,Quicken technical support number here.Quicken 
tech((1.8.8.8.5.1.3.5.9.7.8) Quicken tech support phone number,Quicken 
technical support number WBP Quicken technical support 
number!!1.8.8.8.5.1.3.5.9.7.8!!(( Quicken Tech Support phone number Quicken 
TECH SUPPORT NUMBER!!1.8.8.8.5.1.3.5.9.7.8!!((Quicken PAYROLL Customer 
Support Phone NUmber Quicken Customer Service Number 
!!1.8.8.8.5.1.3.5.9.7.8!!Quicken support Phone Number Quicken help 
number-Quicken Helpline Number; Quicken help phone number, Quicken Helpline 
Number, Quicken Tech Support Toll free Number, Quicken Support Telephone 
Number, Quicken Tech Support Telephone number, Quicken Tech Support contact 
number, Quicken support contact number, Quicken technical support contact 
number, Quicken support phone number, Quicken payroll support phone number. 
Quicken payroll customer support phone number Quicken Support Helpline Number, 
Quicken contact number Quicken tech support phone number ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken support phone number... ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll support phone number... ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken support phone number... ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken support number... ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken help desk phone number... ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken help desk phone number... ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll help desk phone number... Contents 
[hide] Quicken support 1-888-5135-978 team phone numberGet Instant Help Usa & 
Canada at 1-888-5135-978 Quicken customer support phone number , Quicken 
customer service number , Quicken tech support number, Quicken technical 
support number, Quicken customer care number , Q.B 1-888-513-5978 Quicken pro 
help desk number , Quicken pro support phone number Q.B 1-888-513-5978 Quicken 
pro help desk number , Quicken pro support phone number Quicken customer care 
phoe number , Quicken helpdesk support phone number, Quicken helpdesk support 
number, Quicken helpdesk number, Quicken support help number, Quicken support 
help number ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support phone 
number... ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll support phone 
number... ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support phone 
number... ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken support number... 
~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken help desk phone number... ~Help 
Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken help desk phone number... ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll help desk phone number... Contents 
[hide] 1 ::~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech support phone 
number... 2 ::~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech support 
number... 3 ::~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken customer support 
number... 4 Intuit Help... 1.8.8.8.5.1.3.5.9.7.8 Quicken tech support phone 
number , Quicken technical support phone number 5 Intuit Help... 
1.8.8.8.5.1.3.5.9.7.8 Quicken tech support phone number , Quicken technical 
support phone number 6 Intuit Help... 1.8.8.8.5.1.3.5.9.7.8 Quicken payroll 
tech support phone number , Quicken payroll technical support phone number 
~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech support phone 
number...[edit] ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech support 
number...[edit] == ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken tech support 
phone number..==. Contents [hide] 1 ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( 
Quicken payroll tech support phone number... 2 ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll tech support phone number... 3 
~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll tech support phone 
number... 4 ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll tech support 
phone number... 5 ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken payroll tech 
support phone number... 6 ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( Quicken 
payroll tech support phone number... 7 ~Help Usa@ 1.8.8.8.5.1.3.5.9.7.8...((( 
Quicken payroll tech support phone number... 8 ~Help Usa@ 
1.8.8.8.5.1.3.5.9.7.8...((

  1   2   >