[jira] [Updated] (CASSANDRA-18692) [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode

2023-08-08 Thread Yifan Cai (Jira)


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

Yifan Cai updated CASSANDRA-18692:
--
  Fix Version/s: NA
  Since Version: NA
Source Control Link: 
https://github.com/apache/cassandra-analytics/commit/82b3c0a79c9322142738a4ec2ff7d4d4c0be2370
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode 
> --
>
> Key: CASSANDRA-18692
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18692
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
> Fix For: NA
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> When setting {{Buffered}} {{RowBufferMode}} as part of the {{WriterOption's}} 
> , {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
> configuration and uses the batch size to finalize an SSTable and start using 
> a new one if new rows are available.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18692) [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode

2023-08-08 Thread Yifan Cai (Jira)


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

Yifan Cai updated CASSANDRA-18692:
--
Status: Ready to Commit  (was: Review In Progress)

> [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode 
> --
>
> Key: CASSANDRA-18692
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18692
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> When setting {{Buffered}} {{RowBufferMode}} as part of the {{WriterOption's}} 
> , {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
> configuration and uses the batch size to finalize an SSTable and start using 
> a new one if new rows are available.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18692) [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode

2023-08-08 Thread Dinesh Joshi (Jira)


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

Dinesh Joshi updated CASSANDRA-18692:
-
Reviewers: Dinesh Joshi, Yifan Cai  (was: Dinesh Joshi, Yifan Cai, Yifan 
Cai)

> [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode 
> --
>
> Key: CASSANDRA-18692
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18692
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When setting {{Buffered}} {{RowBufferMode}} as part of the {{WriterOption's}} 
> , {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
> configuration and uses the batch size to finalize an SSTable and start using 
> a new one if new rows are available.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18692) [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode

2023-08-08 Thread Yifan Cai (Jira)


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

Yifan Cai updated CASSANDRA-18692:
--
Reviewers: Dinesh Joshi, Yifan Cai, Yifan Cai
   Status: Review In Progress  (was: Patch Available)

> [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode 
> --
>
> Key: CASSANDRA-18692
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18692
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When setting {{Buffered}} {{RowBufferMode}} as part of the {{WriterOption's}} 
> , {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
> configuration and uses the batch size to finalize an SSTable and start using 
> a new one if new rows are available.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18692) [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode

2023-07-25 Thread Francisco Guerrero (Jira)


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

Francisco Guerrero updated CASSANDRA-18692:
---
Description: When setting {{Buffered}} {{RowBufferMode}} as part of the 
{{WriterOption's}} , {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} 
ignores that configuration and uses the batch size to finalize an SSTable and 
start using a new one if new rows are available.  (was: When setting 
{{Buffered}} {{RowBufferMode}} as part of the {{WriterOption}}s, 
{{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
configuration and uses the batch size to finalize an SSTable and start using a 
new one if new rows are available.)

> [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode 
> --
>
> Key: CASSANDRA-18692
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18692
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When setting {{Buffered}} {{RowBufferMode}} as part of the {{WriterOption's}} 
> , {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
> configuration and uses the batch size to finalize an SSTable and start using 
> a new one if new rows are available.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18692) [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode

2023-07-25 Thread Francisco Guerrero (Jira)


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

Francisco Guerrero updated CASSANDRA-18692:
---
Test and Documentation Plan: 
- Added tests to ensure that the builder is properly configured when the 
Buffered mode is used.
- Added tests to ensure that the writer's {{checkBatchSize}} doesn't take any 
effect for the Buffered mode
 Status: Patch Available  (was: In Progress)

PR: https://github.com/apache/cassandra-analytics
CI: 
https://app.circleci.com/pipelines/github/frankgh/cassandra-analytics?branch=CASSANDRA-18692

> [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode 
> --
>
> Key: CASSANDRA-18692
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18692
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When setting {{Buffered}} {{RowBufferMode}} as part of the {{WriterOption}}s, 
> {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
> configuration and uses the batch size to finalize an SSTable and start using 
> a new one if new rows are available.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18692) [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode

2023-07-25 Thread Francisco Guerrero (Jira)


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

Francisco Guerrero updated CASSANDRA-18692:
---
Authors: Doug Rohrer, Francisco Guerrero  (was: Francisco Guerrero)

> [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode 
> --
>
> Key: CASSANDRA-18692
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18692
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When setting {{Buffered}} {{RowBufferMode}} as part of the {{WriterOption}}s, 
> {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
> configuration and uses the batch size to finalize an SSTable and start using 
> a new one if new rows are available.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18692) [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode

2023-07-25 Thread Francisco Guerrero (Jira)


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

Francisco Guerrero updated CASSANDRA-18692:
---
 Bug Category: Parent values: Correctness(12982)
   Complexity: Normal
  Component/s: Analytics Library
Discovered By: Adhoc Test
 Severity: Normal
   Status: Open  (was: Triage Needed)

> [Cassandra Analytics] Fix bulk writes with Buffered RowBufferMode 
> --
>
> Key: CASSANDRA-18692
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18692
> Project: Cassandra
>  Issue Type: Bug
>  Components: Analytics Library
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When setting {{Buffered}} {{RowBufferMode}} as part of the {{WriterOption}}s, 
> {{org.apache.cassandra.spark.bulkwriter.RecordWriter}} ignores that 
> configuration and uses the batch size to finalize an SSTable and start using 
> a new one if new rows are available.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org