[JIRA] Created: (LBCORE-170) CyclicBufferTrackerImpl.setBufferSize doesn't modify the field

CyclicBufferTrackerImpl.setBufferSize doesn't modify the field -------------------------------------------------------------- Key: LBCORE-170 URL: http://jira.qos.ch/browse/LBCORE-170 Project: logback-core Issue Type: Bug Components: Other Affects Versions: 0.9.24 Reporter: peter royal Assignee: Logback dev list The setBufferSize method on CyclicBufferTrackerImpl doesn't actually modify the field, making it impossible to shrink the buffer. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-170?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu reassigned LBCORE-170: --------------------------------- Assignee: Ceki Gulcu (was: Logback dev list)
CyclicBufferTrackerImpl.setBufferSize doesn't modify the field --------------------------------------------------------------
Key: LBCORE-170 URL: http://jira.qos.ch/browse/LBCORE-170 Project: logback-core Issue Type: Bug Components: Other Affects Versions: 0.9.24 Reporter: peter royal Assignee: Ceki Gulcu
The setBufferSize method on CyclicBufferTrackerImpl doesn't actually modify the field, making it impossible to shrink the buffer.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-170?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu commented on LBCORE-170: ----------------------------------- Hi Peter, Pardon the silly question but why would you want to shrink the buffer? The maximum is already 64 which is not big.
CyclicBufferTrackerImpl.setBufferSize doesn't modify the field --------------------------------------------------------------
Key: LBCORE-170 URL: http://jira.qos.ch/browse/LBCORE-170 Project: logback-core Issue Type: Bug Components: Other Affects Versions: 0.9.24 Reporter: peter royal Assignee: Ceki Gulcu
The setBufferSize method on CyclicBufferTrackerImpl doesn't actually modify the field, making it impossible to shrink the buffer.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-170?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu updated LBCORE-170: ------------------------------ Comment: was deleted
CyclicBufferTrackerImpl.setBufferSize doesn't modify the field --------------------------------------------------------------
Key: LBCORE-170 URL: http://jira.qos.ch/browse/LBCORE-170 Project: logback-core Issue Type: Bug Components: Other Affects Versions: 0.9.24 Reporter: peter royal Assignee: Ceki Gulcu
The setBufferSize method on CyclicBufferTrackerImpl doesn't actually modify the field, making it impossible to shrink the buffer.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-170?page=com.atlassian.jira.plugin.system.i... ] Dawson Mossman commented on LBCORE-170: --------------------------------------- Hi Peter, I would like to be able to shrink the buffer ... basically want to be able to set it to any size I want (perhaps there is an upper limit, but no lower limit). We want to send an email when an error occurs, but only want to see the single error event, no other contextual info at all. This means our buffer size would be 1.
CyclicBufferTrackerImpl.setBufferSize doesn't modify the field --------------------------------------------------------------
Key: LBCORE-170 URL: http://jira.qos.ch/browse/LBCORE-170 Project: logback-core Issue Type: Bug Components: Other Affects Versions: 0.9.24 Reporter: peter royal Assignee: Ceki Gulcu
The setBufferSize method on CyclicBufferTrackerImpl doesn't actually modify the field, making it impossible to shrink the buffer.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-170?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu resolved LBCORE-170. ------------------------------- Fix Version/s: 0.9.26 Resolution: Fixed Fixed in http://github.com/ceki/logback/commit/3b87986bf
CyclicBufferTrackerImpl.setBufferSize doesn't modify the field --------------------------------------------------------------
Key: LBCORE-170 URL: http://jira.qos.ch/browse/LBCORE-170 Project: logback-core Issue Type: Bug Components: Other Affects Versions: 0.9.24 Reporter: peter royal Assignee: Ceki Gulcu Fix For: 0.9.26
The setBufferSize method on CyclicBufferTrackerImpl doesn't actually modify the field, making it impossible to shrink the buffer.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-170?page=com.atlassian.jira.plugin.system.i... ] b4nd0ler0 perez commented on LBCORE-170: ---------------------------------------- Thanks for fixing this. Its exactly what I was looking for. Keep up the good work!
CyclicBufferTrackerImpl.setBufferSize doesn't modify the field --------------------------------------------------------------
Key: LBCORE-170 URL: http://jira.qos.ch/browse/LBCORE-170 Project: logback-core Issue Type: Bug Components: Other Affects Versions: 0.9.24 Reporter: peter royal Assignee: Ceki Gulcu Fix For: 0.9.26
The setBufferSize method on CyclicBufferTrackerImpl doesn't actually modify the field, making it impossible to shrink the buffer.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-170?page=com.atlassian.jira.plugin.system.i... ] Dawson Mossman commented on LBCORE-170: --------------------------------------- Agreed, this is exactly what I needed as well and just in time! Thanks again!
CyclicBufferTrackerImpl.setBufferSize doesn't modify the field --------------------------------------------------------------
Key: LBCORE-170 URL: http://jira.qos.ch/browse/LBCORE-170 Project: logback-core Issue Type: Bug Components: Other Affects Versions: 0.9.24 Reporter: peter royal Assignee: Ceki Gulcu Fix For: 0.9.26
The setBufferSize method on CyclicBufferTrackerImpl doesn't actually modify the field, making it impossible to shrink the buffer.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (4)
-
b4nd0ler0 perez (JIRA)
-
Ceki Gulcu (JIRA)
-
Dawson Mossman (JIRA)
-
peter royal (JIRA)